
Tiktok Shop By URL
Learn More
What types of product information can I scrape?
You can scrape product names, prices, inventory, sales volume, product links, images, and other publicly available product data.
What methods does the tool support for scraping data?
Data can be scraped using various methods, including product URLs, search keywords, and search URLs, to meet diverse needs.
In what formats can the scraped results be downloaded?
Supports multiple structured formats, including CSV, JSON, for easy import into systems or data analysis.
Is the scraped data updated in real time?
Yes, the tool provides the latest product information, ensuring data currency.
Can I fetch multiple products in batches?
Batch fetching is supported. You can fetch multiple URLs at once or retrieve product lists by keyword.
What if an error occurs during fetching?
The tool provides error codes and prompts to help you quickly identify the problem. A retry mechanism is also supported to ensure data integrity.
Dictionary
| Column name | Description | Data type |
|---|---|---|
| url | The URL link to the product page | Url |
| title | The name or title of the product | Text |
| available | Whether the product is available for purchase (in stock/not delisted) | Boolean |
| description | The detailed text description of the product | Text |
| currency | The currency code used for prices (e.g., USD) | Text |
| initial_price | The original marked price/strikethrough price of the product | Number |
| final_price | The final selling price (price after discount) of the product | Number |
| discount_percent | The discount percentage | Number |
| initial_price_low | The lowest original price among all variants | Number |
| initial_price_high | The highest original price among all variants | Number |
| final_price_low | The lowest final price among all variants | Number |
| final_price_high | The highest final price among all variants | Number |
| sold | The total sales volume of the product | Number |
| colors | The list of available colors for the product | Array |
| sizes | The list of available sizes for the product | Array |
| shipping_fee | The shipping fee | Number |
| specifications | The list of technical specifications or parameters of the product | Array |
| reviews_count | The total number of reviews for the product | Number |
| reviews | The detailed list of reviews for the product | Array |
| store_details | The detailed information of the seller's store | Object |
| images | The store's images (e.g., avatar) | Array |
| domain | The domain of the store | Text |
| videos | The list of videos related to the product | Array |
| category | The category to which the product belongs | Text |
| category_url | The URL link to the category page | Url |
| id | The unique identifier of the product | Text |
| seller_id | The unique identifier of the seller | Text |
| product_rating | The overall rating of the product (Note: likely a typo for product_rating) | Number |
| position | The ranking position of the product in search results or a list | Number |
| variations | The list of all variants (SKUs) for the product | Array |
| In_stock | Whether this variant is in stock | Boolean |
| promotion_items | Promotion information (e.g., free gifts) | Array |
| desc_detail | The rich text or HTML content of the product details | Text |
Input
TikTok Shop URL url Required Text
Description: This parameter is used to specify the TikTok store URL to scrape.