# Search Aldi weekly specials keywords

**Use case:** 

Extract Aldi UK product search listings for weekly specials keywords with titles, prices, and product URLs.

## Input

```json
{
  "keywords": [
    "specialbuys",
    "garden"
  ],
  "maxProducts": 60
}
```

## Output

```json
{
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Aldi Product Search Scraper](https://apify.com/powerai/aldi-product-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/powerai/aldi-product-search-scraper) to learn more, explore other use cases, and run it yourself.