# Funda in Business - Commercial Property & Agents

**Use case:** 

Scrape Funda in Business NL. Search/URL. Get price, area, energy label, coords, images, agent & agency ratings for commercial properties.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Amsterdam"
  ],
  "propertyType": "all",
  "dealType": "both",
  "rentPriceBasis": "per_month",
  "publicationDate": "any",
  "parking": "any",
  "constructionType": "any",
  "auctionDate": "any",
  "openDay": "any",
  "highlighted": false,
  "includeSoldRented": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.fundainbusiness.nl/kantoor/amsterdam/"
  ],
  "language": "nl",
  "fetchDetails": true,
  "includeAgencyDetails": false,
  "maxItems": 20,
  "maxPages": 200,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "record_id": {
    "label": "ID"
  },
  "entity.title": {
    "label": "Title"
  },
  "listing.deal_type": {
    "label": "Deal"
  },
  "property.property_type": {
    "label": "Type"
  },
  "pricing.price_text": {
    "label": "Price"
  },
  "property.floor_area": {
    "label": "Area m2"
  },
  "property.energy_label": {
    "label": "Energy"
  },
  "location.city": {
    "label": "City"
  },
  "location.latitude": {
    "label": "Lat"
  },
  "location.longitude": {
    "label": "Lng"
  },
  "relationships.agency.name": {
    "label": "Agency"
  },
  "relationships.agency.phone": {
    "label": "Agency phone"
  },
  "entity.url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Funda in Business Scraper - Commercial Property & Agents](https://apify.com/abotapi/fundainbusiness-nl-commercial-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/fundainbusiness-nl-commercial-property-scraper) to learn more, explore other use cases, and run it yourself.