# Monitor competitor ads on Temu

**Use case:** 

Track competitor advertisements in the Temu Ad Library by advertiser name. Export creatives, products, dates, and spend signals for benchmarking.

## Input

```json
{
  "query": "fashion",
  "queryType": "2",
  "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.