Scraper API
The Evomi Scraper API is a powerful, unified solution for extracting web data at scale. With intelligent auto-detection, built-in anti-bot evasion, and global proxy integration, it handles everything from simple static pages to complex JavaScript-heavy applications—all through a single, elegant REST API.
Why Scraper API?
Intelligent Mode Selection
Our smart auto mode automatically detects whether a page needs JavaScript rendering, optimizing both cost and performance without manual intervention.
Global Proxy Network Route requests through residential or datacenter proxies across 150+ countries. Session management keeps your IP consistent across multi-step workflows.
Rich Output Formats Extract data as HTML, clean Markdown, or full-page screenshots. Integrate AI enhancement for instant summaries and structured data extraction.
Built for Scale Handle concurrent requests with automatic rate limiting, async processing for long-running tasks, and transparent credit-based pricing.
Key Features
| Feature | Description |
|---|---|
| Auto Mode | Automatically chooses between fast HTTP requests and full browser rendering |
| Browser Automation | Execute JavaScript, click buttons, fill forms—all without managing browsers |
| AI Enhancement | Built-in AI for content summarization and structured data extraction |
| Global Proxies | Residential and datacenter proxies with geo-targeting and session support |
| Multiple Outputs | HTML, Markdown, or PNG screenshots with one parameter |
| Async Processing | Background task execution for complex scraping jobs |
| Resource Blocking | Speed up requests by blocking images, CSS, and other resources |
Quick Start
Make your first request in seconds:
curl "https://scrape.evomi.com/api/v1/scraper/realtime?url=https://example.com&api_key=YOUR_API_KEY"That’s it! The API intelligently handles the rest—choosing the right method, managing proxies, and returning clean content. You can even paste this URL directly into your browser to see the results.
Base URL
https://scrape.evomi.comAll API requests use this base URL with the /api/v1/scraper/ prefix.
Pricing at a Glance
Transparent, credit-based pricing with no surprises:
| Configuration | Cost per Request |
|---|---|
| Auto + Datacenter (fast sites) | 1 credit |
| Auto + Datacenter (JS sites) | 5.5 credits |
| Browser + Residential | 25 credits |
| AI Enhancement | +10 credits |
| Screenshot | +1 credit |
Next Steps
Explore the documentation to unlock the full potential of the Scraper API:
- Quickstart - Make your first request and see results in seconds
- Authentication - Secure your API access
- Parameters - Comprehensive parameter reference
- Usage Examples - Code samples in Python, Node.js, and more