GET
/
v4
/
crawl
/
{sessionId}
/
pages
/
{pageId}
curl --request GET \
  --url https://api.kadoa.com/v4/crawl/{sessionId}/pages/{pageId} \
  --header 'x-api-key: <api-key>'
{
  "payload": {},
  "pageId": "<string>",
  "pageFormat": "<string>",
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authentication

Path Parameters

sessionId
string
required

Unique ID of the crawling session

pageId
string
required

Unique ID of the crawled page

Query Parameters

format
string

Desired format for the page data

Example:

"json"

Response

200
application/json
Crawled page data retrieved successfully

The response is of type object.