Zimmo.be Scraper - Dutch Real Estate Extractor avatar
Zimmo.be Scraper - Dutch Real Estate Extractor

Under maintenance

Pricing

$49.00/month + usage

Go to Store
Zimmo.be Scraper - Dutch Real Estate Extractor

Zimmo.be Scraper - Dutch Real Estate Extractor

Under maintenance

Developed by

Hris100

Hris100

Maintained by Community

Scrapes real estate listings from Zimmo.be for properties in the Netherlands. Extracts detailed information about properties for rent, including price, location, size, number of bedrooms, and more.

0.0 (0)

Pricing

$49.00/month + usage

0

Total users

1

Monthly users

1

Last modified

5 days ago

This Apify actor scrapes real estate listings for the Netherlands from Zimmo.be. It allows you to extract detailed information about properties for rent in the Netherlands, making it a valuable tool for market analysis, data collection, and personal use.

Features

  • Scrape Multiple Property Types: Extracts data for houses, apartments, and rooms.
  • Customizable Price Ranges: Define specific price ranges to focus your search on relevant listings.
  • Detailed Property Information: Gathers a wide range of data for each listing, including:
    • Price, location, and address
    • Property type, size, and number of bedrooms
    • Real estate agent details (name, website, phone)
    • Property photos
    • EPC score and date offered
    • Full property description
  • Proxy Support: Uses Apify's proxy service to ensure reliable and anonymous scraping.

Input

The actor accepts the following input fields:

  • Price Ranges (price_ranges): An array of objects, each specifying a minimum and maximum price to search for.
    • Example: [ { "min": 100, "max": 800 }, { "min": 800, "max": 1100 } ]

Output

The actor outputs a dataset containing the scraped property details. The data is structured according to the schema defined in .actor/dataset_schema.json.

Output Schema

The output dataset includes the following fields:

FieldTypeDescription
IDStringUnique identifier for the property on Zimmo.be.
TitelStringTitle of the listing.
StraatStringStreet address of the property.
PlaatsStringCity where the property is located.
PostcodeStringPostal code of the property.
PrijsNumberRental price in Euros.
Soort woningStringType of property (e.g., House, Apartment).
Aangeboden sindsStringDate since the property has been on the market.
WoonoppervlakteStringLiving area in square meters.
Aantal slaapkamersNumberNumber of bedrooms.
FotosStringPipe-separated list of URLs to property photos.
MakelaarStringName of the real estate agent or advertiser.
Makelaar WebsiteStringWebsite of the real estate agent.
DescriptionStringFull description of the property.
SelectiedatumStringURL of the property listing.
EPC ScoreStringEnergy Performance Certificate score.
TelefoonStringPhone number of the real estate agent.

You can view the output data in the "Output" tab of the actor run, where it is presented in a clean, tabular format. You can also download the data in various formats, including JSON, CSV, and Excel.