myrageScrape anything. Route through your own network.
Myrage is a scraping API + residential proxy network you control. Deploy your own workers on any VM or Android phone. LLM-driven drift repair when sources change. Live crawler dashboard. Ship in a day.
What you get
Everything you'd expect from a managed scraping platform, none of the lock-in.
Network
BYO worker network
Deploy our Go agent on any VM, or our Android plugin on your spare phones. Your IPs, your egress, your residential trust.
- One-line install.sh, signed binary
- Tailscale-friendly NAT traversal
- FR-mobile via the n12s_proxy plugin
Resilience
Drift auto-repair
When a source changes its DOM, the LLM rewrites the parser. Sandboxed AST, replay against stored HTML, you approve the merge.
- AST-allowlisted candidate sandbox
- Replay over 50 stored blobs
- HITL gate before promotion
Visibility
Live crawler dashboard
JPEG screencast over CDP. Watch the broker drive Chrome in real time. Pin, drag, glitch in/out.
- Watchdogs aesthetic, real telemetry
- Per-task heartbeat + URL strip
- MJPEG-over-WS, ~250 KB/s/window
Control
Per-tenant quotas
Monthly task budget, MB-relayed cap, concurrent task ceiling, worker slot count. Plans scale FREE → SCALE.
- Atomic counter + DB persist
- Per-key prefix attribution
- Suspend with one click
Surface
API-first, not a UI
POST /v1/scrape with bearer auth. Webhook callback or poll GET /v1/tasks. No browser-extension nonsense.
- Idempotency-Key support
- HMAC-signed webhooks
- Cancel/replay endpoints
Sources
Adapter-pluggable registry
Real-estate portals, classifieds, marketplaces, search APIs out of the box. Custom adapters ship as TypeScript files in the drift-aware sandbox.
- Versioned crawler/parser pairs
- Per-source experiment lab
- Cross-tenant version registry
Three steps to your first crawl
No vendor lock-in. No browser extensions. No anti-bot dance every Monday morning.
Deploy a worker
One curl-pipe-bash on any VM, Mac, or rooted Android. Picks the right Go binary, drops a launchd/systemd unit, registers with the broker.
curl -fsSL https://api.myrage.fr/me/tenant/workers/install-script?token=… | bashMint an API key
Open the dashboard, mint a key, copy the plaintext once. Argon2id-hashed at rest. Worker keys are separate so you can rotate independently.
myrage_live_a3f2e8d1c4b5a6f7e8d9c0b1a2f3e4d5POST /v1/scrape
Send the source id + input. Get back a task id. Poll or webhook. Drift detection + auto-repair runs server-side, transparent to your code.
curl -X POST https://api.myrage.fr/v1/scrape \
-H "Authorization: Bearer myrage_live_…" \
-d '{"sourceId":"pap","input":{"city":"Paris"}}'Drop-in REST API
One bearer header. One JSON body. Webhook callback when the task lands.
curl -X POST https://api.myrage.fr/v1/scrape \
-H "Authorization: Bearer myrage_live_…" \
-H "Content-Type: application/json" \
-d '{
"sourceId": "pap",
"input": { "city": "Paris", "minRooms": 3 },
"webhookUrl": "https://you.example.com/myrage-cb"
}'{
"taskId": "01J0K8WZ7B3N4M5P6Q7R8S9T0U",
"status": "queued",
"createdAt": "2026-05-10T12:34:56Z"
}Built for
Pipelines that need real residential IPs without operating their own scraping team.
Real-estate hunting
Buyers · brokersWatch every listing across the major real-estate portals and classifieds. Push to your buyer the moment a match drops below the threshold.
Market intelligence
Analysts · foundersCompete on price, monitor competitors' catalogues, scrape vertical-specific aggregators. Replay against stored HTML when you change your model.
Price monitoring
E-commerce opsSchedule per-source recrawls at custom cadences. Drift-repair keeps the parser alive when the target redesigns.
Ad verification
Adtech · brand safetyRender full pages from residential IPs, capture the served creative, screenshot for compliance. Live screencast for spot checks.
Pricing
Pay for tasks dispatched, not seats. Cancel anytime.
Personal projects, dev sandboxes.
- · 1 000 tasks / month
- · 1 worker slot
- · Email support
- · All sources
Independent operators, small teams.
- · 100 000 tasks / month
- · 8 concurrent
- · 4 worker slots
- · Priority queue + webhooks
- · Drift-repair quota included
Production pipelines, 24/7 coverage.
- · 1 000 000 tasks / month
- · 32 concurrent
- · 16 worker slots
- · Shared pool access (V2)
- · SLA + Slack channel
FAQ
Get started
Ready to ship?
Sign in to mint your first API key. Free tier covers 1 000 tasks / month.