v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBWeb Extraction
Extract Structured Website Data
Crawl a website, use the provided JSON Schema and instructions to prioritize relevant internal links, and extract structured data from the selected pages.
post/web/extract
Request body
Example request
{
"schema": {
"type": "object",
"properties": {
"mission_statement": {
"type": "string",
"description": "The company's stated mission."
},
"case_studies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url"
],
"additionalProperties": false
}
}
},
"required": [
"mission_statement",
"case_studies"
],
"additionalProperties": false
},
"tags": [
"production",
"team-alpha"
]
}Response
Successful response