Skip to main content
POST
/
api
/
ai_based
/
googlenews
/
search
/googlenews/search
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>"
}

Body

application/json
q
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
hl
string
default:en-US
gl
string
default:US
ceid
string
default:US:en

Response

Successful Response

title
any
required
pubDate
any
source
any