# WhatChuNeed Scrape Proofread

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

Proofreads and corrects text for grammar, spelling, and style errors

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/scrape/proofread
- Price: $0.15/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-proofread-7aa01b84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TglrH6mdS9jZAWY_18Kh8

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-proofread-7aa01b84 -d '<json body>'
```

Example prompt: Can you proofread this paragraph for me and fix any spelling, grammar, or punctuation mistakes: 'The team have went to the meating and dicussed the new projct timelines'?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call proofreading service without committing to a subscription, especially in automated agent workflows where text quality checks are needed on demand. Suitable for correcting short-to-medium length text passages where grammar, spelling, and punctuation accuracy matters.

## Known failure modes

- Empty or missing 'input' field returns a validation error
- Extremely long text may cause timeout or truncated results
- Non-text binary input may return an error or unexpected result
- API 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 proofread and corrected version of the input text, with grammar, spelling, and punctuation errors fixed, along with a status field indicating success or failure.

## 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-proofread-7aa01b84/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)
