# Fundainbusiness.nl Business Scraper (`parsebird/fundainbusiness-scraper`) Actor

Scrape commercial real estate listings from fundainbusiness.nl — offices, retail, warehouses, industrial, and agricultural properties in the Netherlands.

- **URL**: https://apify.com/parsebird/fundainbusiness-scraper.md
- **Developed by:** [ParseBird](https://apify.com/parsebird) (community)
- **Categories:** Real estate, Lead generation, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.49 / 1,000 fundainbusiness listing scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### Funda in Business Scraper — Dutch Commercial Real Estate Data

Scrape commercial property listings from [fundainbusiness.nl](https://www.fundainbusiness.nl) — offices, retail spaces, warehouses, industrial units, and agricultural land in the Netherlands. Extract prices, surfaces, building details, photos, and broker information.

<table><tr>
<td style="border-left:4px solid #1a73e8;padding:12px 16px;font-weight:600">Extract Dutch commercial real estate listings — offices, shops, warehouses, industrial halls, hotels, and agricultural properties with full details, photos, and broker data.</td>
</tr></table>

<br>

<table>
<tr>
<td colspan="2" style="padding:10px 14px;background:#1a73e8;border:none;border-radius:4px 4px 0 0">
<span style="color:#FFFFFF;font-size:14px;font-weight:700;letter-spacing:0.5px">Funda Real Estate Suite</span>
<span style="color:#B3D4FC;font-size:13px">&nbsp;&nbsp;&bull;&nbsp;&nbsp;Dutch property market data</span>
</td>
</tr>
<tr>
<td style="padding:10px 14px;border:1px solid #E7E5E4;border-radius:0 0 0 4px;border-right:none;border-top:none;vertical-align:top;width:50%">
&#127968; &nbsp;<a href="https://apify.com/parsebird/funda-scraper" style="color:#1C1917;text-decoration:none;font-weight:700;font-size:13px">Funda.nl Scraper</a><br>
<span style="color:#78716C;font-size:11px">Residential properties — houses & apartments</span>
</td>
<td style="padding:10px 14px;border:1px solid #E7E5E4;border-radius:0 0 4px 0;border-top:none;vertical-align:top;width:50%;background:#DBEAFE">
&#127970; &nbsp;<strong>Funda in Business Scraper</strong><br>
<span style="color:#1a73e8;font-size:11px;font-weight:600">&#10148; You are here</span><br>
<span style="color:#78716C;font-size:11px">Commercial properties — offices, retail, industrial</span>
</td>
</tr>
</table>

##### Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

````

parsebird/fundainbusiness-scraper on Apify. Call: ApifyClient("TOKEN").actor("parsebird/fundainbusiness-scraper").call(run\_input={...}), then client.dataset(run\["defaultDatasetId"]).list\_items().items for results. Key inputs: startUrls (array of {"url": "..."}, required — search/browse or detail pages from fundainbusiness.nl), maxItems (integer, default 100), maxConcurrency (integer, default 5), minConcurrency (integer, default 1), maxRequestRetries (integer, default 5). Full actor spec: fetch build via GET https://api.apify.com/v2/acts/parsebird~fundainbusiness-scraper (Bearer TOKEN). Get token: https://console.apify.com/account/integrations

````

### What does Funda in Business Scraper do?

This Actor scrapes commercial property listings from fundainbusiness.nl — the Netherlands' leading platform for business real estate. It crawls search/browse pages to discover listings, then extracts detailed data from each property page.

Supported property types:
- **Kantoor** (Office space)
- **Winkel** (Retail / Shop)
- **Bedrijfshal** (Industrial / Warehouse)
- **Horeca** (Restaurant / Hotel / Hospitality)
- **Bouwgrond** (Building land)
- **Agrarische grond** (Agricultural land)
- **Praktijkruimte** (Healthcare / Practice space)
- **Alle bedrijfsaanbod** (All commercial listings)

For each listing, the scraper extracts:

- **Identification** — tinyId, globalId, listing URL
- **Address** — street, city, postcode, province, municipality
- **Price** — asking price or rental price, formatted display
- **Surfaces** — total area, unit sizes, frontage width, number of floors
- **Building** — construction year, type (new/existing), energy label, monument status
- **Description** — full HTML and plain text description
- **Media** — all photo URLs, video thumbnails, floor plan images
- **Characteristics** — all property features organized by section
- **Broker** — name, URL, contact details
- **Advertisement targeting** — Funda's internal categorization data

### How to use

1. **Find your search URL** on fundainbusiness.nl — browse by property type and location
2. **Paste the URL** as a start URL input
3. **Set limits** — max items and concurrency
4. **Run** — the scraper discovers all listings on the search pages and extracts full details

#### Input examples

**Browse all commercial properties in Amsterdam:**
```json
{
  "startUrls": [
    {"url": "https://www.fundainbusiness.nl/alle-bedrijfsaanbod/amsterdam/"}
  ],
  "maxItems": 50
}
````

**Retail spaces near postcode 4532 within 50km:**

```json
{
  "startUrls": [
    {"url": "https://www.fundainbusiness.nl/winkel/4532/+50km/"}
  ],
  "maxItems": 100
}
```

**Single listing:**

```json
{
  "startUrls": [
    {"url": "https://www.fundainbusiness.nl/kantoor/amsterdam/object-43106090-nieuwezijds-voorburgwal-269/"}
  ]
}
```

### Output

Each listing is output as a structured JSON object:

```json
{
  "url": "https://www.fundainbusiness.nl/kantoor/amsterdam/object-43106090-...",
  "tinyId": "43106090",
  "globalId": "7751637",
  "title": "Nieuwezijds Voorburgwal 269",
  "subtitle": "1012 RL Amsterdam",
  "listingType": "kantoor",
  "listingOfferingType": "kantoor",
  "offerType": "huur",
  "status": "Beschikbaar",
  "address": {
    "streetAddress": "Nieuwezijds Voorburgwal 269",
    "postcode": "1012rl",
    "city": "amsterdam",
    "province": "noordholland",
    "municipality": "amsterdam"
  },
  "price": {
    "display": "€ 395 per vierkante meter per jaar",
    "amount": 395,
    "currency": "EUR"
  },
  "surfaces": {
    "surfaceTotal": "3.493 m²",
    "surfaceSales": null
  },
  "build": {
    "year": "1971",
    "type": "Bestaande bouw",
    "energyLabel": "A"
  },
  "descriptionHtml": "<div>Full description HTML...</div>",
  "descriptionText": "Full description text...",
  "media": {
    "primaryPhotoUrl": "https://cloud.funda.nl/...",
    "photoUrls": ["..."],
    "videoThumbnailUrls": [],
    "floorplanImageUrls": []
  },
  "characteristicsBySection": {
    "Kenmerken": {"Huurprijs": "€ 395 per m² per jaar", ...}
  },
  "basicInfo": {
    "brokerName": "CBRE B.V.",
    "brokerUrl": "/makelaar/24867-cbre-bv/"
  }
}
```

### Use cases

- **Commercial real estate research** — analyze office, retail, and industrial property markets across Dutch cities
- **Investment analysis** — identify commercial property opportunities by location, price, and type
- **Market monitoring** — track new commercial listings and price changes
- **Portfolio management** — benchmark commercial property values against market data
- **Location intelligence** — study commercial property availability for business expansion
- **Competitor analysis** — monitor retail space availability in key shopping areas

### Pricing

This Actor uses pay-per-event pricing:

| Event | Price |
|-------|-------|
| 1 listing scraped | $0.00249 |
| 1,000 listings scraped | $2.49 |
| 10,000 listings scraped | $24.90 |

Platform costs (compute + proxy) are charged separately by Apify.

### Limitations

- The scraper processes HTML pages sequentially per search URL. Very large result sets may take longer.
- Some search URL formats may return 404 — use the exact URL from your browser on fundainbusiness.nl.
- Sold/rented properties may have limited detail data.

### FAQ

**What search URLs work?**

Use any search result page from fundainbusiness.nl. Common patterns:

- `/alle-bedrijfsaanbod/amsterdam/` — all types in a city
- `/kantoor/amsterdam/` — offices in a city
- `/winkel/4532/+50km/` — retail near a postcode with radius

**How do I get more results?**

Increase `maxItems` and the scraper will automatically paginate through all available pages.

**Can I scrape multiple cities at once?**

Yes — add multiple start URLs for different cities/areas.

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with. Use fundainbusiness.nl search/browse pages (e.g. /kantoorruimte/amsterdam/) or individual listing detail pages (e.g. /kantoorruimte/amsterdam/object-12345-straat/).

## `maxConcurrency` (type: `integer`):

Maximum number of pages that can be processed at the same time.

## `minConcurrency` (type: `integer`):

Minimum number of pages that will be processed at the same time.

## `maxRequestRetries` (type: `integer`):

Number of times the crawler will retry a failed request before giving up.

## `maxItems` (type: `integer`):

Stop after this many listings. Set to 0 for unlimited.

## Actor input object example

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

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.fundainbusiness.nl/alle-bedrijfsaanbod/amsterdam/"
        }
    ],
    "maxItems": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("parsebird/fundainbusiness-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.fundainbusiness.nl/alle-bedrijfsaanbod/amsterdam/" }],
    "maxItems": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("parsebird/fundainbusiness-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.fundainbusiness.nl/alle-bedrijfsaanbod/amsterdam/"
    }
  ],
  "maxItems": 5
}' |
apify call parsebird/fundainbusiness-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parsebird/fundainbusiness-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fundainbusiness.nl Business Scraper",
        "description": "Scrape commercial real estate listings from fundainbusiness.nl — offices, retail, warehouses, industrial, and agricultural properties in the Netherlands.",
        "version": "1.0",
        "x-build-id": "YBretJJfFuz7U3Ur1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parsebird~fundainbusiness-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parsebird-fundainbusiness-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parsebird~fundainbusiness-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parsebird-fundainbusiness-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parsebird~fundainbusiness-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parsebird-fundainbusiness-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with. Use fundainbusiness.nl search/browse pages (e.g. /kantoorruimte/amsterdam/) or individual listing detail pages (e.g. /kantoorruimte/amsterdam/object-12345-straat/).",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of pages that can be processed at the same time.",
                        "default": 5
                    },
                    "minConcurrency": {
                        "title": "Min Concurrency",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Minimum number of pages that will be processed at the same time.",
                        "default": 1
                    },
                    "maxRequestRetries": {
                        "title": "Max Request Retries",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Number of times the crawler will retry a failed request before giving up.",
                        "default": 5
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Stop after this many listings. Set to 0 for unlimited.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
