# Blockbuster.ai Website Social Scraper

> Blockbuster.ai Website Social Scraper is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Scrapes social media profile data and social signals from a given website URL

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/website-social-scraper
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-website-social-scraper-fc4e2503
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftTYe8ukoh4jeLmryoM6e

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-website-social-scraper-fc4e2503 -d '<json body>'
```

Example prompt: Can you scrape the social media profiles and social links from the website https://example.com and tell me which platforms they're active on?

## When to prefer this

Use this endpoint when you need to discover and extract social media profiles linked on a specific website, especially for brand research, lead enrichment, or competitive intelligence. Prefer this over manual lookup when automating social profile discovery at scale via micropayments on Base chain.

## Known failure modes

- Website blocks scraping bots and returns no social data
- Invalid or unreachable URL returns error or empty data
- Website has no detectable social media links
- Payment of 0.1 USDC not processed resulting in 402 response
- Query parameter missing or malformed returns validation error

## 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 structured object containing social media profile links and handles discovered on the provided website, along with a success flag indicating whether the scrape completed successfully.

## 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-website-social-scraper-fc4e2503/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)
