# Coop365 Current Products

**Use case:** 

Scrape current Coop365 leaflet products matching a keyword.

## Input

```json
{
  "query": "mælk",
  "catalogIds": [],
  "maxResults": 50,
  "sortBy": "discount-desc",
  "includeCatalogInserts": true,
  "includeFutureCatalogs": false,
  "includeExpiredCatalogs": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "notificationLimit": 10,
  "notifyOnlyChanges": false,
  "compact": false,
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "leafletRowKey": {
    "label": "Leaflet row key"
  },
  "offerId": {
    "label": "Offer ID"
  },
  "productId": {
    "label": "Product ID"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "departmentName": {
    "label": "Department"
  },
  "price": {
    "label": "Price (DKK)"
  },
  "normalPrice": {
    "label": "Was"
  },
  "currency": {
    "label": "Currency"
  },
  "discountPercent": {
    "label": "% off"
  },
  "quantityText": {
    "label": "Quantity"
  },
  "comparePrice": {
    "label": "Per-unit"
  },
  "compareUnit": {
    "label": "Unit"
  },
  "validFrom": {
    "label": "Valid from"
  },
  "validTo": {
    "label": "Valid to"
  },
  "changeType": {
    "label": "Change"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  },
  "expiredAt": {
    "label": "Expired at"
  },
  "catalogLabel": {
    "label": "Catalog"
  },
  "catalogId": {
    "label": "Catalog ID"
  },
  "productImageUrl": {
    "label": "Product image",
    "format": "image"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Coop365 [Just 💰$2] — Danish discount grocery](https://apify.com/blackfalcondata/coop365-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/coop365-scraper) to learn more, explore other use cases, and run it yourself.