Status Codes

Explaination of response codes of Web Scraping API

API Response Codes

API response codes and codes that can be found in the response body as status_code parameter.

Code

Status

Description

200

Ok

The request was successfully fulfilled.

202

Accepted

The request has been accepted for processing.

204

No content

The job you requested is still in progress and has not yet been completed.

400

Multiple error messages

The request structure is invalid. This may be due to a misspelled parameter or an incorrect value. More details, will be provided in the response body.

401

Authorization header not provided Invalid authorization header Client not found

The request is missing the required Authorization header, or the provided credentials are invalid.

403

Forbidden

You do not have the necessary permissions to access this resource.

404

Not Found

The requested task ID cannot be found or is no longer available.

422

Unprocessable Entity

There is an issue with the payload you submitted. Please ensure it is properly formatted and contains a valid JSON object.

429

Too many requests

You exceeded the rate limit of your current subscription or requests to a domain are limited due to a low success rate.

500

Internal Server Error

We're currently experiencing some technical difficulties on our end. Please try your request again shortly.

524

Timeout

Service unavailable.

612

Undefined Internal Error

An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly.

613

Faulted After Too Many Retries

An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly.

999

Generic error triggered by server-side restrictions or anti-bot mechanisms

Please try your request again without JS Rendering (headless: "html") parameter.

Parser Status Codes

Parser status code can be found in the response as parse_status_code parameter.

CodeStatusDescription
12000SuccessThe returned parsed content is complete.
12002FailureWe were unable to fully parse the page, possibly due to changes in the target website's HTML structure.
12003Not SupportedThe web page you requested cannot be parsed because it is not supported by our system.
12004Partial SuccessMost of the page was successfully parsed; however, some fields could not be retrieved.
12005Partial SuccessMost of the page was successfully parsed; however, some fields were assigned default values because they could not be located in the HTML source.
12006FailureAn unexpected error occurred. Please notify us that you received this response, and we will investigate the issue to determine what went wrong.
12007UnknownThe status of the parsed data is currently undefined, and the result may range from complete failure to full success depending on the circumstances.
12008FailureThe parsed content could not be retrieved due to missing or invalid data in the target.
12009FailureThe requested product could not be found. Please verify the URL you submitted, as it may be incorrect, and try again.

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.