Skip to main content
The Temu plugin reads Temu product data as structured JSON. Temu never puts product data in the HTML a browser gets - the page hydrates through a client-side call that refuses automation - so the plugin reads the ld+json SEO document Temu serves to search-engine crawlers instead. That document carries the real fields: name, description, price and currency, availability, rating, review count and the image list. There are two endpoints: product (one product URL to full JSON) and search (a keyword to Temu product URLs, taken straight from Temu’s own search page - no third-party search in the loop).
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.
Temu meters the crawler view, so this plugin is built for targeted use (price checks, monitoring, comparison), not bulk crawling. It enforces its own fleet-wide rate limit and answers 429 immediately when the budget is spent - retry shortly rather than hammering. Price currency follows the exit IP’s region, so the same product can come back in USD, EUR or AED.

Product

Fetch a single Temu product by URL.
cURL

Response

Search Temu for a keyword and get back the matching product URLs - about 40 per call, straight from Temu’s own search page. Search is discovery only: take the URLs it returns and fetch each product’s data (name, price, rating, reviews, images) through Product above.
cURL

Response

Each entry is a clean product URL ending in -g-<id>.html - pass it to POST /goods/temu-product to get that product’s fields.

Errors

What you can build

  • Price monitoring - track a product’s price and availability over time.
  • Competitive research - search a keyword for ~40 product URLs, then resolve each to compare prices, RRPs and ratings.
  • Catalog enrichment - resolve Temu product URLs to clean fields (name, price, rating, images) for your own catalog.

Next steps

Open the plugins

Run a Temu lookup and grab the JSON.

Get an API key

Free trial available on the pricing page.