# Pararius Amsterdam Rentals

**Use case:** 

Get structured data for pararius amsterdam rentals with Pararius Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "cities": [
    "amsterdam"
  ],
  "propertyType": "apartments",
  "maxResults": 3,
  "useResidentialProxy": true
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "area_sqm": {
    "label": "Area (m2)",
    "format": "number"
  },
  "property_type": {
    "label": "Property type",
    "format": "text"
  },
  "agent": {
    "label": "Letting agent",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pararius Scraper - Netherlands Rental Listings](https://apify.com/benthepythondev/pararius-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/pararius-scraper) to learn more, explore other use cases, and run it yourself.