Overview
Crawleo uses a credits-based billing system that gives you flexibility and predictability in your API usage. Credits are deducted from your monthly allowance based on which API endpoints you use and their configuration.Credit Costs
Search API
| Operation | Credits Cost |
|---|---|
| Search (per page of results) | 10 credits |
Each page of search results (controlled by
max_pages parameter) costs 10 credits. For example, searching with max_pages=3 will cost 30 credits.Crawl API
| Proxy Setting | Credits Cost |
|---|---|
| No proxy (default) | 1 credit per page |
Standard proxy (use_proxies=true) | 2 credits per page |
Premium proxy (use_premium_proxies=true) | 10 credits per page |
Subscription Plans
Free Plan
$0/month
- 10,000 credits/month
- 5 concurrent requests
- Email support
- Zero data retention
Developer
**200/year)
- 100,000 credits/month
- 20 concurrent requests
- Email support
- Zero data retention
Pro
**1,000/year)
- 1,000,000 credits/month
- 50 concurrent requests
- Email + Dedicated support
- Zero data retention
Scale
**2,000/year)
- 2,500,000 credits/month
- 100 concurrent requests
- Email + Dedicated support
- Zero data retention
View All Plans
Compare plans and subscribe at crawleo.dev/pricing
Usage Examples
Search API Examples
| Use Case | Parameters | Credits Used |
|---|---|---|
| Basic search | query="AI news" (1 page) | 10 credits |
| Deep search | query="AI news"&max_pages=5 | 50 credits |
| Multi-page research | query="machine learning"&max_pages=10 | 100 credits |
Crawl API Examples
| Use Case | Parameters | Credits Used |
|---|---|---|
| Single page crawl | urls=https://example.com | 1 credit |
| Crawl with standard proxy | urls=https://example.com&use_proxies=true | 2 credits |
| Crawl with premium proxy | urls=https://example.com&use_premium_proxies=true | 10 credits |
| 5 pages, no proxy | urls=url1,url2,url3,url4,url5 | 5 credits |
| 5 pages, premium proxy | urls=url1,url2,url3,url4,url5&use_premium_proxies=true | 50 credits |
MCP Tool Credit Costs
When using Crawleo via MCP (Model Context Protocol), the same credit costs apply:| MCP Tool | Credits Cost |
|---|---|
search_web | 10 credits per page |
crawl_web (no proxy) | 1 credit per page |
crawl_web (standard proxy) | 2 credits per page |
crawl_web (premium proxy) | 10 credits per page |
Response Fields
Every API response includes credit usage information:Number of credits consumed by this API call.
Your remaining credit balance for the current billing period.
Monitoring Your Usage
Track your credit usage in the Crawleo Dashboard:- View current credit balance
- See usage history and trends
- Set up usage alerts
- Monitor API call patterns
Optimizing Credit Usage
Use Appropriate Proxy Levels
Use Appropriate Proxy Levels
- Start with no proxy (1 credit) for most sites
- Use standard proxy (2 credits) for basic geo-targeting
- Reserve premium proxy (10 credits) for protected sites
Optimize Search Depth
Optimize Search Depth
Only request the number of search pages you need. Each additional page costs 10 credits.
Batch Crawl Requests
Batch Crawl Requests
Crawl multiple URLs in a single request when possible to reduce overhead.
Cache Results
Cache Results
Cache crawled content on your side to avoid re-crawling the same URLs.
Rate Limits
In addition to credits, each plan has concurrent request limits:| Plan | Concurrent Requests |
|---|---|
| Free | 5 |
| Developer | 20 |
| Pro | 50 |
| Scale | 100 |
429 response:
Upgrading Your Plan
Need more credits? Upgrade your plan at any time:- Upgrades take effect immediately
- Unused credits don’t roll over
- Pro-rated billing for mid-cycle upgrades
Contact Sales
Need a custom plan or have questions? Contact our sales team.
