Response Codes
API
Code | Status | Description |
---|---|---|
| OK | All went well, you got what you asked for. |
| Accepted | Your request was accepted. |
| No Content | You are trying to retrieve a job that has not been completed yet. |
| Multiple error messages | Wrong request structure. It could be a misspelled parameter or an invalid value. The response body will have a more specific error message. |
| 'Authorization header not provided' / 'Invalid authorization header' / 'Client not found' | The authorization header is missing, or your login credentials are incorrect. |
| Forbidden | Your account does not have access to this resource. |
| Not Found | The job ID you are looking for is no longer available. |
| Unprocessable Entity | There is something wrong with the payload you posted to us. Make sure it's a valid JSON object. |
| Too many requests | You exceeded the rate limit. Please get in touch with your account manager to increase your limits. |
| Internal Server Error | We're experiencing some issues on our side. Please try again a bit later. We're probably aware of the issues, but you can give us a shout and report it anyway. |
| Timeout | Service unavailable. |
| Undefined Internal Error | Something went wrong and we failed the job you submitted. You can try again at no extra cost, as we don't charge you for |
| Faulted After Too Many Retries | Something went wrong, and we failed the job you submitted. You can try again at no extra cost, as we don't charge you for |
Parsers
Code | Status | Description |
---|---|---|
| Success | The returned parsed content is full, and there should be no missing or broken fields. |
| Failure | We couldn't parse the page entirely. There may be an issue with the target website changing its HTML structure. |
| Not Supported | The web page you asked us to parse is not supported. |
| Partial Success | We were able to parse the majority of the page. However, a few fields are missing. |
| Partial Success | We were able to parse the majority of the page. However, some fields might have default values because we could not find them in the HTML. |
| Failure | Unexpected error. Let us know you got this response, and we'll check what went wrong. |
| Unknown | Unknown parsed data status. The actual result can range from a complete failure to a total success. |
| Failure | Parsed content is missing. |
| Failure | Product not found. Check the URL you submitted. |
Cloud storage uploader
Code | Status | Description |
---|---|---|
| Unexpected Exception | Something wrong happened. We probably know about this already and are fixing it. Let us know anyway. |
| Upload Success | All good! |
| Upload Failed | We could not upload job results to your bucket. |
| No Such Path | We could not find a bucket with such a name. Please double-check. |
| Access Denied | Bucket doesn't have the required permissions. To find out how to give us the required access, see here. |
Sessions
Code | Status | Description |
---|---|---|
| Session Expired | The session you're trying to use has expired. You can now create another session with the same |
| Session Failed | Session creation has failed. Please try again. |
| Session Update Failed | Session update has failed. Please try again. |
Last updated