Skip to main content
POST
Extract JSON

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Body

application/json
url
string<uri>
required

Public http or https URL of the page to read. Loopback and private addresses are not accepted.

Maximum string length: 2000
json_schema
object
required

JSON Schema for the object to return. Field names and nesting are yours; describe each field so it can be located on the page.

effort
enum<string>
default:standard

Effort to spend on the page: min is fastest, standard is the balanced default, max handles pages that render themselves in the browser.

Available options:
min,
standard,
max
country
string
default:""

Optional ISO 3166-1 alpha-2 country code (e.g. CO) for pages that serve different content by country. Omit for the default route.

Pattern: ^([A-Za-z]{2})?$

Response

Successful response

data
object
required