VOOZH about

URL: https://apify.com/trakk/tiktok-shop-search-scraper

⇱ TikTok Shop Search Scraper - Products, Prices & Sellers Β· Apify


Pricing

from $1.22 / 1,000 product results

Go to Apify Store

TikTok Shop Search Scraper

Scrape TikTok Shop search results by keyword. Get product titles, prices, sellers, ratings, sold counts, images, and URLs with bulk keywords, filters, sorting, pagination, retries, and proxy support.

Pricing

from $1.22 / 1,000 product results

Rating

0.0

(0)

Developer

πŸ‘ Blynx

Blynx

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

5

Monthly active users

9 hours ago

Last modified

Share

πŸ›οΈ TikTok Shop Search Scraper

Find TikTok Shop products by keyword and turn search pages into clean product rows. Scrape public TikTok Shop search results across supported regions with price, seller, rating, sold count, image, product URL, free-shipping signals, and stable spreadsheet-friendly fields.

Built for product researchers, dropshippers, brands, agencies, marketplace analysts, and anyone tracking what is moving on TikTok Shop without opening hundreds of product cards by hand.


πŸ”₯ What it does

  • πŸ”Ž Search one keyword or many keywords in a single run
  • 🌍 Pick a TikTok Shop region such as US, GB, ES, MX, DE, FR, JP, and more
  • 🧾 Extract product cards with title, product ID, URL, image, seller, price, sold count, rating, and reviews
  • πŸ“ˆ Sort locally by relevance, best sellers, price, or rating
  • 🎚️ Filter products by price, rating, sold count, and free shipping
  • 🧹 Deduplicate globally so the same product does not flood your dataset across keywords
  • 🧰 Keep output flat so Apify "All fields", CSV, Excel, and Google Sheets exports stay usable
  • πŸ§ͺ Save warning/error rows when a keyword or page cannot be fetched, so debugging is visible

βš™οΈ Simple input, extended controls

This actor supports the simple competitor-style input:

{
"country_code":"US",
"keyword":"water bottle",
"limit":50,
"page":1
}

And it also supports a richer product-research workflow:

{
"country_code":"US",
"keywords":["neck fan","phone case","makeup organizer"],
"maxItems":50,
"maxPages":3,
"sortBy":"best_sellers",
"dedupe":true,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"],
"apifyProxyCountry":"US"
}
}

πŸ’‘ Pro tip: run broad keywords first (water bottle, phone case, hair dryer brush), sort by best_sellers, then re-run winners with price/rating filters.


🌍 Supported regions

US, VN, TH, PH, MY, ID, GB, SG, ES, MX, DE, IT, FR, BR, JP

For the best results, match the proxy country to country_code when possible.


πŸ“₯ Input fields

FieldWhat it does
country_codeTikTok Shop region code. Default is US.
keywordOne search keyword. Kept for simple input compatibility.
limitCompatibility cap per keyword when maxItems is not set.
pageFirst search page to fetch.
keywordsMultiple keywords. Merged with keyword and deduplicated.
maxItemsMaximum products to save per keyword. 0 means no explicit per-keyword cap.
maxPagesMaximum pages to fetch per keyword.
sortByrelevance, best_sellers, price_asc, price_desc, or rating_desc.
minPrice, maxPriceLocal price filters on normalized current price.
minRatingKeep products at or above this rating.
minSoldCountKeep products at or above this sold count.
freeShippingOnlyKeep only products with a free-shipping signal when TikTok exposes it.
dedupeAvoid duplicate products across keywords and pages.
includeRawProductAdds the original TikTok product card as JSON text in rawProductJson.
compactOutputRemoves empty values while preserving stable columns.
maxConcurrencyNumber of keywords processed in parallel.
requestDelayMsOptional pause between pages of the same keyword.
proxyConfigurationApify proxy settings. Residential proxy is strongly recommended.

πŸ“€ Output

Product rows use type: "product_card" and status: "ok".

{
"type":"product_card",
"status":"ok",
"countryCode":"US",
"query":"water bottle",
"page":1,
"sourceUrl":"https://www.tiktok.com/shop/s?q=water+bottle&region=US&page=1",
"searchRank":1,
"sortedRank":1,
"productId":"1729595536444134138",
"title":"HydroJug Sport 32oz Portable Water Bottle",
"productUrl":"https://www.tiktok.com/shop/pdp/_/1729595536444134138?region=US",
"currentPrice":24.99,
"originalPrice":29.99,
"currency":"USD",
"currencySymbol":"$",
"soldCount":5200,
"soldText":"5.2K+ sold",
"rating":4.8,
"reviewCount":342,
"sellerId":"999",
"sellerName":"HydroJug",
"sellerUrl":"https://www.tiktok.com/shop/s/999?region=US",
"imageUrl":"https://...",
"freeShipping":false,
"message":"",
"error":""
}

Warning and error rows

If TikTok returns an empty response or a page fails after retries, the actor still writes a row with:

  • type: "warning" or type: "error"
  • the keyword and page
  • sourceUrl
  • message
  • error
  • optional diagnostics

That makes bad keywords and proxy issues easy to spot in exports.


