# Export recent Temu ads by keyword

**Use case:** 

Pull recent Temu ads for any product keyword within a date range. Ideal for trend spotting and competitive creative analysis in Temu marketplace.

## Input

```json
{
  "query": "electronics",
  "queryType": "1",
  "dateFrom": "2026-01-01",
  "dateTo": "2026-06-30",
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "adName": {
    "label": "Ad Name",
    "format": "text"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "text"
  },
  "adPayer": {
    "label": "Who Paid",
    "format": "text"
  },
  "firstShownDate": {
    "label": "First Shown",
    "format": "text"
  },
  "lastShownDate": {
    "label": "Last Shown",
    "format": "text"
  },
  "regionName": {
    "label": "Country",
    "format": "text"
  },
  "impressions": {
    "label": "Impressions",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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