# whatchuneed Scrape & Rewrite

> whatchuneed Scrape & Rewrite is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Scrapes web content and rewrites it using AI, returning a cleaned or transformed version of the source material

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/scrape/rewrite
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-scrape-rewrite-b70d32b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5pI1WVvChsrIL--m9Y0de

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 whatchuneed-scrape-rewrite-b70d32b3 -d '<json body>'
```

Example prompt: Can you scrape the article at https://example.com/blog/post and rewrite it in a concise, professional tone suitable for a newsletter?

## When to prefer this

Choose this endpoint when you need a single API call that combines web scraping and AI-powered content rewriting in one step, billed per-call via USDC without a subscription. Especially useful for agents needing on-demand content transformation without managing separate scraping and LLM infrastructure.

## Known failure modes

- Invalid or inaccessible URL causes scrape failure
- Target website blocks scraping bots, returning empty or error content
- Input string is malformed or missing required fields
- Rewrite fails if content is too long or in an unsupported format
- Payment failure via x402 protocol results in 402 response before processing

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing the rewritten or transformed content derived from the scraped input, along with a status field indicating success or failure of the operation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-scrape-rewrite-b70d32b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
