Quick Start
- Create an API key in your dashboard
- Choose a scraper endpoint from our 8 available services
- Make a POST request with your API key in the Authorization header
- Poll the status endpoint until scraping completes
- Download results via the download endpoint
# Example: Scrape Apollo leads curl -X POST https://app.scrapercity.com/api/v1/scrape/apollo \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "YOUR_APOLLO_URL", "count": 1000}' # Response {"runId": "ABC123", "message": "Apollo scrape started for 1000 contacts"}
Base URLs
PRODUCTION
https://app.scrapercity.com/api/v1
Pricing
Scraper | Price | Unit |
---|---|---|
Apollo Scraper | $0.0039 per lead | per lead |
LinkedIn Scraper | $0.02 per profile | per profile |
Google Maps Scraper | $0.01 per business | per business |
Instagram Scraper | $0.0186 per profile | per profile |
YouTube Email Scraper | $0.0096 per email found | per email found |
Tweet Scraper | $0.002 per tweet | per tweet |
TikTok Scraper | $0.025 per video | per video |
Amazon Scraper | $0.0186 per product | per product |
Rate Limits & Quotas
Limit Type | Value | Notes |
---|---|---|
API Requests | 100/minute | Per API key |
Concurrent Scrapes | 10 | Running simultaneously |
Apollo Daily Limit | 190 runs | Shared across all users |
Result Storage | 48 hours | Download promptly |