Skip to main content
POST
Fetch a page with Web Data
This playground sends real production requests and can consume Web Data balance.

Authorizations

X-Api-Key
string
header
required

Client API key for the authenticated account.

Body

application/json
url
string<uri>
required

Target page URL to fetch through Web Data.

Example:

"https://example.com"

countryCode
string

2-letter country code for the request exit location.

Pattern: ^[a-zA-Z]{2}$
Example:

"US"

city
string

City for the request exit location.

Minimum string length: 1
Example:

"New York"

difficulty
enum<string>

Access difficulty pool. Defaults to the upstream default.

Available options:
low,
medium
Example:

"low"

cacheMaxAgeDays
integer

Maximum age of cached content in days.

Required range: 0 <= x <= 9007199254740991
Example:

0

Response

Fetched page HTML.

html
string
required

HTML content returned by the target page.

sourceUrl
string
required

Target URL that was fetched.

Example:

"https://example.com"

fetchedAt
string
required

ISO 8601 timestamp when the fetch completed.

Example:

"2026-06-10T12:00:00.000Z"