# WhatChUNeed Scrape Tagline

> WhatChUNeed Scrape Tagline 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 and extracts the tagline from a given web page or resource using the whatchuneed API platform

## Facts

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

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-tagline-69bbf54e -d '<json body>'
```

Example prompt: Can you scrape the tagline from apple.com and tell me what their main marketing slogan is right now?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call extraction of a tagline or headline from a specific webpage without setting up your own scraping infrastructure. It is well-suited for one-off brand research, competitor analysis, or content auditing tasks where you need a single tagline extracted on demand. Prefer alternatives if you need full-page content extraction, structured data scraping beyond taglines, or bulk URL processing.

## Known failure modes

- Target URL is inaccessible or returns a non-200 status — result may be empty or null
- Webpage uses heavy JavaScript rendering that prevents static scraping — tagline may not be detected
- No identifiable tagline element found on the page — result returns empty string or generic fallback
- Input string is malformed or missing — API returns validation error
- Payment of 0.2 USDC not fulfilled — x402 payment required 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 extracted tagline text found on the target webpage, along with a status field indicating success or failure of the scrape 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-tagline-69bbf54e/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)
