cURL
curl --request POST \ --url https://api.anysite.io/api/google/search \ --header 'Content-Type: application/json' \ --header 'access-token: <access-token>' \ --data '{ "timeout": 300, "query": "python fastapi", "count": 10 }'
[ { "@type": "GoogleSearchResult", "url": "<string>", "title": "", "description": "" } ]
Search query. For example: 'python fastapi'
"python fastapi"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Maximum number of results (from 1 to 20)
0 < x < 21
Successful Response