Irmu
Web Scraping API

One endpoint. Any website. No blocks.

The Scraping API is the fastest path from a URL to usable markup. Every request is routed through a healthy proxy, fingerprinted like a real browser, retried on failure and returned as clean HTML — with optional JavaScript rendering, geo-targeting and session persistence.

Start freeRead the docsGET https://app.irmu.com/api/scrape
Features

What Web Scraping API handles for you

Rotating proxies

Residential, ISP and datacenter IPs selected automatically per target.

JavaScript rendering

Real Chromium rendering with wait-for-selector and network-idle conditions.

Anti-bot handling

Cloudflare, DataDome, PerimeterX and Akamai challenges solved inline.

Geo-targeting

Country, state and city-level targeting for localized content and pricing.

Sticky sessions

Keep the same IP and cookie jar across a multi-step crawl.

Automatic retries

Failed fetches are retried on fresh IPs and never billed.

Example

Request

request.sh
curl -G https://app.irmu.com/api/scrape \
  -H "Authorization: Bearer irmu_sk_live_..." \
  --data-urlencode "url=https://news.ycombinator.com" \
  --data-urlencode "render=true" \
  --data-urlencode "country=us"
Example

Response

response.json
{
  "status": 200,
  "url": "https://news.ycombinator.com",
  "credits_used": 5,
  "resolved_ip_country": "us",
  "html": "<!DOCTYPE html><html lang=\"en\">..."
}
Evaluate it

Measure it on your own targets

We don't publish benchmark tables, because latency and success rates depend entirely on the sites you crawl. The free plan is there so you can measure Web Scraping API against your real target list before you pay for anything.

Run your first request →
Pricing

Credits per operation

  • Standard fetch

    Datacenter IP, no JavaScript execution

    1 credit
  • Standard fetch + JavaScript

    Page rendered in a real browser

    5 credits
  • Premium fetch

    Residential IP, rarely blocked

    10 credits
  • Premium fetch + JavaScript

    Residential IP and full rendering

    25 credits
  • AI question about a page

    Free with your own language model

    5 credits
  • Country, region or city targeting

    Included on every request

    Free
See full pricing →
FAQ

Web Scraping API questions

Start building with Irmu today

1,000 free credits every month, no card required. Every API, every integration, one key.