Skip to main content
POST
Scrape Single Page
For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key (i.e. Rest API Key from the Dashboard).

Body

application/json

Single page scraping configuration

url
string
required

Target page URL to crawl and extract content from

Example:

"https://docs.example.com/getting-started"

timeout
number
default:30000

Request timeout in milliseconds

Required range: 5000 <= x <= 120000
Example:

30000

format
enum<string>
default:markdown

Extract content in specific format

Available options:
markdown,
html,
text
Example:

"markdown"

Response

200 - application/json

Page scraped successfully

success
boolean
Example:

true

message
string
Example:

"Page scraped successfully"

data
object