# BlackBobs.ai Influencer Scan

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

Scans and analyzes social media influencer profiles to extract metrics, audience data, and engagement insights

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/influencer-scan
- Price: $0.115717/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-influencer-scan-35e42590
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_llbYxAGpRRyQuLoaLRwWO

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-influencer-scan-35e42590 -d '<json body>'
```

Example prompt: Can you scan the influencer profile for @fashionnova_creator on Instagram and give me their follower count, engagement rate, and audience breakdown so I can decide if they're a good fit for our campaign?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call influencer analysis without a recurring subscription to dedicated influencer marketing platforms. Ideal for one-off vetting of creators before brand deals, or for agents automating influencer discovery pipelines on Base chain using x402 micropayments.

## Known failure modes

- Profile not found or account is private — returns empty or error result
- Invalid or misspelled handle causes no-match response
- Rate limiting if too many scans are requested in rapid succession
- Platform-specific data may be unavailable if the influencer is not indexed
- Payment failure via x402 prevents the request from being processed

## 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 result object containing influencer profile data such as follower counts, engagement rates, audience demographics, platform-specific metrics, and an overall influence assessment score useful for marketing and partnership decisions.

## 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-influencer-scan-35e42590/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)
