# LTK Creator Scraper (`ahmed_jasarevic/ltk-creator-scraper`) Actor

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.

- **URL**: https://apify.com/ahmed\_jasarevic/ltk-creator-scraper.md
- **Developed by:** [Ahmed Jasarevic](https://apify.com/ahmed_jasarevic) (community)
- **Categories:** Social media, Lead generation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## LTK Creator Scraper — Influencer Profiles, Posts & Shoppable Products

Scrape [LTK (shopltk.com)](https://www.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

1. Open the actor and go to the **Input** tab.
2. Enter one or more **LTK creator handles** (e.g. `kerrisaf`) or **full profile URLs** (e.g. `https://www.shopltk.com/explore/kerrisaf`).
3. Optionally set `maxPostsPerCreator` (default 100) and `maxCreators`.
4. Click **Run**. The actor returns one dataset item per creator.
5. Download the results as **JSON, HTML, CSV or Excel**, or pull them via the Apify API.

#### Example input

```json
{
  "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:

```json
{
  "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 `maxPostsPerCreator` to 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 found` and 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).

# Actor input Schema

## `usernames` (type: `array`):

LTK creator handles (e.g. "kerrisaf") or full profile URLs (e.g. https://www.shopltk.com/explore/kerrisaf). One dataset item is produced per creator.

## `maxPostsPerCreator` (type: `integer`):

Maximum number of posts to collect per creator (0 = unlimited). Each post may contain multiple shoppable product links.

## `maxCreators` (type: `integer`):

Maximum number of creators to process (0 = all). Useful for testing.

## `proxy` (type: `object`):

Apify Proxy with Residential IPs is recommended to avoid blocking.

## Actor input object example

```json
{
  "usernames": [
    "kerrisaf"
  ],
  "maxPostsPerCreator": 100,
  "maxCreators": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "usernames": [
        "kerrisaf"
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ahmed_jasarevic/ltk-creator-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "usernames": ["kerrisaf"],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("ahmed_jasarevic/ltk-creator-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "usernames": [
    "kerrisaf"
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call ahmed_jasarevic/ltk-creator-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ahmed_jasarevic/ltk-creator-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/q5VyVBQtOvLKypxLp/builds/2UF8ZDKUzOEeygdOJ/openapi.json
