POST
/
google_search
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/google_search \
  --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

Response

200

Successful response with search results.