# TikTok Shop Scraper - Products, Prices, Sales & Reviews (`seemuapps/tiktok-shop-products-scraper`) Actor

Scrape TikTok Shop products by keyword, shop or URL: price, discount, units sold, rating, SKUs and stock, promoting creator videos and customer reviews.

- **URL**: https://apify.com/seemuapps/tiktok-shop-products-scraper.md
- **Developed by:** [Seemu Scraping](https://apify.com/seemuapps) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 products

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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## TikTok Shop Scraper - Products, Prices, Sales & Reviews

Find winning TikTok Shop products in minutes. Search by keyword, pull a seller's whole catalog, or open any product page to get price, discount, **units sold**, rating, every SKU with **live stock levels**, shipping, shop stats, the **creator videos promoting the product**, and customer reviews. Export to JSON, CSV, Excel or Google Sheets.

No TikTok account or login needed.

### What you get

**Product rows** (keyword search, shop catalog and product details modes):

- Product ID, title, product URL and main image
- Current price, original price, discount %, price range across variants and currency
- Units sold, star rating and review count
- Shop name, shop ID, shop URL, shop rating, followers, total shop sales and product count
- Category (full breadcrumb when available) and badges such as *best seller*, *most loved* or *official shop*
- Free-shipping flag, shipping fee and delivery window (days)
- With full details: every image, description, specifications (brand, material, ingredients...), and **every SKU / variant with price, original price and stock**
- **Promoting videos**: the TikToks selling the product, with creator, views, likes, caption, post date and whether the creator earns commission

**Review rows** (product reviews mode):

- Star rating, review text, date, purchased variant and review photos
- Verified-purchase and incentivized flags
- Reviewer name, ID and country
- The product's overall rating and total review count

### Use cases

- **Product research for dropshipping** - spot trending products with high units sold and strong ratings before they saturate
- **Competitor analysis** - monitor a rival shop's catalog, pricing, discounts and best sellers
- **Influencer and affiliate discovery** - find the creators already driving sales for a product and how many views their videos get
- **Pricing intelligence** - track price, discount depth and stock across every variant
- **Review mining** - collect customer feedback to find product flaws, feature requests and ad angles

### How to use

1. Pick **What to scrape**:
   - **Keyword search** - enter one or more keywords (e.g. `phone case`, `lip gloss`)
   - **Shop catalog** - paste TikTok Shop store URLs such as `https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079` (or just the shop ID) and choose *Best-selling first* or *Newest first*
   - **Product details** - paste product URLs such as `https://www.tiktok.com/shop/pdp/.../1729587769570529799` (or just the product ID)
   - **Product reviews** - paste product URLs or IDs
2. Choose the **Shop region** (United States by default).
3. Set **Max results per keyword / shop / product** (default 100, up to 1,000 per run; continue with Page ID for more).
4. Optional: turn on **Include full product details** in keyword or shop mode to add SKUs, stock, images, description, shop stats and promoting videos to every product.
5. Run the actor. Results appear in the **Dataset** tab. Use the *Products*, *Product details* and *Reviews* views for quick tables.

#### Getting more results in a later run

After the run finishes, open the **Key-value store** tab → copy the `NEXT_PAGE_ID` value → paste it into **Page ID** on your next run, keeping the same mode and input list. The next run continues exactly where the last one stopped, with no duplicates. If `NEXT_PAGE_ID` is `null`, you've fetched everything.

Tip: resume works best with one shop or product per run. With several inputs, `NEXT_PAGE_ID` points at the last one that stopped early.

### Output example

A product row with full details (trimmed):

```json
{
  "type": "product",
  "source": "shop",
  "productId": "1729527313880355335",
  "title": "Goli Ashwagandha & Vitamin D Gummy - Mixed Berry, KSM-66, Vegan",
  "url": "https://www.tiktok.com/shop/pdp/1729527313880355335",
  "price": 14.98,
  "originalPrice": 19,
  "discountPercent": 21,
  "currency": "USD",
  "unitsSold": 1303050,
  "rating": 4.5,
  "reviewCount": 94375,
  "shopName": "Goli Nutrition",
  "shopId": "7495794203056835079",
  "category": "Health",
  "freeShipping": true,
  "deliveryDaysMin": 4,
  "deliveryDaysMax": 7,
  "skuCount": 1,
  "totalStock": 341512,
  "skus": [
    { "skuId": "1729527298861535751", "variant": "Size: 1 Bottle", "price": 14.98, "originalPrice": 19, "stock": 341512, "available": true }
  ],
  "shopRating": 4.6,
  "shopFollowers": 600223,
  "promotingVideosCount": 9,
  "promotingVideos": [
    {
      "url": "https://www.tiktok.com/@7162655621682578475/video/7397839934461136158",
      "creatorName": "bestrunupss",
      "views": 18483286,
      "likes": 1723604,
      "postedAt": "2024-07-31T16:37:34.000Z",
      "commissionLabel": "Creator earns commission"
    }
  ]
}
```

A review row:

```json
{
  "type": "review",
  "productId": "1732403550898524635",
  "reviewId": "7684010140120991502",
  "rating": 5,
  "text": "I really like this phone case. The black design with the red Spider-Man logo looks clean...",
  "reviewedAt": "2026-09-10T20:43:59.318Z",
  "variant": "Item: black, iPhone 13",
  "isVerifiedPurchase": true,
  "reviewerCountry": "US",
  "productRating": 4.7,
  "productReviewCount": 59
}
```

Keyword search and shop rows without full details have the same columns; detail-only fields are empty and `detailsFetched` is `false`.

### Pricing

You pay per row in the dataset:

- **product-result** - one product from keyword search or a shop catalog
- **product-details-result** - one product with full product-page details (Product details mode, or keyword/shop mode with *Include full product details* on)
- **review-result** - one customer review

### Good to know

- **Regions**: the United States has full coverage in every mode. Keyword search works in other regions too (prices come in the local currency), but shop catalogs, product details and reviews outside the US are often incomplete or empty.
- **Keyword search depth**: TikTok Shop returns roughly 200 unique products per keyword. Add more specific keywords to go wider.
- **Missing values**: TikTok does not show a rating or sold count for every listing (new products especially), and search results never include review counts. Turn on *Include full product details* to fill in review counts and ratings from the product page.
- **Promoting videos**: TikTok lists up to about 20 affiliate videos per product.
- Free-plan users are limited to 50 results per run. Upgrade to a paid Apify plan to remove the limit.

### FAQ

**Can I scrape a shop if I only have a product URL?** Yes. Run Product details for that product, copy `shopId` from the result, and use it in Shop catalog mode.

**How fresh is the data?** Every run reads TikTok Shop live, so prices, stock and sold counts are current at run time. Schedule the actor to track them over time.

**Is it legal?** The actor collects only publicly visible product, shop and review information. Make sure your use of the data complies with applicable laws and TikTok's terms.

# Actor input Schema

## `mode` (type: `string`):

Keyword search and Shop catalog return product listings. Product details returns the full product page for each URL, including variants/SKUs with stock, shipping, shop stats and the creator videos promoting the product. Product reviews returns one row per customer review.

## `keywords` (type: `array`):

Used in Keyword search mode. One search term per line, e.g. 'phone case', 'lip gloss', 'dog toy'. Each keyword returns up to about 200 unique products.

## `shopUrls` (type: `array`):

Used in Shop catalog mode. TikTok Shop store URLs such as https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079, or just the numeric shop id. Shop ids also appear in the shopId column of search results.

## `productUrls` (type: `array`):

Used in Product details and Product reviews modes. TikTok Shop product URLs such as https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies/1729587769570529799, or just the numeric product id.

## `region` (type: `string`):

TikTok Shop marketplace to scrape. The US has full coverage in every mode. Other regions work for keyword search; shop catalogs, product details and reviews outside the US are often incomplete or empty.

## `shopSort` (type: `string`):

Used in Shop catalog mode. Best-selling first surfaces a store's winners; Newest first shows what the seller just launched.

## `maxItems` (type: `integer`):

Maximum rows for each keyword, shop or product (reviews mode: reviews per product), up to 1000 per run. To go further, resume with Page ID. Ignored in Product details mode, which returns one row per URL.

## `fetchDetails` (type: `boolean`):

Keyword search and Shop catalog modes only. Also opens each product page to add all images, description, specifications, every SKU with price and stock, shipping, shop stats and promoting creator videos. Slower, and each enriched row is billed as a product-details result.

## `pageId` (type: `string`):

Paste NEXT\_PAGE\_ID from the previous run's Key-value store to continue where it stopped. Keep the same mode and input list. Leave empty to start from the beginning.

## Actor input object example

```json
{
  "mode": "search",
  "keywords": [
    "phone case"
  ],
  "region": "US",
  "shopSort": "top",
  "maxItems": 30,
  "fetchDetails": false
}
```

# Actor output Schema

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

Rows with type 'product': productId, title, url, price, originalPrice, discountPercent, currency, unitsSold, rating, reviewCount, shopId, shopName, imageUrl, category, and (with details) images, description, specifications, skus with stock, shipping, shop stats and promotingVideos. Rows with type 'review': reviewId, rating, text, reviewedAt, variant, images, isVerifiedPurchase, reviewerName.

## `nextPageId` (type: `string`):

NEXT\_PAGE\_ID record in the default key-value store. Paste into Page ID on the next run to resume; null when everything was fetched.

# 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 = {
    "mode": "search",
    "keywords": [
        "phone case"
    ],
    "maxItems": 30
};

// Run the Actor and wait for it to finish
const run = await client.actor("seemuapps/tiktok-shop-products-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 = {
    "mode": "search",
    "keywords": ["phone case"],
    "maxItems": 30,
}

# Run the Actor and wait for it to finish
run = client.actor("seemuapps/tiktok-shop-products-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 '{
  "mode": "search",
  "keywords": [
    "phone case"
  ],
  "maxItems": 30
}' |
apify call seemuapps/tiktok-shop-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,seemuapps/tiktok-shop-products-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/eMnKKgJggv8PIfSZr/builds/hiww9rutmVG7euwpV/openapi.json
