# gate402 Stealth Anti-Bot Web Scraper

> gate402 Stealth Anti-Bot Web Scraper is a paid API for AI agents from gate402.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches Cloudflare- and JS-protected URLs through rotating residential proxies with automatic JS rendering and CAPTCHA solving, returning clean LLM-ready Markdown

## Facts

- Endpoint: POST https://gate402.app/v1/proxy/stealth
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gate402-stealth-anti-bot-web-scraper-67b02083
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-8denpO7HWK_0QfMkln7l

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gate402-stealth-anti-bot-web-scraper-67b02083 -d '<json body>'
```

Example prompt: Fetch the content from this Cloudflare-protected page — it blocks normal scrapers — and give me the clean text: https://example.com/protected-article

## When to prefer this

Choose this endpoint over standard web fetch endpoints (like gate402's basic URL fetcher) when the target URL is protected by Cloudflare, serves a JS challenge page, requires CAPTCHA solving, or actively blocks datacenter IPs. This is the stealth-grade option for the hardest targets, using rotating residential proxies rather than standard proxy infrastructure.

## Known failure modes

- Target site uses anti-bot measures that defeat even residential proxies — returns partial or empty content
- CAPTCHA solving fails on novel or highly customized challenge types
- Page requires authenticated session or login that the scraper cannot provide
- Target URL is unreachable or returns a server error regardless of proxy
- Rendering timeout on extremely slow or complex JavaScript applications

## How this service works

Anti-bot fetch for Cloudflare / JS-heavy protected pages: routed through rotating residential proxies with automatic JS rendering and CAPTCHA solving, returned as clean LLM-ready Markdown. Best-effort on the hardest targets.

## Output

Clean LLM-ready Markdown text of the target page's content, with navigation, ads, and boilerplate stripped. Delivered on a best-effort basis for the most heavily protected targets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Protected URL to scrape"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gate402-stealth-anti-bot-web-scraper-67b02083/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gate402.app](https://www.zero.xyz/host/gate402.app/llms.txt)
