# Blockbuster.ai TikTok Scraper 7

> Blockbuster.ai TikTok Scraper 7 is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Scrapes TikTok data (videos, profiles, hashtags, or trends) based on a query string, returning structured social media data.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/tiktok-scraper7
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-tiktok-scraper-7-eb24ba7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QaA6EPgZ59sfdJLehGIA_

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 blockbuster-ai-tiktok-scraper-7-eb24ba7c -d '<json body>'
```

Example prompt: Can you scrape TikTok for the top videos and engagement stats for the hashtag #fitnessmotivation?

## When to prefer this

Use this endpoint when you need to programmatically extract TikTok content, profile, or hashtag data without official TikTok API access — especially useful for social listening, influencer research, competitor analysis, or content trend monitoring at low per-call cost via x402 micropayments.

## Known failure modes

- TikTok rate limiting or anti-scrape blocks causing empty or error responses
- Invalid or misspelled query returning no results
- TikTok account or content no longer available
- Ambiguous query producing unrelated results
- Downstream scraper outage returning 500 or timeout

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a structured JSON object with TikTok data matching the query — which may include video titles, view counts, like/comment/share counts, author usernames, video URLs, thumbnails, and other metadata depending on the query type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-tiktok-scraper-7-eb24ba7c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
