fourget_image_search
Search for images using the 4get meta search engine to find relevant pictures with URLs, thumbnails, and metadata. Supports pagination and filtering options.
Instructions
Search for images using the 4get meta search engine. Returns image results with URLs, thumbnails, and metadata. Supports pagination via the 'npt' token and various image filters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extra_params | No | ||
page_token | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"extra_params": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null
},
"page_token": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}