LTK Creator Scraper | Shoppable Links & Products avatar

LTK Creator Scraper | Shoppable Links & Products

Pricing

from $5.00 / 1,000 results

Go to Apify Store
LTK Creator Scraper | Shoppable Links & Products

LTK Creator Scraper | Shoppable Links & Products

Extract LTK (LikeToKnowIt) creator profiles, shoppable product links and brand mentions. Analyze influencer commerce and affiliate marketing data.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

LTK Creator Scraper

Extract creator profiles, shoppable links, and commerce data from LikeToKnowIt (LTK) at scale. This LTK creator scraper pulls detailed creator metrics, product links, and brand mentions for influencer marketing and affiliate intelligence.

Use Cases

  • Influencer Marketing — Discover LTK creators, analyze follower counts, engagement, and niche to identify the best brand partners.
  • Affiliate Link Intelligence — Collect and monitor shoppable affiliate links across creators to track product promotions and pricing.
  • Brand Monitoring — Track which creators mention your brand or competitors on LTK and how they position products.
  • Creator Outreach — Build targeted outreach lists of LTK creators filtered by category, follower range, or activity level.
  • Product Research — See which products are trending across LTK creators and identify emerging shoppable items.
  • Competitive Analysis — Benchmark competitor affiliate strategies by analyzing creator link volume, categories, and post frequency.

How It Works

  1. Input — Provide a list of LTK creator usernames or profile URLs. Optionally set maxPostsPerCreator and maxCreators.
  2. Scrape — The actor navigates each creator's LTK profile, extracts profile data, recent posts, and shoppable product links.
  3. Output — Results are saved to a dataset with creator metadata, post details, and affiliate link data in structured JSON.

Input

