Temu Products Scraper
Pricing
$10.00 / 1,000 results
Temu Products Scraper
Extract product data from Temu by search keyword. Collect prices, discounts, ratings, sales counts, and images. Supports sort options including relevance, top sales, most recent, and price order. Ideal for dropshipping research, price monitoring, and trend analysis.
Pricing
$10.00 / 1,000 results
Rating
0.0
(0)
Developer
CRW
Actor stats
3
Bookmarked
14
Total users
8
Monthly active users
9 days ago
Last modified
Categories
Share
Temu Product Scraper
An Apify actor that scrapes product search results from Temu. Extracts comprehensive product information including title, price, market price, discount rate, sales volume, rating, review count, images, and direct product URLs.
How to Use
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | "usb" | Search keyword to query on Temu |
region | string | No | "US" | Target region code. Supported values: US, GB, BR. |
sort | string | No | "relevance" | Sort order for search results. See options below. |
max_items | number | No | 40 | Maximum number of products to collect (1–400) |
Sort Options
| Value | Description |
|---|---|
relevance | Relevance (default) |
top_sales | Top sales |
most_recent | Most recent |
price_low_to_high | Price low to high |
price_high_to_low | Price high to low |
Example Input
{"keyword": "wireless earbuds","region": "US","sort": "top_sales","max_items": 100}
Output
Results are pushed to the Apify dataset. Each record represents one product.
Output Fields
| Field | Type | Description |
|---|---|---|
goods_id | number | Unique product identifier |
title | string | Full product name |
price | number | Current selling price in cents (e.g. 185 = $1.85) |
price_str | string | Current selling price (formatted, e.g. "$1.85") |
market_price | number | Original/crossed-out price in cents (0 if not discounted) |
market_price_str | string | Original price (formatted, empty string if not discounted) |
reduction_pct | number | Discount percentage (e.g. 47) |
currency | string | Currency code (e.g. "USD") |
sales_num | string | Raw sales count value |
sales_tip | string | Sales display text (e.g. "3.2K+ sold") |
rating | number | Product rating score (e.g. 4.6) |
review_count | number | Total number of reviews |
thumb_url | string | Thumbnail image URL |
image_url | string | Full-size product image URL |
video_url | string | Product video URL (empty if none) |
link_url | string | Full URL to the product page |
mall_id | number | Seller/mall identifier |
mall_link | string | URL to the seller's store page |
opt_id | number | Product category/option identifier |
adult_goods | boolean | Whether the product is age-restricted |
Example Output
{"goods_id": 605663149315721,"title": "1 Pack Black Elastic Waist Tulle Tutu Skirt, Multiple Colors Available, Sweet & Versatile Style, for Daily Wear, Ballet Dance, Party Events, Ideal for Halloween Cosplay, Photo Shoot, Holiday Gift","price": 185,"price_str": "$1.85","market_price": 0,"market_price_str": "","reduction_pct": 0,"currency": "USD","sales_num": "879","sales_tip": "879 sold","rating": 0,"review_count": 0,"thumb_url": "https://img.kwcdn.com/product/fancy/c3c274a9-2d5d-4361-bf60-d9f999c274f5.jpg","image_url": "https://img.kwcdn.com/product/fancy/c3c274a9-2d5d-4361-bf60-d9f999c274f5.jpg","video_url": "https://goods-vod.kwcdn.com/goods-video/4235e6aabbb969fdc9952b76ef49dda6df01b501gs2CV.f30.mp4","link_url": "https://www.temu.com/goods.html?_bg_fs=1&goods_id=605663149315721&refer_page_sn=10009","mall_id": 634418229064892,"mall_link": "https://www.temu.com/mall.html?mall_id=634418229064892","opt_id": 6973,"adult_goods": false}
Supported Regions
| Region | Code |
|---|---|
| United States | US |
| United Kingdom | GB |
| Brazil | BR |
Language Support
The search language is fixed per region.
| Region | Language |
|---|---|
US | English |
GB | English |
BR | Portuguese |
Example keywords: "laptop", "women dress", "phone case"