# Extract Amsterdam Stadionweg rental on Huurwoningen

**Use case:** 

Scrape full rental listing detail for Stadionweg Amsterdam on Huurwoningen with photos and landlord info.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.huurwoningen.nl/huren/amsterdam/afc52cea/stadionweg/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  },
  "listingUuid": {
    "label": "Listing uuid"
  },
  "title": {
    "label": "Title"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "price": {
    "label": "Price"
  },
  "priceDetail": {
    "label": "Price detail"
  },
  "pricePerM2": {
    "label": "Price per m2"
  },
  "pricePerWeek": {
    "label": "Price per week"
  },
  "currency": {
    "label": "Currency"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "floorSize": {
    "label": "Floor size"
  },
  "constructionType": {
    "label": "Construction type"
  },
  "housingType": {
    "label": "Housing type"
  },
  "propertySubType": {
    "label": "Property sub type"
  },
  "interior": {
    "label": "Interior"
  },
  "availableFrom": {
    "label": "Available from"
  },
  "offeredSince": {
    "label": "Offered since"
  },
  "status": {
    "label": "Status"
  },
  "energyLabel": {
    "label": "Energy label"
  },
  "constructionYear": {
    "label": "Construction year"
  },
  "balcony": {
    "label": "Balcony"
  },
  "garden": {
    "label": "Garden"
  },
  "parkingType": {
    "label": "Parking type"
  },
  "imageCount": {
    "label": "Image count"
  }
}
```

## About this Actor

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