Temu Products Scraper avatar

Temu Products Scraper

Pricing

$3.00 / 1,000 product results

Go to Apify Store
Temu Products Scraper

Temu Products Scraper

Daily Temu US prices, ratings, shops, sold buckets. Schedule it. Keyword search can captcha; Try uses the public feed. $3 / 1,000.

Pricing

$3.00 / 1,000 product results

Rating

0.0

(0)

Developer

Zentra

Zentra

Maintained by Community

Actor stats

0

Bookmarked

21

Total users

10

Monthly active users

2 days ago

Last modified

Share

Daily Temu US catalog rows: price, rating, shop, sold-count buckets. Not a search box that dies on captcha.

Try uses the public US feed. Schedule the same input every morning if you actually want a price watch.

$3 / 1,000 products.

Last run

7 row(s). First row: 72-Inch Heavy-Duty Metal Storage Shelf… at $34.96

{
"title": "72-Inch Heavy-Duty Metal Storage Shelf, Multi-Layer Adjustable Kitchen Rack for Home Use, Storage Rack, Clothes Hanger, Bedroom Organizer.",
"productName": "72-Inch Heavy-Duty Metal Storage Shelf, Multi-Layer Adjustable Kitchen Rack for Home Use, Storage Rack, Clothes Hanger, Bedroom Organizer.",
"sourceName": "Temu public catalog page",
"sourceUrl": "https://www.temu.com",
"offerUrl": "https://www.temu.com",
"price": 34.96,
"currency": "USD"
}

That is a live Temu catalog row, not a fixture.

Run it (Try)

Paste this on the Input tab and press Start. Caps at 8 so it finishes under five minutes.

{
"searchKeywords": ["wireless earbuds"],
"productUrls": [
"https://www.temu.com/goods.html?goods_id=601099651743804"
],
"region": "us",
"maxProductsPerKeyword": 8,
"sortBy": "relevance",
"sourceMode": "live",
"outputMode": "buyer-ready-records"
}

A one-off click is not the product. The product is the schedule below.

Daily price watch (the actual product)

In Apify Console → Schedules → Create, run this Actor every day at 06:00 UTC with:

{
"searchKeywords": [
"wireless earbuds",
"storage shelf",
"led desk lamp"
],
"region": "us",
"maxProductsPerKeyword": 200,
"sortBy": "relevance",
"sourceMode": "live",
"outputMode": "buyer-ready-records"
}
VolumeCharge
8-row Try~$0.02
200 products / day~$0.60 / day · ~$18 / month
1,000 products / day$3 / day · ~$90 / month
5,000 products / day$15 / day · ~$450 / month

Swap the keywords for the SKUs you actually source. Keep region: "us".

n8n / Make

  1. HTTP Request node, method POST
  2. URL https://api.apify.com/v2/acts/zentrafoundry~temu-product-price-tracker/runs?token=YOUR_TOKEN
  3. Body: the daily JSON above
  4. On success, GET {{defaultDatasetId}}/items and push to Google Sheet / Slack

Same call from Make.com HTTP → Make a request. Cron the scenario daily. Do not poll on every keystroke.

What lands in the dataset

  • title / productName
  • price (USD)
  • soldCount bucket (5.2K+ is a bucket, not an exact unit)
  • shopName
  • sourceUrl / offerUrl

Use it when

You already buy Temu inventory or watch competing SKUs and need a dated price + sold-bucket series, not a screenshot.

Price

$3 / 1,000 billed products ($0.003 each). Platform usage is included in PPE.

What you should know

  • Sold counts like 10K+ are Temu buckets. Treat them as a lower bound.
  • Keyword search still trips Temu security. Try and the default schedule use the public US catalog feed so the run actually returns rows.
  • Not official Temu API access. Not seller PII.

FAQ

Is the last-run a fixture? No. $34.96 storage shelf came from Temu’s public catalog.

Will keyword search always work? No. If Temu serves a captcha, the run uses the public feed instead of dying empty.

How do I not get charged for a huge run? Set maxProductsPerKeyword and the Actor maxTotalChargeUsd on the schedule.