# Scrape Alo.bg Bulgarian used car ads

**Use case:** 

Scrape Alo.bg Bulgarian vehicle classifieds. Export title, price, location, and ad URLs for used-car market research and lead gen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.alo.bg/obiavi/avto-moto/avtomobili-djipove-pikapi/"
    }
  ],
  "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.