# enrich-gate Web Scraper (Firecrawl-backed)

> enrich-gate Web Scraper (Firecrawl-backed) is a paid API for AI agents from enrich-gate.vercel.app, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-13).

Scrapes any URL and returns its content as clean, readable markdown via Firecrawl.

## Facts

- Endpoint: POST https://enrich-gate.vercel.app/scrape
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/enrich-gate-web-scraper-firecrawl-backed-e1efc484
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u9SjA1_wPKqRt6nogiCIP

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 enrich-gate-web-scraper-firecrawl-backed-e1efc484 -d '<json body>'
```

Example prompt: Scrape the content of https://example.com/blog/ai-trends and give me the full text as clean markdown so I can read it.

## When to prefer this

Choose this endpoint when you need to extract clean, readable text content from any arbitrary public URL and want it formatted as markdown. It is Firecrawl-backed, meaning it handles JavaScript rendering and content cleaning better than naive HTTP fetches. Prefer it over raw HTTP fetches or generic browser tools when you need structured, noise-free markdown output ready for LLM consumption or downstream processing.

## Known failure modes

- URL is unreachable or returns non-200 status — scrape fails with an error
- Target page blocks scrapers (Cloudflare or similar bot protection) — returns empty or error
- Malformed or missing URL in request body — 400 Bad Request
- Page is JavaScript-heavy and content cannot be rendered — may return partial or empty markdown
- Payment not authorized via x402 — 402 Payment Required

## How this service works

Scrape any URL to clean markdown (Firecrawl-backed). POST { url } → { url, title, markdown }.

## Output

Returns a JSON object with three fields: the original URL, the page title, and the full page content rendered as clean markdown text — with HTML, navigation, ads, and boilerplate stripped out.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/enrich-gate-web-scraper-firecrawl-backed-e1efc484/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from enrich-gate.vercel.app](https://www.zero.xyz/host/enrich-gate.vercel.app/llms.txt)
