Parse HTML
POST /v1/parse/{parserId}
POST
/v1/parse/{parserId}
Upload HTML content directly for parsing with your custom parser. The parser extracts structured data based on the schema you configured in the dashboard.
Limits: 16 MB HTML, 64 MB total request body.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” parserId
required
string
Your parser ID from the dashboard.
Request Body required
Section titled “Request Body required ”object
html
required
HTML content to parse.
string format: binary
Responses
Section titled “ Responses ”Extracted structured data. Shape depends on your parser schema.
Extracted data matching your parser schema.
object
Invalid request (missing html part, malformed HTML).
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyParser schema not found.
HTML content exceeds 16 MB limit.
Failed to extract data from the HTML.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.