# Scrape Alo.bg Volkswagen listings

**Use case:** 

Export Volkswagen vehicle ads from Alo.bg. Get title, price, location, and URLs for Bulgarian used-car inventory monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.alo.bg/obiavi/avto-moto/avtomobili-djipove-pikapi/?q=volkswagen"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "location": {
    "label": "Location"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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