# Exportera villor i Göteborg från Booli

**Use case:** 

Villor i Göteborg från Booli.se exportera. Fastighetsdata, bilder, pris och länkar för analys av den svenska villamarknaden.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booli.se/sok/till-salu?areaIds=102472&objectType=Villa"
    }
  ],
  "sort": "newest",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SE"
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "primaryImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "streetAddress": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rent": {
    "label": "Rent",
    "format": "number"
  },
  "estimate": {
    "label": "Estimated Price",
    "format": "number"
  },
  "published": {
    "label": "Published At",
    "format": "date"
  }
}
```

## About this Actor

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