# GGWP TikTok API Scraper

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

Scrapes TikTok data (profiles, videos, trending content, etc.) via a pay-per-call API endpoint on the GGWP hub.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/tiktok-api-scraper
- Price: $0.174935/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-api-scraper-87c595f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FE2Vey2CmpJqoXLhMBNiw

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-api-scraper-87c595f2 -d '<json body>'
```

Example prompt: Can you scrape the TikTok profile and latest video stats for the username @charlidamelio — I want follower count, total likes, and the view counts on their recent videos?

## When to prefer this

Choose this endpoint when you need programmatic access to TikTok data (profiles, videos, engagement metrics) without an official TikTok API key, and you are comfortable paying per call via USDC on Base chain using the x402 protocol. Prefer this over manual scraping or other social media APIs when TikTok-specific data is required.

## Known failure modes

- TikTok account is private or does not exist — returns empty or error result
- TikTok rate limiting or anti-scraping blocks — may return incomplete data
- Invalid or malformed input query — returns error in result object
- TikTok platform changes breaking scraper — stale or null data returned
- Payment failure on Base chain — request not processed

## 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 information, video metadata, engagement metrics (likes, views, shares, comments), follower counts, and potentially trending or hashtag-related content depending on the query submitted.

## 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-api-scraper-87c595f2/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)
