Temu Products Scraper avatar

Temu Products Scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
Temu Products Scraper

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

CRW

Maintained by Community

Actor stats

3

Bookmarked

14

Total users

8

Monthly active users

9 days ago

Last modified

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

ParameterTypeRequiredDefaultDescription
keywordstringYes"usb"Search keyword to query on Temu
regionstringNo"US"Target region code. Supported values: US, GB, BR.
sortstringNo"relevance"Sort order for search results. See options below.
max_itemsnumberNo40Maximum number of products to collect (1–400)

Sort Options

ValueDescription
relevanceRelevance (default)
top_salesTop sales
most_recentMost recent
price_low_to_highPrice low to high
price_high_to_lowPrice 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

FieldTypeDescription
goods_idnumberUnique product identifier
titlestringFull product name
pricenumberCurrent selling price in cents (e.g. 185 = $1.85)
price_strstringCurrent selling price (formatted, e.g. "$1.85")
market_pricenumberOriginal/crossed-out price in cents (0 if not discounted)
market_price_strstringOriginal price (formatted, empty string if not discounted)
reduction_pctnumberDiscount percentage (e.g. 47)
currencystringCurrency code (e.g. "USD")
sales_numstringRaw sales count value
sales_tipstringSales display text (e.g. "3.2K+ sold")
ratingnumberProduct rating score (e.g. 4.6)
review_countnumberTotal number of reviews
thumb_urlstringThumbnail image URL
image_urlstringFull-size product image URL
video_urlstringProduct video URL (empty if none)
link_urlstringFull URL to the product page
mall_idnumberSeller/mall identifier
mall_linkstringURL to the seller's store page
opt_idnumberProduct category/option identifier
adult_goodsbooleanWhether 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

RegionCode
United StatesUS
United KingdomGB
BrazilBR

Language Support

The search language is fixed per region.

RegionLanguage
USEnglish
GBEnglish
BRPortuguese

Example keywords: "laptop", "women dress", "phone case"