# BlackBobs.ai Real-Time Lens Data

> BlackBobs.ai Real-Time Lens Data is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.165047/call, status unknown (last checked 2026-09-16).

Fetches real-time data from the Lens Protocol social graph, such as profiles, posts, or feed activity

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/real-time-lens-data
- Price: $0.165047/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-real-time-lens-data-1fc91286
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C45A30RM_UsGdKK-bjKHp

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-real-time-lens-data-1fc91286 -d '<json body>'
```

Example prompt: Pull the latest real-time Lens Protocol data for a profile or feed — I want to see current posts, follower counts, and social graph activity from the Lens decentralized social network.

## When to prefer this

Choose this endpoint when you need real-time, up-to-date data from the Lens Protocol decentralized social graph — including profiles, posts, and follower metrics — rather than historical snapshots or off-chain social media data. Prefer this over general social media APIs when the user specifically operates in Web3 or decentralized social contexts.

## Known failure modes

- Invalid or non-existent Lens handle returns empty or error result
- Lens Protocol API downtime causes failed lookups
- Malformed input object causes 400-level error
- Rate limiting or payment failure returns 402 or 429 error
- Stale or delayed data if Lens Protocol indexer is lagging

## 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 real-time Lens Protocol data such as profile details, publication lists, follower/following counts, and social graph activity from the Lens decentralized social network.

## 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-real-time-lens-data-1fc91286/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)
