
ProxyCrawl is a public API providing scraping and crawling anticaptcha service.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://proxycrawl.com | Primary API endpoint. |
curl -X GET "https://proxycrawl.com" \ -H "Accept: application/json"