# TikTok Shop Product Scraper (`toolzerhub/tiktok-shop-product-scraper`) Actor

Fetch a full TikTok Shop product detail record by product ID and region, including product info, shop info, reviews summary, vouchers, category data, and shop-performance fields.

- **URL**: https://apify.com/toolzerhub/tiktok-shop-product-scraper.md
- **Developed by:** [ToolzerHub](https://apify.com/toolzerhub) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

TikTok Shop Product Scraper fetches a full TikTok Shop product detail record by product ID and region.

Use it when you already have a TikTok Shop product ID or product page link and need the complete detail row. The Actor saves product info, shop info, review summary, vouchers, category data, and shop-performance fields when available.

It is designed for product enrichment pipelines, marketplace research, seller analysis, and detail checks where a search run has already identified the products you care about.

_Last touched 2026-07-11._

### What does TikTok Shop Product Scraper scrape?

TikTok Shop is TikTok's social commerce marketplace where shoppers discover products from sellers, creators, and brands. TikTok Shop Product Scraper pulls the following out of TikTok Shop:

- Product identity — Product IDs, seller IDs, names, titles, images, and listing fields returned by product search.
- Pricing and demand signals — Price fields, rating fields, sold-count metrics, and review summary data when available.
- Product detail — Full product info, shop info, highlighted reviews, vouchers, category info, and shop performance data when Add Product Details is enabled.

No API key, no rate limits, no code required on your side.

### What can you do with TikTok Shop data?

- Product research — Search TikTok Shop products by keyword and collect structured product records for comparison.
- Marketplace monitoring — Track product listings, pricing signals, seller references, ratings, and review summaries by region.
- Commerce analytics — Export product and shop data into spreadsheets, dashboards, enrichment jobs, and AI workflows.
- Seller and product discovery — Find products in a category or niche, then optionally fetch full detail for every saved product.
- Seller catalog tracking — Collect products from a known seller or shop ID and monitor catalog depth, listings, prices, ratings, and sales signals.
- Search with optional details — Search products by keyword and turn on product details when you need fuller product, shop, review, voucher, and category data.
- Seller catalog scraping — Collect a seller's product catalog from a seller ID, with max result controls and optional detail enrichment.
- Region support — Run searches and detail lookups for supported TikTok Shop regions including US, GB, SG, MY, PH, TH, VN, and ID.
- Pagination controls — Use max results to control search run size while pagination is handled automatically.
- Apify-ready output — Results are saved to the default Apify dataset and can be downloaded as JSON, CSV, Excel, XML, or HTML.
- Automation support — Schedule recurring runs, call the Actor through the Apify API, or connect results to workflows with webhooks.

Built for repeatable product research runs with pagination handling and region-aware product lookup.

### How TikTok Shop Product Scraper works

1. **Pick a mode** — Fill in the TikTok Shop query, IDs, or URL the Actor supports.
2. **Dial in limits** — Cap items, pick a region or date range, and toggle any enrichment add-ons.
3. **Run it** — Kick off the run from the Console, a schedule, or the API.
4. **Grab your data** — Pull results as JSON, CSV, or Excel, or stream them from the Dataset API.

Set it up:

#### Get product details

Paste a product ID or a product page URL (https://shop.tiktok.com/view/product/<id>) and choose a region to fetch one full product detail record.

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `product_id` | string | Yes | TikTok Shop product ID, or a product page URL (https://shop.tiktok.com/view/product/<id>), to fetch full product details for. |
| `region` | string | Yes | TikTok Shop region code. |

#### Example input

```json
{
  "product_id": "1732432759321694958",
  "region": "US"
}
````

### What you get

Every dataset row looks like this:

#### 📦 Product identity

| Field | Type | Description |
| --- | --- | --- |
| `product_id` | string,number,boolean,object,array,null | TikTok Shop product ID. |
| `seller_id` | string,number,boolean,object,array,null | Seller or shop ID associated with the product. |
| `name` | string,number,boolean,object,array,null | Product name from the detail payload when available. |

#### 🔍 Detail payload

| Field | Type | Description |
| --- | --- | --- |
| `product_detail` | string,number,boolean,object,array,null | Full product detail payload, present when Add Product Details is enabled. |
| `product_info` | string,number,boolean,object,array,null | Full product information object. |
| `shop_info` | string,number,boolean,object,array,null | Shop information object. |
| `reviews_info` | string,number,boolean,object,array,null | Review summary and rating information. |
| `hot_reviews` | string,number,boolean,object,array,null | Highlighted reviews when available. |
| `vouchers` | string,number,boolean,object,array,null | Product voucher and promotion data when available. |
| `category_info` | string,number,boolean,object,array,null | Product category information. |
| `shop_performance` | string,number,boolean,object,array,null | Shop performance indicators when available. |

#### Sample record

```json
{
  "product_id": "1732432759321694958",
  "seller_id": "7494629757824764402",
  "name": "Wireless Earbuds",
  "product_info": {},
  "shop_info": {},
  "reviews_info": {}
}
```

### How much does it cost?

This Actor uses Apify pay-per-result pricing. You are charged for successful dataset results according to the Actor pricing shown on the Apify Pricing tab.

Apify's free monthly credits may be enough to cover small test runs and up to the free result allowance configured for the Actor.

Use Max Results for search runs before scaling to larger keyword and region combinations.

### Is TikTok Shop Product Scraper worth it over alternatives?

**TikTok Shop Product Scraper (this Actor)** runs about Apify pay-per-result per 1K rows and covers Product detail, shop info, review summary, vouchers, category data, and shop-performance fields. Focused on one product detail lookup by ID, without running a product search first.
*Best when you already have product IDs and need full product records.*

**Manual TikTok Shop research** runs about Free but slow per 1K rows and covers Visible fields copied by hand. Manual product checks are hard to repeat and do not produce structured datasets automatically.
*Use manual checks only for one-off visual inspection.*

### Frequently asked questions

#### How do I fetch a TikTok Shop product detail record?

Enter the product ID, choose the region, and run the Actor. It saves one detail row when the product is available.

#### Can I paste a product page URL instead of the ID?

Yes. Paste a URL like https://shop.tiktok.com/view/product/1732417183133045688 into Product ID and the Actor extracts the ID for you.

#### Where do I get product IDs?

Use TikTok Shop Search Scraper or TikTok Shop Products Scraper to collect product IDs from keyword searches.

#### What happens if the product is unavailable?

The run finishes without saving a row when the product is not available for the selected region.

#### Can I export TikTok Shop product data to CSV or Excel?

Yes. Apify datasets can be downloaded as JSON, CSV, Excel, XML, HTML, or accessed through the Dataset API.

#### Can I schedule recurring product monitoring?

Yes. Use Apify schedules to run the Actor hourly, daily, weekly, or at another interval supported by Apify.

#### How do I control run cost?

Set Max Results for product search runs and test a small keyword and region first before increasing the limit.

#### Is scraping TikTok Shop legal?

This Actor extracts publicly available TikTok Shop product information. It should not be used to collect private user data. Make sure your use case complies with applicable privacy laws, TikTok terms, marketplace rules, and your own legal obligations. If you are unsure, consult a qualified lawyer.

#### Can I plug this into my own stack?

Yes. Call it from the Apify API or SDK, put it on a schedule, or fire a webhook when a run finishes — the snippets below get you started.

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("toolzerhub/tiktok-shop-product-scraper").call(run_input={
    "product_id": "1732432759321694958",
    "region": "US"
})

for row in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(row)
```

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

const client = new ApifyClient({ token: "YOUR_APIFY_TOKEN" });
const run = await client.actor("toolzerhub/tiktok-shop-product-scraper").call({
  "product_id": "1732432759321694958",
  "region": "US"
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.length, "rows");
```

Rather not write code? It drops straight into Google Sheets and Airtable; Make, Zapier, and n8n; Apify API and webhooks like any Apify Actor, and it also shows up as a tool an MCP-connected agent can call directly, so it can kick off TikTok Shop runs on its own.

### Related actors & support

- [TikTok Shop Products Scraper](https://apify.com/toolzerhub/tiktok-shop-products-scraper) — Search TikTok Shop by keyword with automatic pagination, region support, and an optional detail-enrichment checkbox that adds product, shop, review, voucher, category, and shop-performance data to every saved result.
- [TikTok Shop Search Scraper](https://apify.com/toolzerhub/tiktok-shop-search-scraper) — Fast TikTok Shop keyword search scraper for collecting product IDs, seller IDs, titles, prices, images, ratings, and sales signals without extra detail requests.
- [TikTok Shop Seller Products Scraper](https://apify.com/toolzerhub/tiktok-shop-seller-products-scraper) — Collect a TikTok Shop seller's product catalog by seller ID and region with automatic pagination, product listing fields, and optional full product-detail enrichment.

Use the Issues tab on the Actor page for bug reports, missing fields, and feature requests.

Contact: contact@toolzerhub.com

# Actor input Schema

## `product_id` (type: `string`):

TikTok Shop product ID, or a product page URL (https://shop.tiktok.com/view/product/<id>), to fetch full product details for.

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

TikTok Shop region code.

## Actor input object example

```json
{
  "product_id": "1732432759321694958",
  "region": "US"
}
```

# Actor output Schema

## `dataset` (type: `string`):

Dataset containing all scraped data

# 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 = {
    "product_id": "1732432759321694958"
};

// Run the Actor and wait for it to finish
const run = await client.actor("toolzerhub/tiktok-shop-product-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 = { "product_id": "1732432759321694958" }

# Run the Actor and wait for it to finish
run = client.actor("toolzerhub/tiktok-shop-product-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "product_id": "1732432759321694958"
}' |
apify call toolzerhub/tiktok-shop-product-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=toolzerhub/tiktok-shop-product-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TikTok Shop Product Scraper",
        "description": "Fetch a full TikTok Shop product detail record by product ID and region, including product info, shop info, reviews summary, vouchers, category data, and shop-performance fields.",
        "version": "0.1",
        "x-build-id": "Pb6GJEfarbciHwN1q"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/toolzerhub~tiktok-shop-product-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-toolzerhub-tiktok-shop-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/toolzerhub~tiktok-shop-product-scraper/runs": {
            "post": {
                "operationId": "runs-sync-toolzerhub-tiktok-shop-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/toolzerhub~tiktok-shop-product-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-toolzerhub-tiktok-shop-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "product_id",
                    "region"
                ],
                "properties": {
                    "product_id": {
                        "title": "Product ID",
                        "type": "string",
                        "description": "TikTok Shop product ID, or a product page URL (https://shop.tiktok.com/view/product/<id>), to fetch full product details for."
                    },
                    "region": {
                        "title": "Region",
                        "enum": [
                            "US",
                            "GB",
                            "SG",
                            "MY",
                            "PH",
                            "TH",
                            "VN",
                            "ID"
                        ],
                        "type": "string",
                        "description": "TikTok Shop region code.",
                        "default": "US"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
