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.com

All 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
ℹ️
Auto mode charges only for what it uses. If a simple HTTP request works, you pay 1 credit. If browser rendering is needed, you pay 50% of the request cost plus the full browser cost—always optimized for value.

Next Steps

Explore the documentation to unlock the full potential of the Scraper API:

⚠️
Keep your API key secure. Never expose it in client-side code or public repositories. Store it in environment variables and use HTTPS for all requests.