# BlackBobs.ai Website Social Scraper

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

Scrapes social media profile links and metadata from a given website URL

## Facts

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

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

Example prompt: Can you scrape the social media profiles and links listed on https://example.com so I can see all their social accounts?

## When to prefer this

Use this endpoint when you need to quickly discover what social media accounts a business or website operates, without manually visiting the site. It's ideal for lead enrichment workflows, competitor research, or building contact databases where social handles are needed at scale.

## Known failure modes

- Website blocks scraping with anti-bot protection, returning empty or incomplete results
- Invalid or unreachable URL causes a request failure
- Website has no detectable social media links, returning an empty result set
- Rate limiting or timeout on slow-loading websites
- HTTPS certificate errors or domain not found

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a structured object containing discovered social media profile URLs and handles found on the target website, such as links to Twitter/X, LinkedIn, Instagram, Facebook, YouTube, TikTok, and other social platforms present on the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-website-social-scraper-7b1c4082/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
