Possible response HTTP status codes
Scraping Fish API may respond with different status codes to indicate the outcome of request. Below is the table of the possible replies:
Responses
| Code | Charged? | Meaning |
|---|---|---|
| 200 | yes | Everything's OK - desired URL has been scraped successfully |
| 400 | no | Bad request, e.g. no API key provided - details in the response |
| 401 | no | Bad API key or no more credits available |
| 404 | yes | Desired website returned 404 Not Found |
| 429 | no | Too many concurrent requests - contact us if you need to increase this limit |
| 500 | no | General error - details in the response |