# Whatchuneed Scrape Scorecard

> Whatchuneed Scrape Scorecard 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 a target URL and returns a scorecard-style analysis or structured data extraction result

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/scrape/scorecard
- 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-scorecard-f4a5282f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oTbdn_WZlxzljURhG89Wt

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-scorecard-f4a5282f -d '<json body>'
```

Example prompt: Can you scrape this URL and give me a scorecard breakdown of what's on the page: https://example.com/product?

## When to prefer this

Choose this endpoint when you need to both scrape a web page and receive a structured scorecard or scored evaluation of its content in a single pay-per-call step, especially when you want to avoid managing separate scraping and scoring pipelines. Useful for quick audits, content evaluation, or data extraction workflows via x402 micropayments.

## Known failure modes

- Invalid or inaccessible URL causes scrape failure
- Target website blocks scraping (bot protection, CAPTCHA)
- Malformed input string returns error status
- Timeout if target page is slow to respond
- Empty or sparse page content yields minimal scorecard output

## 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 scored or structured data extracted from the input (typically a URL or content string), along with a status field indicating success or failure of the scrape and scoring 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-scorecard-f4a5282f/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)
