# Agricultural Land Listings in Croatia

**Use case:** 

Find agricultural land for sale in Split and Osijek. Get detailed property data, including prices and listings, from Njuskalo.

## Input

```json
{
  "locationSlugs": [
    "split",
    "osijek"
  ],
  "transaction": "sale",
  "propertyType": "land",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "maxListings": 200,
  "maxPagesPerTask": 10,
  "requestDelay": 2500,
  "maxRetries": 3,
  "timeBudgetSecs": 240,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "HR"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "areaSqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Njuskalo Scraper - Croatia Real Estate Data](https://apify.com/logiover/njuskalo-hr-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/njuskalo-hr-property-scraper) to learn more, explore other use cases, and run it yourself.