Status Codes
You can see the list of default response status codes and credit usage status used by Scrape.do in the return type below.
| Status Code | Description | Consumes Credit |
|---|---|---|
| 2xx | Successful API call | YES |
| 404 | Target not found | YES |
| 429 | You are sending requests too quickly (concurrency limit exceeded) | NO |
| 401 | You have no credits or your subscription has been suspended | NO |
| 400 | Bad request for Scrape.do | NO |
| 400 | Bad request for the target website | YES |
| 502 | Request has failed. Please try again | NO |
| 510 | The request was canceled by the HTTP client. You can see the status code in the dashboard logs | NO |
Please note that when you use transparentResponse=true you will get status codes returned by the target website. If there is a problem caused by the proxy, our system may return 502 status code in addition to the target web page.

