# BlackBobs.ai TikTok API

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

Fetches TikTok data (user profiles, videos, trends, or search results) via a pay-per-call proxy endpoint on the Base blockchain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/tiktok-api
- Price: $0.113509/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-tiktok-api-63bdad88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0X63llPBj-qb0fjoTOc1q

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-tiktok-api-63bdad88 -d '<json body>'
```

Example prompt: Can you pull the TikTok profile stats and recent video data for the account @charlidamelio — I need their follower count, total likes, and latest video engagement numbers?

## When to prefer this

Choose this endpoint when you need programmatic access to TikTok profile or video data without managing your own TikTok API credentials, especially in pay-per-call agent workflows on the Base blockchain via x402 micropayments. Prefer this over direct TikTok API integration when you need quick, no-setup access to social data for influencer research, content analytics, or competitive intelligence.

## Known failure modes

- Invalid or private TikTok account returns empty or error result
- TikTok rate limiting or blocking causes upstream API failure
- Malformed input query returns generic error response
- Payment failure on Base chain prevents request from being processed
- Account or video has been deleted or removed from TikTok
- Schema is too generic to catch input validation errors early

## 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 TikTok API response data, which may include user profile information (follower count, following, bio, avatar), video metadata (views, likes, shares, comments, duration), trending content lists, or search results depending on the query parameters supplied.

## 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-tiktok-api-63bdad88/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)
