CoreClaw
Store
Pricing
Start Free Trial
vew5uoxb

TikTok Scraper

Pricing
Try for free
vew5uoxb

TikTok Scraper

vew5uoxb/tiktok-duo-gong-neng-jie-kou

Collect TikTok video, hashtag, and profile video data in one CoreClaw Worker. Use it to monitor hashtag trends, inspect creator activity, collect public video metadata, and export engagement metrics for research, lead generation, social listening, or content analysis.

Try for Free

You can access the Worker programmatically from your own applications using the CoreClaw API. Choose your preferred language from the options below. To get started with the CoreClaw API, you'll need a CoreClaw account and your API token — find it in the overview in your Console.

const axios = require("axios");

// API URL
const API_URL = "https://openapi.coreclaw.com/api/v1/scraper/run";

// Your API KEY
const API_KEY = "<YOUR_API_KEY>";

// Callback URL, The endpoint that will receive the scraping results
const CALLBACK_URL = "https://your-domain.com/callback";

// Build request parameters
const requestBody = {
    "scraper_slug": "01KG2DV66JTCN65ZBTRX3M456E",
    "version": "v1.0.8",
    "input": {
        "parameters": {
            "system": {
                "proxy_region": "",
                "cpus": 0.125,
                "memory": 512,
                "execute_limit_time_seconds": 1800,
                "max_total_charge": 0,
                "max_total_traffic": 0,
            },
            "custom": {
          "collection_type": "hashtag",
          "targets": [
                    {
                              "string": "fyp"
                    }
          ],
          "fetch_count": 10,
          "fetch_comments": false,
          "comment_max_per_post": null,
          "comment_top_level_max_per_post": 0,
          "comment_reply_max_per_comment": 0,
          "comment_max_pages": 10,
          "video_fetch_count": 10,
          "profile_scrape_section": "Videos",
          "profile_video_sort": "Latest",
          "exclude_pinned_posts": false,
          "filter_publish_after_date": "",
          "filter_publish_before_date": "",
          "filter_heart_less_than": null,
          "filter_heart_gte_than": null,
          "max_follower_fetch_num": 0,
          "max_following_fetch_num": 0,
          "scrape_related_videos": false,
          "retry_times": 3,
          "retry_delay_seconds": 1
}
        }
    },
    "callback_url": CALLBACK_URL
};

async function runScraper() {
    try {
        const response = await axios.post(API_URL, requestBody, {
            headers: {
                "api-key": API_KEY,
                "Content-Type": "application/json"
            },
            timeout: 30000
        });

        const { code, message, data } = response.data

        // Check response status
        if(code === 0) {
            console.log("Status Code:", code)
            console.log("Response Message:", message)
            console.log("Response Body:", JSON.stringify(data))
        } else {
            console.log("Error Status Code:", code)
            console.log("Error Message:", message)
        }
    } catch (error) {
        console.error("Request failed:", error.message);
    }
}

// Execute
runScraper();

Additional Resources

API Reference Documentation
Complete API documentation with all endpoints and parameters

Pricing

Failed results don't count

Rating

5.0

Developer

vew5uoxb

Worker Stats

13 Total runs
Success rate: 53.85%
Last updated: Jun 27, 2026

Categories

TikTok

Share

You might also like

Explore more popular scrapers from our marketplace

View All Scrapers
TikTok Bulk Video Scraper

TikTok Bulk Video Scraper

by CoreClaw

Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required.

4.8
35 runs
From $2.7/1,000 results
TikTok Profile Scraper(by search URL )

TikTok Profile Scraper(by search URL )

by CoreClaw

Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations.

4.6
38 runs
From $2.7/1,000 results
TikTok Comment Scraper(by posts URL)

TikTok Comment Scraper(by posts URL)

by CoreClaw

Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export.

4.4
29 runs
From $2.7/1,000 results
TikTok Profile Data Scraper (by URL)

TikTok Profile Data Scraper (by URL)

by CoreClaw

By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data.

4.3
28 runs
From $2.7/1,000 results
View All Scrapers
CoreClaw

Deploy ready-to-use Workers to accelerate your data collection workflows.

Email: support@coreclaw.com

Resources

  • Quick Start
  • API Reference
  • Leads
  • Affiliate Program

Recommend

  • Store
  • Pricing

Address

Apex DataWorks Limited

UNIT 9, 1/F, THE CLOUD, 111 TUNG CHAU STREET, TAI KOK TSUI, KOWLOON,HONG KONG