# Generate Vintage Furniture Leads from Bazos.at

**Use case:** 

Discover unique vintage furniture pieces listed on Bazos.at for potential resale or collection. This is ideal for antique dealers, interior designers, or enthus

## Input

```json
{
  "keywords": [
    "vintage Sessel",
    "retro Kommode",
    "antiker Tisch"
  ],
  "countryVariant": "AT",
  "maxPrice": 800,
  "maxItems": 80,
  "maxPagesPerKeyword": 8
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  }
}
```

## About this Actor

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