# Scrape Temu Products by Keyword – Prices, Ratings & Images

**Use case:** 

Extract Temu product listings by keyword – prices, ratings, review counts, and image URLs. Get structured data instantly for price comparison or market research

## Input

```json
{
  "keyword": "necklace for women",
  "region": "US",
  "sort": "relevance",
  "max_items": 10
}
```

## Output

```json
{
  "goods_id": {
    "label": "Product ID",
    "format": "integer"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "price_str": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "market_price_str": {
    "label": "Market price (formatted)",
    "format": "string"
  },
  "reduction_pct": {
    "label": "Discount percentage",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sales_tip": {
    "label": "Sales count (display)",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review count",
    "format": "integer"
  },
  "thumb_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "link_url": {
    "label": "Product URL",
    "format": "string"
  },
  "mall_link": {
    "label": "Mall URL",
    "format": "string"
  },
  "adult_goods": {
    "label": "Adult goods",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Temu Products Scraper](https://apify.com/crw/temu-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crw/temu-products-scraper) to learn more, explore other use cases, and run it yourself.