Skip to main content

API Error Codes

If your request fails, the Scrape.Fun API will return an error in JSON format. Find below an example error that occurs when the API failed scraping the requested URL.

Example Error:

{
"success": false,
"error": {
"code": 105,
"type": "scrape_request_failed"
}
}
CodeTypeInfo
404404_not_foundUser requested a resource which does not exist.
101missing_access_keyUser did not supply an access key.
101invalid_access_keyUser supplied an invalid access key.
102inactive_userUser account is inactive or blocked.
103invalid_api_functionUser requested a non-existent API function.
104usage_limit_reachedUser has reached his subscription's monthly request allowance.
105function_access_restrictedThe user's current subscription does not support this API function.
105https_access_restrictedThe user's current subscription plan does not support HTTPS.
210missing_urlUser has not specified a valid URL to scrape.
211invalid_urlUser has specified an invalid value in the URL parameter.
212invalid_proxy_locationUser has specified an invalid or unsupported proxy location.
213scrape_request_failedThe current scraping request failed due to a technical issue. If this error occurs, please report this to technical customer support.