Google Search

google

Scrape Google results for a query.

Parameter
Type
Required
Description

query

string

Yes

The search query.

country

string

No

See common parameters.

parse

boolean

No

See common parameters.

city

string

No

City-level geotargeting.

state

string

No

State/region-level geotargeting.


curl -X POST 'https://scraping.production.goproxies.com/api/v1/scrapes' \
  -H 'X-Api-Key: <your-api-key>' \
  -H 'Content-Type: application/json' \
  -d '{
    "google": {
      "query": "best coffee shops",
      "country": "US",
      "city": "Seattle",
      "state": "WA",
      "parse": true
    }
  }'

Last updated

Was this helpful?