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.
Product
Fetch a single Temu product by URL.cURL
Response
Search
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
-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
priceandavailabilityover 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.

