Tiktok Shop Product avatar

Tiktok Shop Product

Try for free

Pay $5.00 for 1,000 results

Go to Store
Tiktok Shop Product

Tiktok Shop Product

excavator/tiktok-shop-product
Try for free

Pay $5.00 for 1,000 results

This is the Actor for crawling data from the TikTok shop product URLs For example: https://shop.tiktok.com/view/product/XXXXXXXXXX These URLs are only available for TikTok Shop US

TikTok Shop Product Crawler

TikTok Shop Product Crawler is a lightweight and efficient service designed to extract product data from TikTok Shop URLs. This service is ideal for developers, marketers, and businesses seeking to automate data collection from TikTok Shop for analysis, inventory management, or market research.

Features

  • Simple Input: Provide a list of TikTok Shop product URLs to crawl.
  • Detailed Output: Extracts product titles and all associated images.
  • Durable and Trustworthy: The first and only service on Apify specifically designed for TikTok Shop product data crawling, ensuring reliability and robustness.

Input Format

The input is a JSON object containing a list of TikTok Shop product URLs.

Example:

1{
2  "urls": [
3    "https://shop.tiktok.com/view/product/1729802854478746459"
4  ]
5}

Output Format

The output is a JSON array with the extracted product information, including the product title and image URLs. If you need more Data from output please get in touch with me, I will update it soon.

Example:

1[
2  {
3    "title": "Hunter Trump With Busch Light Beer Hoodie, Trump Shirt, Camo Sweater, Dog Hunting Shirt, Busch Light Shirt, Election 2024 Gift Casual For Men Women",
4    "images": [
5      "https://p19-oec-ttp.tiktokcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/5f4d5cc370a24872830494b469250fa4~tplv-omjb5zjo8w-resize-jpeg:800:800.jpeg?from=1826719393",
6      "https://p19-oec-ttp.tiktokcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/7433da77ad404dadb442dd94d65ba9e8~tplv-omjb5zjo8w-resize-jpeg:800:800.jpeg?from=1826719393",
7      "https://p19-oec-ttp.tiktokcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/88effcef48bf4138910566a3b5ec23cf~tplv-omjb5zjo8w-resize-jpeg:800:800.jpeg?from=1826719393"
8      // Additional images here
9    ],
10    "sold": 150,
11    "price": "$9.00 - 31.20"
12  }
13]

Better memory performance

By default the Memory use is 4GB, you can add enable more memory usage by add query parameter in to API url
For Example: Increase the maximum to 32GB

https://api.apify.com/v2/acts/excavator~tiktok-shop-product/runs?token=<TOKEN>&memory=32768

By default, up to 10 URLs are processed at the same time. You can increase this limit to speed up processing, but it may use more memory. The chunk setting divides the list of URLs into smaller groups for processing. Larger chunks allow more URLs to be handled in parallel, but they can also use more memory and increase the chance of slowdowns. Here's an example configuration with higher concurrency and chunk size:

1{
2  "urls": [
3    "https://shop.tiktok.com/view/product/1729802854478746459"
4  ],
5  "concurrency": 20,
6  "chunk": 200
7}
  • chunk: 200: The input URLs are divided into chunks of 200 URLs each, processed by multiple threads.
  • concurrency: 20: Within each chunk, up to 20 URLs are processed simultaneously.

Follow deafult configuration 1000 Urls may take ~60s and cost 4.4Gb. You may need to increase your RAM if you would like to run more than that at a time metric

Key Benefits

  • Unique Solution: The first and only service on Apify dedicated to TikTok Shop product crawling.
  • Highly Reliable: Designed for durability and consistent performance.
  • Easy to Use: Supports simple JSON input and output for seamless integration with your applications.

Getting Started

  1. Prepare a JSON file containing the TikTok Shop product URLs you want to crawl.
  2. Use the service to process your input and extract product data.
  3. Receive a JSON array containing the product title and image URLs.

Use Cases

  • Market Research: Analyze trending products on TikTok Shop.
  • Inventory Management: Automate data collection for your business needs.
  • Data Enrichment: Enhance your existing product database with TikTok Shop product details.

Why Choose This Service?

This is the most durable and trustworthy service for TikTok Shop data crawling on Apify. Backed by a robust architecture, it ensures accurate and efficient data extraction.

Developer
Maintained by Community

Actor Metrics

  • 17 monthly users

  • 4 stars

  • 98% runs succeeded

  • 3.1 hours response time

  • Created in Nov 2024

  • Modified 17 hours ago