Parse uploaded HTML (legacy companion)
POST /v1/parse/{parserId}
Parse HTML you already have with a stored parser. This remains available for compatibility but is not the parser authoring path and does not return v2 dry-run diagnostics. New integrations should create with POST /v1/parsers, validate with POST /v1/parsers/test, and execute with scrape or batches. Limits: 16 MB HTML, 64 MB request.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Your parser ID from the dashboard.
Request Body required
Section titled “Request Body required ”object
HTML content to parse.
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
Example
invalid requestField that failed validation.
Resource missing or not owned by this account.
object
Example
invalid requestField that failed validation.
HTML content exceeds 16 MB limit.
Failed to extract data from the HTML.
Request, concurrency, or plan limit exceeded.
Headers
Section titled “Headers ”Seconds to wait when supplied.