# Track Adidas Originals Drops in Poland

**Use case:** 

Monitor new listings for Adidas Originals items in Poland to catch rare releases or limited editions. Perfect for collectors or resellers looking for specific s

## Input

```json
{
  "mode": "search",
  "country": "pl",
  "searchText": "Adidas Originals",
  "order": "newest_first",
  "urls": [],
  "brandIds": [
    53
  ],
  "catalogIds": [],
  "sizeIds": [],
  "colorIds": [],
  "materialIds": [],
  "statusIds": [],
  "maxItems": 75,
  "perPage": 96,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "brandTitle": {
    "label": "Brand title"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "sellerLogin": {
    "label": "Seller login"
  },
  "sellerCountryCode": {
    "label": "Seller country code"
  },
  "itemUrl": {
    "label": "Item url"
  }
}
```

## About this Actor

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