
ZenRows is a public API providing web scraping api that bypasses anti-bot solutions while offering js rendering, and rotating proxies.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://www.zenrows.com/ | Primary API endpoint. |
curl -X GET "https://www.zenrows.com/" \ -H "Accept: application/json"