Credits & Rate Limits
Understanding how credits work and how to choose the right plan for your needs.
How Credits Work
Each scrape request incurs a cost in credits. This is calculated based on the number of pages, images, and other resources scraped.
- Webpages: 1 credit per page scraped
- Images: 1 credit per image processed
- PDFs: 1 credit per 10 pages (minimum 1 credit)
- AI Data Extraction: +3 credits when using schema or natural language prompts
Choose Your Plan
We offer flexible plans to fit your needs, whether you're just getting started or running a large-scale operation.
Pricing
Tier | Credits per month |
---|---|
Free | 100 |
Starter | 5,000 |
Pro | 100,000 |
Business | 500,000 |
What You Get With Each Plan
Each plan comes with generous rate limits designed to support your workflow without interruption.
API Request Limits (per minute)
Plan | Scrapes | Batch Scrape | Crawl |
---|---|---|---|
Free | 10 | 1 | 1 |
Starter | 100 | 10 | 10 |
Pro | 500 | 30 | 30 |
Business | 5000 | 150 | 150 |
Simultaneous Requests
Plan | Simultaneous Requests |
---|---|
Free | 1 |
Starter | 5 |
Pro | 30 |
Business | 100 |
Scheduling
Plan | Active Schedules |
---|---|
Free | 0 |
Starter | 5 |
Pro | 30 |
Business | 100 |
Understanding Your Limits
Here's what these limits mean for your usage:
- API Request Limits: How many requests you can make per minute to each endpoint
- Parallel Processing: How many requests can run simultaneously for faster bulk operations
- Automation & Scheduling: How many automated scraping jobs you can set up to run regularly
Monitoring Your Usage
We include helpful headers in every API response so you can track your usage:
X-RateLimit-Limit
: Your current limit for this endpointX-RateLimit-Remaining
: How many requests you have left this minuteX-RateLimit-Reset
: When your limit resets (Unix timestamp)
If you hit a limit, you'll get a 429 Too Many Requests
response with details about when you can try again. Don't worry - your limits reset every minute, so you won't have to wait long!