# Whatchuneed Scrape Spotlight

> Whatchuneed Scrape Spotlight 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-15).

Scrapes and retrieves spotlight or featured content from a target source via a free-text input request

## Facts

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

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-spotlight-ced78b20 -d '<json body>'
```

Example prompt: Scrape the spotlight section from this page and return the featured content — the input is: 'https://example.com/deals'.

## When to prefer this

Use this endpoint when you need to quickly extract spotlight, featured, or highlighted content from a web page without setting up your own scraping infrastructure. It is best suited for one-off, pay-per-call scraping tasks where the target is a public page with a visible spotlight or featured section. Prefer it over generic crawlers when you want a lightweight, single-request extraction with no subscription overhead.

## Known failure modes

- Target page is unreachable or returns a non-200 status — result may be empty or null
- Spotlight section not found on page — result object may be empty
- Malformed or ambiguous input string — API may return an error status
- Rate limiting or bot-detection on the target site — scrape may fail silently
- Input omitted entirely — returns 400 or validation error

## 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 scraped spotlight content data from the requested source, along with a status string indicating success or failure. The result field contains structured data representing whatever featured or highlighted content was found at the specified target.

## 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-spotlight-ced78b20/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)
