LTK Creator Scraper
Pricing
from $5.00 / 1,000 results
LTK Creator Scraper
Extract LTK (shopltk.com) creator profiles: bio, avatar, follower count, social links, brand tags, all posts and shoppable product links. Built for influencer marketing agencies, brand partnership teams and affiliate program managers.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Ahmed Jasarevic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
LTK Creator Scraper — Influencer Profiles, Posts & Shoppable Products
Scrape LTK (shopltk.com) — the "Shop Your Screenshots" creator commerce platform — and get a complete influencer profile dossier: bio, avatar, follower count, social links, brand tags, every post and all shoppable product links. One dataset item per creator.
Built for influencer marketing agencies, brand partnership teams, affiliate program managers, and creator discovery / lead-gen workflows. Runs on Apify's cloud infrastructure with proxy rotation, scheduling, API access and dataset export built in.
Why use LTK Creator Scraper?
- Creator discovery & vetting — evaluate LTK creators by follower count, posting volume, and the brands they feature before reaching out.
- Brand tag intelligence — see exactly which retailers/brands a creator posts (e.g. Walmart, Revolve, Free People) and how often, so you can shortlist creators already aligned with your category.
- Affiliate program management — pull every shoppable product link a creator posts, ready for partner outreach and program analysis.
- Lead enrichment — combine profile + bio + follower count + social links into your CRM / lead lists.
How to use LTK Creator Scraper
- Open the actor and go to the Input tab.
- Enter one or more LTK creator handles (e.g.
kerrisaf) or full profile URLs (e.g.https://www.shopltk.com/explore/kerrisaf). - Optionally set
maxPostsPerCreator(default 100) andmaxCreators. - Click Run. The actor returns one dataset item per creator.
- Download the results as JSON, HTML, CSV or Excel, or pull them via the Apify API.
Example input
{"usernames": ["kerrisaf", "https://www.shopltk.com/explore/amberfillerup"],"maxPostsPerCreator": 100,"maxCreators": 0}
Input
| Field | Type | Description |
|---|---|---|
usernames | array | LTK creator handles or profile URLs. Required. |
maxPostsPerCreator | integer | Max posts to collect per creator (0 = unlimited, hard-capped at 500 for safety). Default 100. |
maxCreators | integer | Max creators to process (0 = all). Default 0. |
proxy | object | Apify Proxy config. Residential recommended. |
Output
Each dataset item contains:
{"username": "kerrisaf","profileUrl": "https://www.shopltk.com/explore/kerrisaf","profile": {"id": "24a8a6fe-...","displayName": "kerrisaf","fullName": "Kerrisa Fernandez","bio": "I love fashion and I love a bargain! 5’2 Small 2/4","avatarUrl": "https://avatar-cdn.liketoknow.it/...","instagramName": "","blogName": "TikTok","blogUrl": "https://vm.tiktok.com/ZM8DvbjuW/"},"followerCount": 215619,"socialLinks": { "TikTok": "https://vm.tiktok.com/ZM8DvbjuW/" },"totalPosts": 100,"totalShoppableProducts": 112,"brandTags": [ { "name": "Walmart (US)", "count": 78 }, { "name": "Kurt Geiger US", "count": 7 } ],"posts": [{"id": "348b7985-...","caption": null,"shareUrl": "https://liketk.it/6kzyd","publishedAt": "2026-08-11T00:14:02.66Z","productCount": 9,"media": ["https://stream.mux.com/...", "https://product-images-cdn.liketoknow.it/..."]}],"shoppableProductLinks": ["https://on.ltk.com/...", "https://rstyle.me/..."]}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
username / profileUrl | Creator handle and profile page URL |
profile.* | Full name, bio, avatar, background image, Instagram handle, blog/site URL |
followerCount | LTK follower count |
socialLinks | Instagram and blog/social profile URLs |
posts[] | Each post: caption, share URL, published date, product count, media URLs |
brandTags[] | Distinct retailers/brands with post frequency |
shoppableProductLinks[] | All unique shoppable product link URLs (deduplicated) |
Pricing / Cost estimation
Runs use plain HTTP requests against LTK's public gateway API — no browser is launched, so each run is cheap (a few compute units even for dozens of creators). Free users get a preview of up to 5 creators. Full runs are unlimited for paying users. Using Residential proxy (recommended default) costs a small premium per GB; Datacenter proxy is a cheaper alternative if you're not seeing blocks.
Tips & advanced options
- Speed up discovery: batch dozens of handles in one run — they're processed concurrently (max 4) with a hard cap of 200 creators per run for safety.
- Control volume: lower
maxPostsPerCreatorto just capture profile + follower + brand data quickly. - Rate-limit friendliness: the actor respects loop-safety caps (max 500 posts/creator, 50 pages/creator) so it can never run away.
FAQ, disclaimers & support
- Legality: Scrape only publicly available profile data. Respect LTK's Terms of Service and local laws.
- Data availability: Bio, follower count and social links come from LTK's public API — a few creators have no bio or no linked social accounts (fields are
null). - Missing creator? The actor logs
No LTK profile foundand skips it — check the spelling of the handle. - For issues or feature requests, use the Issues tab on the actor page. Need a custom variant (e.g. category/brand search)? Contact the actor owner.
Tech notes
- Strategy: internal public JSON API (
api-gateway.rewardstyle.com), discovered via traffic analysis of the Nuxt SSR web app. No browser needed — fast and cheap. - Built with Crawlee
HttpCrawler+ Apify SDK (TypeScript).