# Rotary Agency AI Web Page Extractor

> Rotary Agency AI Web Page Extractor is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches a web page and uses AI to answer a specific question based on its content

## Facts

- Endpoint: GET https://rotaryagency.uk/api/ai-extract
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-ai-web-page-extractor-85982299
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UiJWlOsY41d86BLMYaSWL

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 rotary-agency-ai-web-page-extractor-85982299
```

Example prompt: Can you go to https://techcrunch.com/2024/01/15/openai-funding-round/ and tell me what valuation OpenAI was given in this funding round?

## When to prefer this

Choose this endpoint when you need to extract a specific answer or data point from a known URL rather than searching the web broadly. It is ideal for targeted fact lookup, competitor research, or any scenario where you already know the exact page but want AI to read and interpret it for you instead of returning raw HTML.

## Known failure modes

- URL is unreachable or returns a non-200 status — extraction fails
- Page is JavaScript-rendered and content cannot be fetched server-side
- Question is too vague to extract a meaningful answer from the page
- Page requires authentication or is behind a paywall
- Rate limiting or bot protection blocks the fetch

## How this service works

AI-powered web page extraction. Provide a URL and a question...

## Output

An AI-generated answer to the provided question, derived from the content of the fetched web page. The response surfaces the specific piece of information requested rather than returning raw HTML.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "string — The analyzed URL",
  "model": "string — AI model used",
  "proxy": "{ country: string, type: \"mobile\" }",
  "prompt": "string — Your extraction question",
  "result": "string — AI-extracted answer",
  "tokens": "{ input: number, output: number } — Token usage"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-ai-web-page-extractor-85982299/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
