# Blockbuster.ai Website Contacts Extractor

> Blockbuster.ai Website Contacts Extractor 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).

Extracts contact information (emails, phone numbers, social profiles) from a given website or domain

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/website-contacts
- 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-website-contacts-extractor-687a5a34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5u4aV-EmHsBDrnsASCKJm

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-contacts-extractor-687a5a34 -d '<json body>'
```

Example prompt: Can you pull all the contact information listed on acmecorp.com — I need their email addresses, phone numbers, and any social media handles you can find?

## When to prefer this

Use this endpoint when you need to programmatically extract contact information (emails, phone numbers, social links) from a website or domain as part of a lead generation, business intelligence, or outreach workflow. Prefer this over manual lookup when you need to automate contact discovery at scale using x402 micropayments on Base chain.

## Known failure modes

- Website blocks scraping or returns CAPTCHA — no contact data returned
- Invalid or unreachable URL/domain — error or empty result
- Website has no contact information listed — empty data object
- Rate limiting or timeout on target website — partial or failed extraction
- Malformed query input — API returns error or empty response

## 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 data object containing extracted contact information from the target website, including email addresses, phone numbers, social media profiles, and other contact details found on the site, along with a success boolean indicating whether the extraction 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-website-contacts-extractor-687a5a34/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)
