# Sna4an TikTok Scraper

> Sna4an TikTok Scraper is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.065/call, status unknown (last checked 2026-09-13).

Scrapes TikTok data via a RapidAPI-backed proxy, returning videos, profiles, trends, and related metadata

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/tiktok-scraper
- Price: $0.065/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-tiktok-scraper-1e22bb3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSE8KtmtJ4iXfTsapYzRx

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 sna4an-tiktok-scraper-1e22bb3e -d '<json body>'
```

Example prompt: Can you pull the TikTok profile stats and recent videos for the user @charlidamelio — I want their follower count, total likes, and the last 10 video titles with view counts?

## When to prefer this

Use this endpoint when you need to extract TikTok-specific data such as user profiles, video stats, trending content, or hashtag metrics through a pay-per-call x402 model without managing a RapidAPI subscription directly. Prefer this over Instagram or YouTube siblings when the target platform is TikTok.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Rate limiting from upstream RapidAPI provider causes 429 or timeout
- TikTok account is private or deleted, returning no data
- Missing required query parameters for the chosen sub-endpoint path causes malformed request
- Payment not processed correctly via x402, returning 402 Payment Required

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

A JSON object containing TikTok data corresponding to the requested sub-endpoint — could include user profile fields (followers, likes, bio), video metadata (views, likes, comments, duration, description), hashtag stats, or trending content depending on the path and params supplied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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