fourget_news_search
Search for recent news articles using the 4get meta search engine to find titles, URLs, descriptions, publication dates, and thumbnails with pagination support.
Instructions
Search for news articles using the 4get meta search engine. Returns recent news with titles, URLs, descriptions, publication dates, and thumbnails. Supports pagination via the 'npt' token.
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"
}