# Magnum.ai TikTok Scraper

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

Scrapes TikTok data (posts, profiles, videos, or metadata) via a pay-per-call API endpoint on the Base blockchain.

## Facts

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

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 magnum-ai-tiktok-scraper-60f61ebd -d '<json body>'
```

Example prompt: Can you scrape the TikTok profile and recent video data for the user @charlidamelio — I need their follower count, video titles, view counts, and engagement metrics?

## When to prefer this

Use this endpoint when you need programmatic access to TikTok profile or video data without official API credentials, and when you're comfortable with pay-per-call micro-payments via USDC on Base. Prefer this over manual scraping or building your own TikTok crawler.

## Known failure modes

- Invalid or private TikTok URL/username returns empty or error result
- Payment failure on Base chain blocks the request
- TikTok rate limiting or anti-scraping measures cause incomplete data
- Malformed input object returns schema validation error
- Endpoint unavailable due to Vercel cold start or downtime

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing TikTok data such as video metadata, user profile details, engagement statistics (likes, views, comments, shares), and other scraped content depending on the query target.

## 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/magnum-ai-tiktok-scraper-60f61ebd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
