TikTok Shop Affiliate Finder - Discover Top Sellers by Product avatar

TikTok Shop Affiliate Finder - Discover Top Sellers by Product

Under maintenance

Pricing

Pay per usage

Go to Apify Store
TikTok Shop Affiliate Finder - Discover Top Sellers by Product

TikTok Shop Affiliate Finder - Discover Top Sellers by Product

Under maintenance

Find every affiliate creator selling a product on TikTok Shop, filtered by minimum sales count. 6+ CAPTCHA solver strategies with consensus voting. Human-like browser behavior for reliable extraction from TikTok.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

5 days ago

Last modified

Share

๐ŸŽต TikTok Shop Affiliate Finder - Discover Top Sellers for Any Product

Find out exactly who is selling your product (or your competitor's) on TikTok Shop. TikTok Shop Affiliate Finder takes any TikTok Shop product URL and returns the affiliate creators actively promoting it โ€” filtered by minimum sales count so you only see proven sellers. Behind the scenes, a sophisticated anti-detection engine with 6+ CAPTCHA solver strategies and human-like browser behavior ensures reliable data extraction from one of the most aggressively protected platforms on the web.

๐Ÿ“Š What data can you extract?

  • Creator name and username for every affiliate selling a given product
  • Profile link โ€” direct URL to the creator's TikTok profile
  • Sold count โ€” how many units this creator has sold (as displayed by TikTok)
  • Source product โ€” the product URL that was queried, for easy cross-referencing
  • Filtered results โ€” only creators meeting your minimum sales threshold are returned

โญ Key Features

  • Discover Affiliate Creators for Any Product โ€” Give it a TikTok Shop product URL and get back a structured list of every creator promoting that product, with their sales numbers.
  • Filter by Minimum Sales Count โ€” Set a minSoldBadge threshold to cut through the noise. Only see affiliates who have actually moved units โ€” 10, 100, 1,000+, whatever bar you set.
  • Sophisticated CAPTCHA Handling โ€” TikTok deploys aggressive bot detection. This actor counters with 6+ solver strategies including puzzle solvers, rotation solvers, and a consensus voting system that picks the most reliable solution across multiple attempts.
  • Human-Like Browser Behavior โ€” Mouse movements follow Bezier curves. Scroll timing includes micro-jitter. Typing speed varies naturally. Every interaction is designed to look indistinguishable from a real user.
  • Debug Mode with Screenshot & HTML Capture โ€” When things go wrong, enable debug mode to get full-page screenshots and raw HTML at every step. Diagnose issues instantly instead of guessing.

๐Ÿ“ฅ Input

FieldTypeRequiredDescription
productUrlStringโœ…TikTok Shop product URL to find affiliates for (e.g., https://www.tiktok.com/@shop/product/1234567890)
minSoldBadgeNumberMinimum number of units sold to include a creator (default: 0)
maxCreatorsNumberMaximum number of creators to return (default: 50)
proxyConfigurationObjectProxy settings โ€” residential proxies strongly recommended for TikTok
debugModeBooleanEnable screenshot and HTML capture at each step (default: false)

๐Ÿ“ค Output Example

[
{
"name": "Sarah's Beauty Picks",
"username": "sarahbeautypicks",
"profileLink": "https://www.tiktok.com/@sarahbeautypicks",
"soldCount": 4280,
"sourceProduct": "https://www.tiktok.com/@shop/product/1729384756102938"
},
{
"name": "DealHunter Mike",
"username": "dealhuntermike",
"profileLink": "https://www.tiktok.com/@dealhuntermike",
"soldCount": 1856,
"sourceProduct": "https://www.tiktok.com/@shop/product/1729384756102938"
},
{
"name": "GlowUp Studio",
"username": "glowupstudio",
"profileLink": "https://www.tiktok.com/@glowupstudio",
"soldCount": 923,
"sourceProduct": "https://www.tiktok.com/@shop/product/1729384756102938"
}
]

๐Ÿ’ฐ Pricing

This actor uses Pay Per Event pricing at $0.05 per product URL scraped.

ScenarioProducts ScannedRuns/MonthMonthly Cost
Single product research14 (weekly)$0.20
Competitor analysis (10 SKUs)108 (biweekly)$4
Agency (50 client products)5030 (daily)$75

Platform compute costs apply separately. Because TikTok requires a full browser with anti-detection measures, compute usage is higher than typical HTTP-based actors. Budget approximately 30-60 seconds of browser time per product URL.

๐ŸŽฏ Use Cases

  • Brand affiliate recruitment โ€” Discover which creators are already selling competing products successfully, then recruit them to promote yours. Focus outreach on proven sellers, not random influencers.
  • Competitor intelligence โ€” See exactly who is driving sales for your competitors on TikTok Shop. Understand their affiliate network and identify creators you could convert.
  • Affiliate program management โ€” If you already run a TikTok Shop affiliate program, monitor which creators are generating the most sales and double down on your top performers.
  • Market research for new product launches โ€” Before launching on TikTok Shop, analyze the affiliate landscape for similar products to estimate demand, identify potential partners, and understand the competitive dynamics.

๐Ÿ”Œ API Usage

Call the actor via the Apify API to integrate it into any pipeline:

curl "https://api.apify.com/v2/acts/YOUR_USERNAME~tiktok-shop-affiliate-sales-scraper/runs" \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"productUrl": "https://www.tiktok.com/@shop/product/1729384756102938",
"minSoldBadge": 100,
"maxCreators": 25,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}'

For multi-product scans, trigger separate runs per product URL or use the Apify orchestration API to batch them.

โ“ FAQ

Why do I need residential proxies? TikTok has some of the most aggressive bot detection in the industry. Datacenter proxies are almost always blocked immediately. Residential proxies are strongly recommended โ€” and in many regions, required โ€” for reliable results. The actor is optimized for Apify's residential proxy pool.

What happens if TikTok's CAPTCHA blocks the scrape? The actor cycles through 6+ CAPTCHA solving strategies with a consensus voting system. If one solver fails, it automatically tries the next. In the rare case all strategies fail, the run will report the failure with a clear error message. Enable debugMode to capture screenshots and diagnose the specific CAPTCHA type encountered.

How many creators are typically found per product? It varies widely by product popularity. Viral products may have hundreds of affiliates, while niche items might have a handful. The maxCreators parameter caps results so you can control costs and processing time. Start with a small limit to gauge the landscape before scaling up.

๐Ÿ†˜ Support

Having issues or need a custom feature? Reach out through:

  • Apify Console โ€” Use the Issues tab on this actor's page
  • GitHub โ€” Open an issue on the actor's repository

TikTok's anti-bot measures evolve frequently. If you encounter persistent failures, open an issue with your debugMode output and we will investigate and update the solver strategies. We typically respond within 24 hours.