⚠️ DEPRECATED - TikTok Shop Scraper V3 → Use V4 Instead avatar

⚠️ DEPRECATED - TikTok Shop Scraper V3 → Use V4 Instead

Deprecated

Pricing

from $0.01 / 1,000 results

Go to Apify Store
⚠️ DEPRECATED - TikTok Shop Scraper V3 → Use V4 Instead

⚠️ DEPRECATED - TikTok Shop Scraper V3 → Use V4 Instead

Deprecated

⚠️ DEPRECATED: Use the new Python V4 version instead (alizarin_refrigerator-owner/tiktok-shop-scraper-v4). V4 has better anti-detection, SadCaptcha captcha solving, 9 regions, incremental data push, price tracking, and PPE pricing.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

1.4 days

Issues response

19 days ago

Last modified

Share

⚠️ DEPRECATED - TikTok Shop Scraper V3

This actor is deprecated and no longer maintained.

Please use the new Python V4 version instead:

👉 TikTok Shop Scraper V4 (Actor ID: hxZBiHyfj1Nwo3Mq7)


Why V4?

V4 is a complete rewrite in Python using nodriver for undetected browser automation. It offers:

FeatureV3 (Deprecated)V4 (New)
Browser EnginePlaywrightnodriver (undetected)
Anti-DetectionBasicAdvanced fingerprint randomization
Captcha SolvingManualSadCaptcha API integration
Data PushBatchIncremental (no data loss on timeout)
Regions99 (US, GB, DE, ID, MY, PH, SG, TH, VN)
Price TrackingYesYes + improved
Pricing ModelFixedPay-Per-Event (PPE)

Migration Guide

Simply replace your actor call:

Old (V3):

const run = await client.actor("alizarin_refrigerator-owner/tiktok-shop-scraper-v3").call(input);

New (V4):

const run = await client.actor("alizarin_refrigerator-owner/tiktok-shop-scraper-v4").call({
...input,
sadCaptchaApiKey: "YOUR_SADCAPTCHA_KEY" // Required for V4
});

SadCaptcha API Key

V4 requires a SadCaptcha API key (~$0.01 per captcha solve). Get yours at sadcaptcha.com.


Questions? Contact: john@johnrippy.link

👉 Switch to TikTok Shop Scraper V4 Now