# Technopolis Price Tracker

**Use case:** 

Monitor prices for laptops and TVs on Technopolis. Get detailed product data including pricing, specifications, and brands. Schedule daily or twice a day.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.technopolis.bg/bg/Kompyutri-i-periferiya/Laptopi/c/P11010101"
    },
    {
      "url": "https://www.technopolis.bg/bg/TV--Video-i-Gaming/Televizori/c/P11090104"
    }
  ],
  "getWeaklyOffers": false,
  "getMonthlyBrochure": false,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "proxyUrls": [
      "http://37.59.125.131:8888"
    ]
  }
}
```

## 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.