Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 726 Bytes

README.md

File metadata and controls

45 lines (40 loc) · 726 Bytes

Description

Scraping and crawling anticaptcha service

Example Request

  • Curl
curl "https://api.proxycrawl.com/leads?token={{token}}&domain=www.amazon.com"
  • Raw
GET /leads?token={{token}}&domain=www.amazon.com HTTP/1.1
Host: api.proxycrawl.com

Response

  • Success
{
    "success": true,
    "remaining_requests": 100,
    "domain": "www.amazon.com",
    "leads": [
        ...
    ]
}
  • Error
{
    "pc_status":403,
    "error":"Token is invalid or account is temporarily blocked! please login to your dashboard for more details"
}

Regex

[a-zA-Z0-9_]{22}

Example API key

kuEkyhxkL2ckwS_YG8nyRg