cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/google_news \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "query": "<string>", "page": 123, "limit": 123 }'
Search for news articles on Google using a query, page number, and limit for the number of results.
Scrapeasap Api Key
Successful response with news search results.