Crawling
Retrieve detailed data for a specific crawled page
Fetches data for a specific page from a crawling session by page ID, optionally allowing format specification.
GET
/
v4
/
crawl
/
{sessionId}
/
pages
/
{pageId}
Authorizations
x-api-key
string
headerrequiredHeaders
x-api-key
string
requiredAPI key for authentication
Path Parameters
sessionId
string
requiredUnique ID of the crawling session
pageId
string
requiredUnique ID of the crawled page
Query Parameters
format
string
Desired format for the page data
Response
200 - application/json
payload
object
Data associated with the specific page
pageId
string
Unique ID of the page
pageFormat
string
Format of the retrieved page data
error
string | null
Null if no error occurred