curl --request POST \
--url https://api.anysite.io/api/ai_based/googlenews/search \
--header 'Content-Type: application/json' \
--data '
{
"q": "<string>",
"timeout": 300,
"hl": "en-US",
"gl": "US",
"ceid": "US:en"
}
'{
"title": "<unknown>",
"link": "<unknown>",
"pubDate": "<unknown>",
"source": "<unknown>"
}Search Google News for articles by keyword
curl --request POST \
--url https://api.anysite.io/api/ai_based/googlenews/search \
--header 'Content-Type: application/json' \
--data '
{
"q": "<string>",
"timeout": 300,
"hl": "en-US",
"gl": "US",
"ceid": "US:en"
}
'{
"title": "<unknown>",
"link": "<unknown>",
"pubDate": "<unknown>",
"source": "<unknown>"
}