# Commercial office space in Amsterdam listing

**Use case:** 

Scrape commercial office listings in Amsterdam from FundaInBusiness.nl. Get prices, surface area, broker contacts, and property details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fundainbusiness.nl/kantoorruimte/amsterdam/"
    }
  ],
  "maxConcurrency": 5,
  "minConcurrency": 1,
  "maxRequestRetries": 5,
  "maxItems": 100
}
```

## Output

```json
{
  "tinyId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Address",
    "format": "text"
  },
  "subtitle": {
    "label": "Location",
    "format": "text"
  },
  "listingOfferingType": {
    "label": "Type",
    "format": "text"
  },
  "offerType": {
    "label": "Offer",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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