TikTok Shop Trending Scraper avatar

TikTok Shop Trending Scraper

Pricing

from $4.31 / 1,000 results

Go to Apify Store
TikTok Shop Trending Scraper

TikTok Shop Trending Scraper

Export the TikTok Shop products trending hardest in any region right now. Every row carries price, rating, sold count, brand, seller, and variant data, with optional full product detail added. Export scraped data, run via API, and track what a TikTok Shop market is buying.

Pricing

from $4.31 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

5

Monthly active users

9 hours ago

Last modified

Share

TikTok Shop Trending Products Scraper

Pull the products TikTok Shop is pushing hardest in a region, right now. The Actor walks the trending feed automatically and saves each product once.

Every row carries price, star rating, units sold, seller, brand, and every purchasable variant. Turn on one setting and each row grows to include the full product page, the shop's profile, review data, vouchers, and category info too.

Input

FieldTypeDefaultWhat it does
regionenumUSRequired. US, GB, SG, MY, PH, TH, VN, ID.
maxItemsinteger100How many products to save. 0 continues until the region's trending feed is exhausted.
addonProductDetailsbooleanfalseAdd the full product, shop, review, voucher, category, and performance record to each row. Costs one extra request per product, so leave it off when the listing fields already answer your question.
{
"region": "US",
"maxItems": 100,
"addonProductDetails": false
}

The Actor requests 20 products at a time and automatically excludes product IDs it has already received from each later batch. maxItems controls how many unique products are saved; use 0 to continue until the feed reports that it is exhausted.

What you get

FieldHolds
product_idTikTok Shop product ID
titleProduct title, when the listing carries one
imagePrimary product image
product_price_infoReal price, original price, currency, and discount for the listed variant
rate_infoStar score and review count
sold_infoUnits sold
seller_infoThe seller behind the listing
brand_infoBrand attached to the product, when TikTok records one
sku_infoEvery purchasable variant, each with its own ID, price, and stock
product_marketing_infoPromotion and campaign labels, like seasonal sale badges
seo_urlThe product's SEO URL info, when available
product_detail, product_info, shop_info, reviews_info, hot_reviews, vouchers, category_info, shop_performanceOnly present when addonProductDetails is on
{
"product_id": "1731820947261553092",
"title": "Skullcandy Dime 3 True Wireless Earbuds, Bluetooth 5.3, 24-Hour Battery, IPX4 Water Resistant, Compatible with iPhone and Android",
"product_price_info": {
"currency_name": "USD",
"sale_price_format": "34.99",
"origin_price_format": "44.99",
"discount_format": "22%"
},
"rate_info": { "score": 4.5, "review_count": "8342" },
"sold_info": { "sold_count": 94512 },
"seller_info": { "shop_name": "Skullcandy" }
}

That's a trimmed real row. Watch the types — sold_count and score come back as numbers while review_count comes back as a numeric string, passed through exactly as the source returns them.

Questions

What is the most sold item on TikTok Shop? Not necessarily row one. This Actor returns TikTok's own trending order, which is a promotion ranking, not a sales ranking — it isn't sorted by sold_info. If you want the actual best-seller, pull the run's dataset and sort by sold_info yourself.

How to find TikTok Shop performance score? That's shop_performance, and it's addon-only — it shows up on a row only when addonProductDetails is checked. Leave the setting off and the field won't be there.

Why did I get fewer rows than maxItems? maxItems is a ceiling, not a promised feed size. The run stops when TikTok Shop reports no more trending products for the selected region. Repeated product IDs are skipped rather than saved twice.

Does addonProductDetails slow the run down? Yes, by design — it's one extra request per saved product on top of the trending list requests. Turn it on when you need review counts, vouchers, or shop performance; leave it off when price, rating, and sold count already answer the question.

Other TikTok Shop Actors

ActorUse when
TikTok Shop Products ScraperYou have a keyword, not just a region
TikTok Shop Category Products ScraperYou want one category, not the whole trending feed
TikTok Shop Keyword Ideas ScraperYou want search terms before you search
TikTok Shop Seller Info ScraperA row's seller_info is worth a closer look

Support

Questions, bugs, or feature requests: contact@toolzerhub.com

Browse the rest: apify.com/toolzerhub