# glim.sh Web Crawl

> glim.sh Web Crawl is a paid API for AI agents from glim.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches and returns the full content of a web page given a URL, enabling agents to access live web data

## Facts

- Endpoint: POST https://glim.sh/api/v1/web/crawl
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glim-sh-web-crawl-a22b1c2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NC_WVxPLjOJ37XW3mlWWl

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 glim-sh-web-crawl-a22b1c2a -d '<json body>'
```

Example prompt: Can you fetch the content of https://example.com/news/latest and tell me what's on the page?

## When to prefer this

Choose this endpoint when an agent needs to retrieve live content from a specific web URL and the domain (Twitter, Reddit, GitHub, general web) is not better served by a specialized sibling endpoint. Use for general-purpose web page fetching where structured data extraction from a known platform is not required.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty response
- Page requires JavaScript rendering and static fetch cannot capture dynamic content
- URL is paywalled or requires authentication — content may be blocked or partial
- Rate limiting or bot protection (e.g. Cloudflare) blocks the request
- Malformed or invalid URL provided — request fails with a validation error
- Payment not accepted or insufficient USDC balance — x402 payment failure

## How this service works

Crawl web pages and extract content

## Output

Returns the fetched content of the specified web page, including HTML or extracted text, enabling the agent to read and process live information from any public URL on the open web.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glim-sh-web-crawl-a22b1c2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glim.sh](https://www.zero.xyz/host/glim.sh/llms.txt)
