Universal

universal

Fetch any URL directly.

Parameter
Type
Required
Description

url

string (URI)

Yes

The URL to fetch.

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 '{
    "universal": {
      "url": "https://www.day.lt",
      "parse": true
    }
  }'

Last updated

Was this helpful?