Skip to main content
AI Studio  add-on for Spider.
tiktok.com

TikTok Social Scraper API

Extract video metadata, creator profiles, engagement metrics, and trending sounds from TikTok. Stealth browsing bypasses TikTok's aggressive anti-bot and Akamai protection.

TikTok is now a primary source for social listening, trend analysis, and influencer research. Spider renders TikTok's dynamic interface and extracts structured data from creator profiles, video feeds, and trending pages.

No key required
curl -X POST https://api.spider.cloud/scrape \
  -H "Content-Type: application/json" \
  -d '{"url": "https://tiktok.com", "return_format": "markdown"}'

Returns tiktok.com as markdown, live. Get a key →

No capture yet

We have not stored a capture of tiktok.com, so there is nothing real to show here yet. Run the call above and you get the live page back as markdown.

The same call, in code.

The keyless call above returns markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on tiktok.com.

tiktok-social-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://www.tiktok.com/@nasa");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

What teams build with tiktok.com data.

Trend Detection

Track trending sounds, hashtags, and content formats to spot viral trends before they saturate the market.

Influencer Vetting

Analyze creator engagement rates, follower growth, and content consistency to identify authentic influencer partners.

Competitive Intelligence

Track competitor TikTok posting frequency, content themes, and engagement benchmarks.

Content Research

Study high-performing video formats, captions, and hashtag strategies to inform your own TikTok content plan.

Fields you can pull.

Video captionCreatorLikesCommentsSharesViewsSound nameHashtags
Stealth

Akamai bypass

Residential proxy rotation and fingerprint randomization to reliably access TikTok despite Akamai bot detection.

Rendering

Dynamic content

Renders TikTok's SPA in a full browser, including lazy-loaded videos, infinite scroll, and dynamic feeds.

Data

Video & creator data

Structured JSON with video metadata, engagement metrics, creator profiles, sounds, and hashtags.

What tiktok.com costs to scrape.

Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so most pages land at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Scraping tiktok.com.

Can I scrape TikTok without an account?

Yes. Spider extracts data from public TikTok profiles, video pages, and trending feeds that are visible without login.

How does Spider handle TikTok anti-bot?

Spider uses residential proxies, browser fingerprint rotation, and real Chrome rendering to bypass TikTok's Akamai-powered bot detection.

What TikTok data can I extract?

Video captions, view counts, likes, comments, shares, creator profiles, follower counts, sound names, and hashtags.

Can I scrape TikTok search results?

Yes. Spider renders TikTok search pages and extracts video results for any keyword, hashtag, or user query.

More Social scrapers.

Start scraping tiktok.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.