# BlackBobs.ai Social Scraper

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

Scrapes and fetches social media profile or post data from a target social platform URL or handle

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/fetchsocial-scraper
- Price: $0.191022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-social-scraper-5cc6d538
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kRSqjEIYb3snXK0UIYWFX

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-social-scraper-5cc6d538 -d '<json body>'
```

Example prompt: Can you scrape the public social media profile data for the account @techinfluencer on Instagram and give me their follower count, recent posts, and engagement stats?

## When to prefer this

Choose this endpoint when you need to programmatically extract public social media profile or post data without requiring official platform API credentials or OAuth flows. It is ideal for quick lookups, influencer research, competitor monitoring, or CRM enrichment where real-time scraping of publicly visible social data is needed and pay-per-call pricing is preferred over a subscription.

## Known failure modes

- Target account is private or restricted — returns empty or limited data
- Invalid or non-existent social handle/URL — returns error or null result
- Platform anti-scraping measures block the request — may return timeout or access denied
- Rate limiting from upstream scraper — slow or failed response
- Unsupported social platform — endpoint may not handle all networks

## 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 result object containing scraped social media data such as profile details, follower/following counts, post content, engagement metrics, and other publicly available social information from the target account or 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-social-scraper-5cc6d538/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)
