
Temu Products Scraper
Pricing
$1.18 / 1,000 results

Temu Products Scraper
Scrapes product listings from Temu based on search keywords. Returns detailed data including title, price, discount, rating, sales, images, and product links. Ideal for price tracking, product research, and e-commerce analysis. Fast, structured, and easy to use.
0.0 (0)
Pricing
$1.18 / 1,000 results
0
Total users
4
Monthly users
4
Runs succeeded
50%
Last modified
a day ago
Temu Product Scraper Actor
An Apify actor that scrapes product data from Temu search results. Extracts comprehensive product information including title, URL, image, price, market price, currency, units sold, rating, and reviews.
🚀 How to Use
Input Configuration
The actor accepts the following input parameters:
-
searchQueries (array): List of search terms to query on Temu
- Examples:
["laptop", "women dress", "phone case"]
- Examples:
-
currency (string): Currency preference for pricing
- Allowed values:
USD
,EUR
- Default:
USD
- Allowed values:
-
maxResults (number): Maximum number of products to scrape per search query
- Range: 1-200
- Default: 20
Example Input
{"searchQueries": ["laptop", "women dress", "smartphone"],"currency": "USD","maxResults": 50}
📋 What Gets Scraped
For each product, the actor extracts 22 fields total, including:
- thumb_url - Product thumbnail image URL
- title - Complete product name and description
- price_info.price_str - Current selling price (formatted string)
- price_info.market_price_str - Original/crossed-out price (formatted string)
- comment.goods_score - Product rating (e.g., 4.6)
- sales_num - Number of items sold (e.g., "3.2K+")
- link_url - Complete URL to product page
- goods_id - Unique product identifier
- scrapeId - Unique identifier for the scraping session
- insertionTime - UTC timestamp when the data was scraped
- ...and 12 additional fields with product details, specifications, and metadata
Example Output
{"thumb_url": "https://img.kwcdn.com/product/fancy/b0726781-e777-4699-8fc3-1f0ebea85b7a.jpg","title": "Women's Stylish Open Toe Sandals - Black & Crocodile Pattern Chunky Heel Shoes, Mid-Height Summer Casual Wear with Rubber Sole, Strappy Sandals","price_info.price_str": "$14.72","price_info.market_price_str": "$24.36","comment.goods_score": 4.6,"sales_num": "3.2K+","link_url": "https://www.temu.com/goods.html?_bg_fs=1&goods_id=601100384222130...","goods_id": 601100384222130,"scrapeId": "82272942-158c-42e5-8f44-8c52b89a4ad5","insertionTime": "2025-05-30T10:54:24+00:00"}
🌍 Multi-Language Support
The actor supports search terms in any language:
- English: "laptop", "women dress", "phone case"
- Chinese: "智能手机", "女装"
- Arabic: "فساتين صيفية"
- And more...
🎯 Output Format
Results are pushed to the Apify dataset in JSON format. Each product is a separate record with all the extracted fields plus metadata about the scraping session.