πŸ§ͺ Example searches

Find best-selling product ideas

{
"country_code":"US",
"keywords":["makeup organizer","hair dryer brush","press on nails"],
"maxItems":50,
"maxPages":3,
"sortBy":"best_sellers"
}

Filter by price and rating

{
"country_code":"US",
"keyword":"portable blender",
"minPrice":10,
"maxPrice":50,
"minRating":4.5,
"maxItems":100
}

Compare regions

{
"country_code":"GB",
"keywords":["neck fan","mini printer"],
"maxItems":100,
"maxPages":5,
"sortBy":"rating_desc"
}

πŸ›‘οΈ Reliability notes

  • HTTP-only: no headless browser.
  • Residential proxy recommended: TikTok Shop can return empty SSR data, region errors, or security checks on datacenter traffic.
  • Keep concurrency moderate: start with maxConcurrency: 1 to 3, then increase if results are stable.
  • Use raw output only when debugging: includeRawProduct makes rows larger.
  • Flat output is intentional: it keeps Apify "All fields" and CSV exports predictable.

πŸ’Ό Use cases

  • TikTok Shop product research
  • Trend discovery
  • Competitor product monitoring
  • Price and rating checks
  • Finding high-volume products by sold count
  • Building product feeds for dashboards
  • Marketplace analysis by country
  • Dropshipping or brand scouting

❓ FAQ

Q: Does it use a browser?
No. It uses HTTP requests only.

Q: Why did I get warning rows?
TikTok returned an empty or limited public response for that keyword/page. Try residential proxy, lower concurrency, or run the keyword again.

Q: Why are rating or seller fields empty?
TikTok does not expose every value for every product card. Empty fields are normal for some products and regions.

Q: Can I scrape multiple keywords?
Yes. Use keywords. If keyword is also set, both inputs are merged and deduplicated.

Q: How do I keep exports clean?
Leave compactOutput: true and includeRawProduct: false unless you are debugging.


Feature requests and issues

Need a new field, a different output format, or a workflow this actor does not cover yet? Found a bug or a TikTok Shop response that does not parse correctly? Open an issue on the actor page in Apify Console and include the run ID, your input, what you expected, and a short example of the data you need. Clear reports help prioritize fixes and new features faster.


🏷️ Tags

tiktok shop scraper Β· tiktok shop search Β· product research Β· tiktok products Β· marketplace scraper Β· dropshipping research Β· best sellers Β· price monitoring Β· apify tiktok shop


πŸ”— Built for Apify | HTTP-only | Multi-keyword search | Flat product-card output

You might also like

Tiktok Shop Category Scraper

webdatalabs/tiktok-shop-scraper

The only reliable TikTok Shop scraper on Apify. Extract product data, prices, sales counts, ratings, and images from any TikTok Shop category.

245

1.1

πŸ›οΈ TikTok Shop Search Scraper

scraper-engine/tiktok-shop-search-scraper

πŸ›οΈ TikTok Shop Search Scraper (tiktok-shop-search-scraper) extracts TikTok Shop search results fastβ€”products, keywords, links & key data. πŸš€ Great for market research, competitor insights & content planning. ⚑ Use for smarter ecommerce decisions.

πŸ‘ User avatar

Scraper Engine

1

TikTok Shop Scraper: Sales Intelligence

automation-lab/tiktok-shop-scraper

Scrape TikTok Shop for product research and sales intelligence: prices, discounts, sold counts, seller/shop, ratings, reviews, stock signals, images, and exports.

πŸ‘ User avatar

Stas Persiianenko

104

πŸ›οΈ TikTok Shop Data Scraper

scraper-engine/tiktok-shop-data-scraper

πŸ›οΈ TikTok Shop Data Scraper (tiktok-shop-data-scraper) extracts product listings, pricing, ratings, and seller details from TikTok Shop. πŸš€ Perfect for market research, competitive analysis, and ecommerce insights. ⚑ Fast, reliable, and SEO-ready.

πŸ‘ User avatar

Scraper Engine

4

Tiktok Shop Product Scraper

coregent/tiktok-shop-product-scraper

Extract TikTok Shop products, prices, discounts, sold counts, ratings, variants, seller info, shipping, and review signals from product URLs, keywords, categories, and seller pages.

127

TikTok Shop Data Scraper

devcake/tiktok-shop-data-scraper

Extract TikTok Shop product data instantly - prices, reviews, seller info, and categories. The essential TikTok shop scraper for e-commerce sellers and dropshippers.

πŸ›οΈ TikTok Shop Data Scraper

api-empire/tiktok-shop-data-scraper

πŸ›οΈ TikTok Shop Data Scraper (tiktok-shop-data-scraper) extracts product, pricing, and seller details from TikTok Shop fast. πŸ“ˆ Great for market research, competitor tracking, and lead generation. ⚑ Automate insightsβ€”no manual scraping!

TikTok Shop scraper

jeremy_frost/tiktok-shop-scraper

TikTok Shop scraper – A powerful tool to extract product data from TikTok Shop, including prices, ratings, and sales figures. Automate data collection for analysis and insights!

339