TikTok Shop Search Pro π₯
Pricing
from $8.00 / 1,000 results
TikTok Shop Search Pro π₯
TikTok Shop scraper for keyword and region search. Extract product IDs, titles, brands, sellers, prices, ratings, reviews, SKU pricing, and ranking data in clean structured output for ecommerce research, competitor tracking, trend discovery, and product sourcing.
Pricing
from $8.00 / 1,000 results
Rating
4.5
(4)
Developer
Sentry
Maintained by CommunityActor stats
1
Bookmarked
72
Total users
16
Monthly active users
8.9 days
Issues response
9 hours ago
Last modified
Categories
Share
TikTok Shop Search Pro Go
tiktok-shop-search-pro-go is the Go rewrite of the existing TikTok Shop search scraper.
It preserves the original actorβs core behavior:
- search TikTok Shop by keyword and region
- retry blocked or low-trust search responses with fresh HTTP sessions
- extract embedded product payloads from hydrated page HTML
- enforce the same query-token relevance filters
- emit one dataset item per discovered product
- return the same summary payload with
resultsDatasetUrl
The Go port intentionally removes proxy configuration and does not use the guard library. All requests run through the built-in no-proxy HTTP client.
Input
Key inputs:
queriessearchRegionmaxPagesPerQuerymaxResultsPerQueryincludeRawProductcompactNullFieldsrequestTimeoutSecmaxFetchRetriesqueryRetryAttemptsfailOnZeroAfterRetriesforceMaxPagesrequireAllQueryTokensminimumQueryTokenMatches
Output
Each dataset item contains normalized TikTok Shop product fields such as:
querypagerank_on_pagerank_globalproduct_idproduct_namebrand_namesellermin_pricemax_priceavg_priceproduct_ratingreview_countproduct_urlsource_urlscraped_at
Optional:
raw_product
Notes
- Proxy inputs are not exposed in the actor schema and are not used by the runtime.
- Browser fallback and guard settlement flows are intentionally not part of this Go port.