Fundainbusiness.nl Business Scraper avatar

Fundainbusiness.nl Business Scraper

Pricing

from $2.49 / 1,000 fundainbusiness listing scrapeds

Go to Apify Store
Fundainbusiness.nl Business Scraper

Fundainbusiness.nl Business Scraper

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

Pricing

from $2.49 / 1,000 fundainbusiness listing scrapeds

Rating

0.0

(0)

Developer

ParseBird

ParseBird

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Funda in Business Scraper — Dutch Commercial Real Estate Data

Scrape commercial property listings from fundainbusiness.nl — offices, retail spaces, warehouses, industrial units, and agricultural land in the Netherlands. Extract prices, surfaces, building details, photos, and broker information.

Extract Dutch commercial real estate listings — offices, shops, warehouses, industrial halls, hotels, and agricultural properties with full details, photos, and broker data.

Funda Real Estate Suite   •  Dutch property market data
🏠  Funda.nl Scraper
Residential properties — houses & apartments
🏢  Funda in Business Scraper
➤ You are here
Commercial properties — offices, retail, industrial

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:

{
"startUrls": [
{"url": "https://www.fundainbusiness.nl/alle-bedrijfsaanbod/amsterdam/"}
],
"maxItems": 50
}

Retail spaces near postcode 4532 within 50km:

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

Single listing:

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

Output

Each listing is output as a structured JSON object:

{
"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:

EventPrice
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.