Start here: /v1/extract + Residential Β· Rotating

Automation & Scripting Solution

Cron, bots, and CI should call the extract API for a fresh endpoint β€” not a human clicking Generate. Pair it with rotating residential unless the session must stick.

This is machine-to-machine proxy ops. OpenClaw is for chat. Web Scraping API is for page HTML. Do not confuse the three.

Jobs that must mint IPs without a dashboard

SRE

Geo health-checks from cron.

RPA

Feed proxies into desktop automation.

QA nightlies

Non-office egress on a schedule.

Pipeline owners

Secrets in a manager, not a wiki.

Unbounded bots burn GB

Automation without caps is how packs empty overnight. Static/custom is only for bots that must keep cookies.

πŸ”„

Stale cached endpoints

Bots reuse dead IPs.

πŸ’Έ

No concurrency cap

Parallelism Γ— rotate = empty balance.

πŸ”

Tokens in git

Rotate immediately.

βš™οΈ

Rotate mid-checkout

Cart bots need static, not this page’s default.

πŸ“‹

Humans in the loop

Ops clicking Generate 50 times.

πŸ€–

Letting MCP purchase

Keep write ops human.

Extract API drives rotating residential

Recommended: /v1/extract plus rotating residential. Alternative: static/custom ports when the bot must hold a session. MCP is optional for pre-flight balance checks.

Product Billing Use it when…
Residential Β· Rotating Recommended Pay per GB Recommended β€” independent requests, cron-friendly, pay per GB.
AI MCP Free MCP server tools Alternative helper β€” read-only balance/extract from CI, not a traffic SKU.

How to start (one recommended path)

Path A β€” Extract API + rotating (recommended)

Classic M2M.

  1. Store the API token in a secrets manager.
  2. Cron calls /v1/extract with geo filters.
  3. Inject proxy URL into the job.
  4. Alert on low balance; cap workers.
OpenAPI Center β†’

Path B β€” Sticky bots on static ports

When rotation breaks the flow.

  1. If the bot checks out or stays logged in, stop using rotating.
  2. Lease static or custom ports.
  3. One port per worker ID.
  4. See Account / Browser solutions for session rules.
Static proxies β†’

Pick one β€” do not mix these on the same job

Use extract + rotating when

  • Each request is independent.
  • You control concurrency.
  • Targets allow automated access.

Use static/custom when

  • Cookies must survive.
  • The cart binds to IP.
  • You run fewer, warmer bots.

Optional: MCP as a pre-flight

AI MCP can check balance before a large job. It is not the traffic product.

OpenClaw Skill

Natural-language endpoint generation and balance checks β€” read-only.

OpenClaw Skill β†’

AI MCP

IDE tools for extract, usage, and balance β€” Cursor, VS Code, Claude.

AI MCP β†’

First-week checklist

Common questions

Extract vs /v1/fetch?

Extract returns a proxy endpoint. Fetch returns page content (Web Scraping API).

Same as AI Integration?

That page is chat/IDE. This page is cron.

OpenClaw in cron?

Prefer extract API. Skill is for humans in chat.

Datacenter bots?

Only on permissive hosts β€” see Datacenter Crawling.

Purchase via API?

Keep purchases human-approved.

Go deeper

Point cron at /v1/extract, not the dashboard

Rotating residential for independent jobs. Static only if the bot must stay logged in.