POST
/
google_news
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
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
query
string

The search query for Google News.

page
integer

The page number for the news search results.

limit
integer

The maximum number of results to return.

Response

200

Successful response with news search results.