# Otto Promo-Codes auf Instagram finden

**Use case:** 

Otto Gutscheincodes aus indexierten Instagram-Beiträgen extrahieren. Deal-Daten mit Codes und Rabatttexten für E-Commerce-Monitoring exportieren.

## Input

```json
{
  "brandName": "otto.de",
  "searchRegion": "de",
  "keywords": [],
  "maxItems": 5
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "promoCode": {
    "label": "Promo code",
    "format": "text"
  },
  "discountText": {
    "label": "Discount",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Promo Code Finder](https://apify.com/rainminer/instagram-promo-code-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/instagram-promo-code-finder) to learn more, explore other use cases, and run it yourself.