
scraperBox is a public API providing undetectable web scraping api.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://scraperbox.com/ | Primary API endpoint. |
curl -X GET "https://scraperbox.com/" \ -H "Accept: application/json"