# AnyAPI TikTok Profile Videos

> AnyAPI TikTok Profile Videos is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Scrapes and returns the list of videos posted by a TikTok user profile

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.profile_videos
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-profile-videos-4d14db0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jEwxD7zPatZiteg2_lIZ

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 anyapi-tiktok-profile-videos-4d14db0c -d '<json body>'
```

Example prompt: Can you pull all the videos from the TikTok profile @charlidamelio and give me the titles, view counts, and posted dates?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the video catalog of a TikTok creator without maintaining your own TikTok scraper or API credentials. It is ideal for influencer research, content auditing, competitive analysis, or monitoring a creator's posting activity. Prefer this over building a custom scraper when you need pay-per-use pricing with no subscription commitment.

## Known failure modes

- TikTok username not found — returns error or empty results
- Private TikTok account — scraping blocked, returns empty or error
- TikTok rate limiting or anti-bot measures — request may fail intermittently
- Invalid or malformed username input — returns validation error
- Payment failure (insufficient USDC) — x402 payment rejected before request executes

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of video objects from the specified TikTok user's profile, each containing metadata such as video URL, caption, like count, view count, share count, comment count, and publication timestamp.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-profile-videos-4d14db0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
