# Scrape Temu ads by product keyword

**Use case:** 

Search the Temu Ad Library by product name. Export ad creatives, advertisers, publish dates, and landing pages for e-commerce research.

## Input

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