FieldTypeRequiredDefaultDescription
usernamesarray[string]YesLTK creator handles or profile URLs (e.g., @username or https://www.shopltk.com/profile/username).
maxPostsPerCreatorintegerNo100Maximum number of posts to scrape per creator.
maxCreatorsintegerNo0Maximum number of creators to process (0 = no limit).
proxyobjectNoProxy configuration. Supports Apify proxy groups or custom proxy URLs.

Proxy Configuration

{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output

Each dataset item represents a creator profile with associated post and link data:

FieldTypeDescription
usernamestringLTK creator handle.
displayNamestringCreator's display name on LTK.
biostringCreator biography.
profileUrlstringFull LTK profile URL.
followerCountnumberNumber of followers on LTK.
followingCountnumberNumber of accounts the creator follows.
postCountnumberTotal number of posts.
categorystringCreator's primary category (e.g., Fashion, Beauty, Home).
postsarray[object]List of scraped posts with titles, images, timestamps, and product links.
posts[].productsarray[object]Shoppable product links — name, price, retailer, affiliate URL.
posts[].titlestringPost title or caption.
posts[].imageUrlstringPost image URL.
posts[].postedAtstringISO 8601 timestamp of the post.
scrapedAtstringISO 8601 timestamp of when the data was scraped.

Example Input

{
"usernames": ["@fashionbymaya", "https://www.shopltk.com/profile/homeedit"],
"maxPostsPerCreator": 50,
"maxCreators": 10,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

[
{
"username": "fashionbymaya",
"displayName": "Maya Torres",
"bio": "Fashion & lifestyle | LA based",
"profileUrl": "https://www.shopltk.com/profile/fashionbymaya",
"followerCount": 48200,
"followingCount": 312,
"postCount": 1240,
"category": "Fashion",
"posts": [
{
"title": "Spring capsule wardrobe essentials",
"imageUrl": "https://media.shopltk.com/...",
"postedAt": "2026-08-15T14:30:00Z",
"products": [
{
"name": "Linen Blazer — Zara",
"price": "89.90",
"retailer": "Zara",
"affiliateUrl": "https://shop.ltk.com/..."
}
]
}
],
"scrapedAt": "2026-08-30T12:00:00Z"
}
]

Integrations

This actor pairs well with other Apify tools and actors:

  • Google Sheets — Export results directly to a spreadsheet for team sharing.
  • Instagram User Scraper — Cross-reference LTK creators with their Instagram profiles for multi-platform analysis.
  • TikTok Scraper — Enrich creator data with TikTok engagement metrics.
  • CRM / Zapier — Push creator contact and profile data into your outreach pipeline via webhooks.
  • Slack — Send alerts when new creators matching your criteria are discovered.
ActorDescription
Instagram User ScraperScrape Instagram profiles, posts, and followers.
TikTok ScraperExtract TikTok videos, profiles, and comments.
YouTube Channel ScraperGet YouTube channel metadata and video data.
Influencer ScraperFind influencers across multiple platforms.

Frequently Asked Questions

What data can I extract from LTK?

The actor extracts creator profiles (name, bio, follower count, category), posts (titles, images, timestamps), and all shoppable product links with prices, retailer names, and affiliate URLs.

Do I need LTK login credentials?

No. The actor scrapes publicly available creator profile data. No login or API key is required.

Can I filter creators by category or follower count?

The actor collects all available data. You can filter results in your post-processing step or use the output dataset to query by category, follower count, or post volume.

Is there a limit on how many creators I can scrape?

There is no hard limit from the actor itself. Set maxCreators to control batch size. For large lists, run the actor in batches to stay within platform resource limits.

Affiliate links are extracted directly from LTK pages at scrape time. Links may expire or change if creators update their posts.

Can I schedule this actor to run regularly?

Yes. Create an Actor task and schedule it via the Apify console or API to monitor creator activity over time.

SEO Keywords

LTK scraper, LikeToKnowIt creator data, LTK influencer profiles, shoppable links extraction, LTK API alternative, creator commerce data, influencer product links, affiliate marketing data, LTK brand mentions, creator shopping data, influencer affiliate links, LTK post data, creator retail intelligence, fashion influencer data, LTK creator analytics, LikeToKnowIt scraper tool, LTK affiliate link extractor, creator shoppable content, LTK profile data, influencer commerce platform

For AI Agents

This actor is designed for AI agent pipelines. Pass creator usernames as input and receive structured JSON output ready for downstream processing.

Agent workflow:

  1. Resolve creator handles from a prospecting list or database.
  2. Call this actor with the usernames array.
  3. Parse the returned dataset for creator metrics, post content, and product links.
  4. Feed results into scoring, outreach, or reporting agents.

Output schema reference: Each item contains username, displayName, bio, followerCount, postCount, category, posts[].products[].affiliateUrl, and scrapedAt.

This actor scrapes publicly available data from LikeToKnowIt creator profiles. It does not bypass authentication, access private data, or violate LTK's Terms of Service. Users are responsible for ensuring their use of scraped data complies with applicable laws and platform policies. Do not use extracted data for spam, harassment, or unauthorized commercial purposes. Always respect creator privacy and intellectual property rights.

FAQ

Why use this Actor instead of building my own scraper?

Building and maintaining a web scraper requires handling anti-bot detection, proxy rotation, data parsing, and ongoing maintenance as websites change. This Actor provides all of that out of the box with reliable, tested extraction.

What data format does this Actor return?

The Actor returns structured JSON data. Results are stored in an Apify dataset which can be exported as JSON, CSV, XML, or Excel.

Can I use this Actor with scheduling?

Yes. You can create a task from this Actor and schedule it to run automatically at regular intervals for monitoring or data collection purposes.

Is there a way to filter or limit results?

Yes. Check the input parameters for options like maxItems, maxPages, or similar limiting fields to control how much data is extracted per run.

What happens if the Actor encounters a blocked page?

The Actor uses proxy rotation and retry logic to handle blocks. If a page cannot be accessed, the Actor will skip it and continue with the remaining items.