# Blockbuster.ai ScrapeNinja Web Scraping Endpoint

> Blockbuster.ai ScrapeNinja Web Scraping Endpoint is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Scrapes web pages and extracts content using the ScrapeNinja engine via a proxy hub with x402 micropayment billing

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/scrapeninja
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-scrapeninja-web-scraping-endpoint-4b44a1ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__BB5_0DP12-AGdrY-Ykln

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 blockbuster-ai-scrapeninja-web-scraping-endpoint-4b44a1ab -d '<json body>'
```

Example prompt: Scrape the content from this product page for me: https://www.example.com/product/123 — I need the raw page data extracted.

## When to prefer this

Choose this endpoint when you need to scrape web pages through a paid proxy hub that handles anti-bot measures, javascript rendering, and rate limiting, and you are willing to pay $0.12 USDC per call via x402 micropayments on Base chain. Prefer this over free scrapers when target sites actively block standard HTTP clients.

## Known failure modes

- Target URL is blocked or returns 403/429 — scrape fails with error in response
- Invalid or malformed URL input — API returns success: false
- Target site uses advanced anti-bot measures that ScrapeNinja cannot bypass — partial or empty data returned
- Network timeout on target site — request fails or returns incomplete data
- Payment not processed — x402 micropayment rejection before endpoint is reached

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a 'data' field containing the scraped web page content and a 'success' boolean indicating whether the scrape was successful.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-scrapeninja-web-scraping-endpoint-4b44a1ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
