# Technopolis Monthly Promotion Data Extractor

**Use case:** 

Access detailed monthly promotion data from Technopolis. Get structured information on product prices, specifications, and images for analysis. Schedule monthly

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.technopolis.bg/bg/TV--Audio-i-Gaming/Televizori/c/P11090104"
    }
  ],
  "getWeaklyOffers": false,
  "getMonthlyBrochure": true,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "prod_id": {
    "label": "Product ID",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "string"
  },
  "old_price": {
    "label": "Old price (EUR)",
    "format": "string"
  },
  "eans": {
    "label": "EAN",
    "format": "array"
  },
  "part_nums": {
    "label": "Part numbers",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "specs_table": {
    "label": "Specifications",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Technopolis Product & Promotions Scraper](https://apify.com/scraping_crew/technopolis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraping_crew/technopolis-scraper) to learn more, explore other use cases, and run it yourself.