# TikTok Video Scraper (clockworks/tiktok-video-scraper) via StableApify

> TikTok Video Scraper (clockworks/tiktok-video-scraper) via StableApify is a paid API for AI agents from stableapify.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Starts an Apify actor run that scrapes TikTok video and profile data — including URLs, share counts, follower counts, hashtags, and hearts — from given TikTok URLs or usernames

## Facts

- Endpoint: POST https://stableapify.dev/api/actors/clockworks/tiktok-video-scraper/call
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-video-scraper-clockworks-tiktok-video-scraper-via-stableapify-f0baa3d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sEq56oNTYV_Vt7zBpdrPG

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 tiktok-video-scraper-clockworks-tiktok-video-scraper-via-stableapify-f0baa3d6 -d '<json body>'
```

Example prompt: Can you scrape TikTok videos and profile data for the user 'sarptecimer' — I want their video URLs, share counts, follower count, and hashtags, up to 100 items?

## When to prefer this

Choose this endpoint when you need structured TikTok video and profile metadata — engagement stats, hashtags, share counts, follower numbers — from a specific TikTok user or video URL, and you want a pay-per-call model via x402 without managing your own Apify subscription. Prefer it over generic web scrapers when TikTok-specific structured fields (hearts, shares, hashtags, video URLs) are the target output.

## Known failure modes

- Invalid or private TikTok URL returns an empty dataset or actor error
- Rate limiting or TikTok bot detection may cause partial or failed scrapes
- Insufficient memory setting (too low) may cause the actor to crash mid-run
- Max items of 0 or very large values may cause unexpected behavior or long runtimes
- Actor run may time out if TikTok pages are slow to respond
- Invalid username format returns an actor-level error

## How this service works

Start the "TikTok Video Scraper" Apify actor (clockworks/tiktok-video-scraper). Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and…

## Output

Returns an actor run object containing a run ID, status (READY), actor ID, start timestamp, total USD usage, and a default dataset ID where results will be stored, plus a JWT access token for retrieving the scraped dataset once the run completes.

## Example request

```json
{
 "input": {
  "username": "sarptecimer",
  "includeEmail": false
 },
 "options": {
  "memory": 256,
  "maxItems": 100
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "postURLs",
    "scrapeRelatedVideos",
    "resultsPerPage",
    "shouldDownloadVideos",
    "shouldDownloadCovers",
    "downloadSubtitlesOptions",
    "shouldDownloadSlideshowImages"
   ],
   "properties": {
    "postURLs": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "default": [
      "https://www.tiktok.com/@apifyoffice/video/7200360993149553925"
     ],
     "description": "Add the URLs of posted videos you want to scrape. You can enter URLs one by one, or you can upload or link to a text file."
    },
    "resultsPerPage": {
     "type": "integer",
     "default": 1,
     "maximum": 1000000,
     "minimum": 1,
     "description": "Add the number of related videos you want to scrape for each post URL. This field is applicable when the Scrape related videos option is enabled."
    },
    "scrapeRelatedVideos": {
     "type": "boolean",
     "default": false,
     "description": "Tick to scrape related videos for the post URLs you provide. - The maximum number of scraped related videos is set by the `resultsPerPage` count."
    },
    "shouldDownloadCovers": {
     "type": "boolean",
     "default": false,
     "description": "Tick to download TikTok video cover images (thumbnails). Note that this will increase time and costs needed to extract the data."
    },
    "shouldDownloadVideos": {
     "type": "boolean",
     "default": false,
     "description": "Tick to download TikTok videos. Note that this will increase time and costs needed to extract the data."
    },
    "videoKvStoreIdOrName": {
     "type": "string",
     "pattern": "^[a-zA-Z0-9-]+$",
     "description": "Name (or ID) of the Key Value Store where the videos and other media like thumbnails will be stored. Omit to store in the default one. Using this option will provide a named Key-Value store can help bypass data retention and store the content forever until the store is manually deleted. The Key-Value store's name can consist of a versatile combination of uppercase letters, lowercase letters, digits, or hyphens, all without any spaces."
    },
    "downloadSubtitlesOptions": {
     "enum": [
      "NEVER_DOWNLOAD_SUBTITLES",
      "DOWNLOAD_SUBTITLES",
      "DOWNLOAD_AND_TRANSCRIBE_VIDEOS_WITHOUT_SUBTITLES",
      "TRANSCRIBE_ALL_VIDEOS"
     ],
     "type": "string",
     "default": "NEVER_DOWNLOAD_SUBTITLES",
     "description": "Choose how to handle subtitle
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-video-scraper-clockworks-tiktok-video-scraper-via-stableapify-f0baa3d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableapify.dev](https://www.zero.xyz/host/stableapify.dev/llms.txt)
