# BlackBobs.ai Web Social Search API

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

Fetches web and social media content or search results for a given query via a pay-per-call API hub

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/web-social
- Price: $0.131133/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-web-social-search-api-d75c49a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xw22uNGH-LOIUoo_iRkbc

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-web-social-search-api-d75c49a2 -d '<json body>'
```

Example prompt: Search the web and social media for recent posts and results about 'Base chain crypto payments' and give me what people are saying right now.

## When to prefer this

Use this endpoint when you need a combined web and social media search in a single pay-per-call API, especially when operating in an automated agent context with x402 micropayment support on the Base chain. Prefer this over separate web and social APIs when cost simplicity and unified results matter.

## Known failure modes

- Missing or malformed query input returns an error or empty result
- Payment failure on Base chain results in 402 response and no data returned
- Rate limiting or quota exhaustion may return error responses
- Ambiguous or very broad queries may return low-relevance results
- Social platform data unavailability may result in partial results

## 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 web and social media search data for the given query, including relevant posts, links, or content aggregated from web and social sources.

## 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-web-social-search-api-d75c49a2/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)
