The TikTok Products Crawler extracts product-related data from TikTok videos, including video details, author information, engagement metrics, and hashtags. It supports authenticated requests using TikTok cookies to access more comprehensive data.
The TikTok Products Crawler is an Actor designed to scrape product-related data from TikTok videos. Given a list of video URLs, this crawler extracts relevant information while supporting authenticated requests through TikTok cookies.
The crawler requires the following input parameters:
startUrls
(array) - List of TikTok video URLs to start crawling from.
1[ 2 { 3 "url": "https://www.tiktok.com/@homie_slander/video/7483601939955993886" 4 } 5]
cookies
(string) - TikTok authentication cookies in JSON format. This is required to access logged-in functionality.
maxRequestsPerCrawl
(integer) - Maximum number of requests the crawler will make before stopping.
3
The output dataset contains the extracted product-related information from the specified TikTok videos in JSON format.
1{ 2 "url": "https://www.tiktok.com/@homie_slander/video/7483601939955993886", 3 "id": "7483601939955993886", 4 "description": "Is this illegal? #tiktokshop #phonemount #cartok #caraccessories #carphoneholder ", 5 "createTime": "2025-03-19T19:17:48.000Z", 6 "authorInfo": { 7 "id": "7337437215033148459", 8 "uniqueId": "homie_slander", 9 "nickname": "The Smarter Shopper", 10 "avatarUrl": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/b6eb7095bf4b8e6f010943f88e51ec46~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=151cebeb&x-expires=1743256800&x-signature=VVkd208Tu2IhJCVx%2Bc2VbaiDN%2Fo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8", 11 "signature": "Shop smarter with TikTok shop!", 12 "followingCount": 21, 13 "followerCount": 72000, 14 "heartCount": 6300000, 15 "videoCount": 1025 16 }, 17 "videoStats": { 18 "playCount": 652200, 19 "diggCount": 3843, 20 "shareCount": 139, 21 "commentCount": 55, 22 "collectCount": "769" 23 }, 24 "videoUrl": "https://v16-webapp-prime.us.tiktok.com/video/tos/useast8/tos-useast8-ve-0068c002-tx2/o8GspabVIR4G7i6B0AQErAOiGJZ91CEWjGvQB/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=3778&bt=1889&cs=0&ds=6&ft=4KJMyMzm8Zmo0FQKvb4jVKxuQpWrKsd.&mime_type=video_mp4&qs=0&rc=ZTtnZTQzNWVkNTM5OTg2aUBpamg3ZHQ5cnJreTMzaTczNEAzLy42MjIvXjIxYTQyLTFjYSNuYHEuMmRrYWFgLS1kMTJzcw%3D%3D&btag=e00088000&expire=1743258439&l=20250327142650921D9D8D121A06058AB5&ply_type=2&policy=2&signature=4d55b3ec83b9e11f5fc9e2ac56801bb2&tk=tt_chain_token", 25 "musicInfo": { 26 "id": "7483601849271634718", 27 "title": "original sound", 28 "authorName": "The Smarter Shopper", 29 "playUrl": "https://v16m.tiktokcdn-us.com/715b4cdfdd3b2a04dbbbc711a2e8e49e/67e5b4a7/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oY18iMfBqEwbE7zKWGEBD7xYbAFBqiwAiAAuEA/?a=1233&bti=ODszNWYuMDE6&ch=0&cr=0&dr=0&er=0&lr=default&cd=0%7C0%7C0%7C0&br=250&bt=125&ds=5&ft=GSDrKInz7ThpZYyOXq8Zmo&mime_type=audio_mpeg&qs=13&rc=amttaWo5cnFreTMzaTU8NEBpamttaWo5cnFreTMzaTU8NEAtay5fMmRjZGFgLS1kMTJzYSMtay5fMmRjZGFgLS1kMTJzcw%3D%3D&vvpl=1&l=20250327142650921D9D8D121A06058AB5&btag=e00048000" 30 }, 31 "hashtags": [ 32 { 33 "name": "tiktokshop", 34 "id": "1613123321562117" 35 }, 36 { 37 "name": "phonemount", 38 "id": "1624569764613126" 39 }, 40 { 41 "name": "cartok", 42 "id": "10133652" 43 }, 44 { 45 "name": "caraccessories", 46 "id": "1599525860172801" 47 }, 48 { 49 "name": "carphoneholder", 50 "id": "1631780663273473" 51 } 52 ] 53}
Since TikTok restricts certain data to logged-in users, you must provide authentication cookies to access all relevant content. Ensure your cookies are valid and up-to-date before running the crawler.
If you encounter any issues or have feature requests, feel free to reach out through the Issues tab.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!