# GGWP TikTok Scraper

> GGWP TikTok Scraper is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.108646/call, status unknown (last checked 2026-09-15).

Scrapes TikTok content data (profiles, videos, or related metadata) via a pay-per-call API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/tiktok-scraper
- Price: $0.108646/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-tiktok-scraper-3ab5c6cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fMdp9zK7UtfFpVS4RFhl4

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 ggwp-tiktok-scraper-3ab5c6cd -d '<json body>'
```

Example prompt: Can you scrape the TikTok profile and latest video stats for the username @charlidamelio and give me their follower count, total likes, and recent post engagement?

## When to prefer this

Choose this endpoint when you need to programmatically extract TikTok profile or video data without a native TikTok API key, especially in pay-per-call contexts where you don't want a subscription. It is suitable for one-off or low-volume social media data pulls billed via the x402 protocol on Base chain.

## Known failure modes

- Invalid or private TikTok URL/username returns empty or error result
- TikTok rate limiting or anti-scraping measures may cause failures
- Malformed input object returns generic error
- Payment failure on Base chain blocks the call before execution
- Deleted or unavailable content returns no data

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing TikTok data such as profile details (username, followers, following, bio), video metadata (views, likes, shares, comments, captions, hashtags, audio), or other scraped content depending on the query input.

## 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/ggwp-tiktok-scraper-3ab5c6cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
