TikTok Shop Seller Profile Scraper avatar

TikTok Shop Seller Profile Scraper

Pricing

from $5.10 / 1,000 results

Go to Apify Store
TikTok Shop Seller Profile Scraper

TikTok Shop Seller Profile Scraper

Look up any TikTok Shop seller and get their storefront at a glance: shop name, star rating, follower and video counts, how many products they list, and total units sold. The quick way to size up a competitor or vet a supplier.

Pricing

from $5.10 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

TikTok Shop Seller Info Scraper

The Actor looks up one TikTok Shop seller by seller_id and region and saves their storefront profile — shop name, star rating, follower and video counts, and total units and products sold — straight from the seller's storefront.

{
"seller_id": "7495516049083828882",
"region": "US"
}

Accepted input

seller_id accepts either the bare numeric ID or a shop page URL and is required. region is US only. Seller storefront pages exist on TikTok's US storefront alone — other storefronts return nothing — so no other region is offered here.

Result fields

The response is the shop record itself rather than a record nested under a shop_info key elsewhere — shop_info here holds the same data unflattened, for anything not broken out into its own field. seller_id and global_seller_id are usually identical; global_seller_id is the ID as TikTok's global commerce system records it. sold_count and global_sold_count both describe total units sold but come from different counters and are not guaranteed to match exactly. on_sell_product_count is the number of products currently listed. review_count, shop_rating, followers_count, and video_count describe the shop's standing, and shop_link is the public storefront URL.

{
"seller_id": "7495516049083828882",
"shop_name": "Maybelline New York",
"shop_rating": "4.3",
"sold_count": 2012919,
"on_sell_product_count": 29,
"review_count": 187619,
"followers_count": "1120898",
"video_count": "1140"
}

This is a trimmed, live-verified result; some fields arrive as numbers and others as numeric strings exactly as the source returns them — sold_count is a number while global_sold_count, followers_count, and video_count are strings.

Sellers that do not exist

A seller_id TikTok Shop reports as not found produces no dataset record rather than an error row; the run still finishes normally with zero items saved.

For the seller's full product catalog rather than just their profile, use the TikTok Shop Seller Products Scraper — the two share the same seller_id input and can be run back to back. For a single product's full detail, use the TikTok Shop Product Scraper. For a keyword search or a category browse across many sellers, use the TikTok Shop Search Scraper or the TikTok Shop Category Products Scraper.