Created by Bitbash, built to showcase our approach to Scraping and Automation!
If you are looking for Tiktok Trend API (free-watermark videos) you've just found your team — Let’s Chat. 👆👆
TikTok Trend API Scraper
The TikTok Trend API Scraper lets you explore trending videos and viral content from TikTok in real time — all without watermarks. Use it to analyze what’s trending, extract clean video URLs, and access user, music, and hashtag data from any region.
Perfect for marketers, content creators, and developers who want data-backed insights into what’s capturing attention across TikTok.
- Trending Videos — Get the latest videos from the “For You” page across different countries.
- No Watermark Downloads — Extract direct video URLs without TikTok’s watermark.
- Video Metadata — Retrieve detailed information for any TikTok video.
- User Insights — Collect user details, follower stats, and profile information.
- Music Data — Fetch details about songs and sounds used in trending videos.
- Hashtags & Challenges — Identify active hashtags and associated content.
- Lightweight & Fast — Optimized for speed with minimal compute usage (~0.001 CU for 100 results).
| Field | Type | Description |
|---|---|---|
region |
String | Two-character region code (e.g., US, VN). |
limit |
Integer | Limit for number of scraped results. |
isDownloadVideo |
Boolean | Download videos (no watermark). |
isDownloadVideoCover |
Boolean | Download cover images. |
{ "region": "US", "limit": 100, "isDownloadVideo": true, "isDownloadVideoCover": false }
Example Output Each record contains comprehensive metadata for a single TikTok video: json{ "author": { "unique_id": "vtvgiaitriofficial", "nickname": "VTV Giai Tri Official", "region": "VN" }, "music": { "author": "VTV Giai Tri Official", "title": "original sound - vtvgiaitriofficial", "play_url": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/7229168238650166018.mp3" }, "desc": "Cô chủ trọ cho thuê căn phòng hết nước chấm thật #Cuocdoivandepsao", "statistics": { "play_count": 585709, "comment_count": 183, "share_count": 492, "digg_count": 25006 }, "share_url": "https://www.tiktok.com/@vtvgiaitriofficial/video/7229167805625847041" }
Performance
Scrapes up to 100 listings in about 1 minute.
Consumes approximately 0.001 compute units per run.
Optimized for parallel requests and quick turnaround.
Usage Scenarios
Trend Analysis: Identify viral content and creators by country or topic.
Marketing Research: Track evolving audience interests in real time.
Content Creation: Spot viral trends early to inform creative direction.
Music Discovery: Find trending sounds and associated user videos.
Data Aggregation: Feed TikTok trend data into analytics dashboards.
Output Storage All scraped data is stored as structured JSON records. You can easily integrate the dataset with your preferred programming language:
Python: requests.get(dataset_url).json()
Node.js: await fetch(dataset_url).then(res => res.json())
PHP: json_decode(file_get_contents(dataset_url), true)
Example Directory Structure pgsqltiktok-trend-api-scraper/ ├── README.md ├── dataset/ │ └── sample_output.json ├── input_example.json └── LICENSE
Troubleshooting
Invalid Input: The scraper stops immediately if required fields are missing.
Proxy Configuration: For trend videos, ensure your proxy matches the target country region.
Data Limits: Use smaller limit values for lightweight, faster runs.
FAQs Q: Does this scraper bypass TikTok’s watermark automatically? A: Yes, all video URLs provided are watermark-free. Q: Can I specify which country’s trends I want? A: Absolutely — just set the region field (e.g., "US" or "JP"). Q: How do I get user and sound information? A: It’s automatically included in each result’s author and music fields.
Related Tools ToolDescriptionFast TikTok APIGeneral TikTok data extractionTikTok Comment APIRetrieve video comment threadsTikTok Search APISearch-based video and user resultsTikTok User APICollect user profile and content dataTikTok Music APIExplore trending TikTok musicTikTok Hashtag APIExtract hashtag-based video collectionsTikTok Shop APIScrape e-commerce related TikTok dataTwitter - X.com ScraperFetch posts and user data from X (Twitter)