Real estate web scraping

Logo Web Scraping API Real Estate - ScrapingBot

Real estate web scraping

Web Scraping Real Estate – API​

Extract data from Real Estate websites

With the Scraping Real Estate API, collect all the property listings attributes efficiently : description, agency contact details, location, surface, number of bedrooms, purchase or renting price, etc…

The real estate market is in constant movement. House prices are constantly fluctuating, and perfect opportunities never last long. If you are an actor in the real estate market, scraping the listings can allow you to widen your scope and collect all the data you need in the wink of an eye, leaving you all that precious time to analyze it.

Our advanced options, such as headless browser and premium proxies, enable successful data collection even on the tougher websites to scrape.

From a URL to a parsed Json

Let’s see an example together.


– Here is the
RightMove page we want to collect the data from:

– And here is the parsed Json:

				
					{
    "error": null,
    "data": {
        "title": "2 bedroom apartment for sale in Myddleton Road, London, N22",
        "description": "Element Properties & Co are proud to present this larger than average two bedroom property located on the upper two floors of a period conversion.<br /><br />On the first floor you will find bright, spacious living room to the front with large bay windows along with a double bedroom, a spacious kitchen area which can easily accommodate a dining table, a bathroom suite equipped with under floor heating and built in wardrobes in the hallway. The top floor hosts the master bedroom which has an ensuite shower room and plenty of eaves storage as well as a built in wardrobe.<br /><br />Ideally situated on Myddleton Road, this is a vibrant oasis boasting a variety of shops and cafes. There is a great community spirit and the amenities of Green Lanes are only a short walk away. You are well connected as Bowes Park Overground and Bounds Green Underground Station are a short walk. The green open spaces of Alexandra Palace and the lesser known New River Path are also in close proximity and you will find a monthly Street market on Myddleton Road as well as the weekly Sunday Farmers Market at Alexandra Palace with all its local produce and offerings.<br /><br />The property is offered with a share of freehold. <br /><br /><br />",
        "parcelSurfaceArea": null,
        "surfaceArea": null,
        "surfaceAreaUnit": null,
        "price": 500000,
        "currency": "GBP",
        "numberOfRooms": null,
        "numberOfBedrooms": 2,
        "publishingDate": null,
        "monthlyRent": null,
        "weeklyRent": null,
        "marketedBy": {
            "name": "Element Properties & Co, Alexandra Park",
            "address": "Palace Gates Road,\r\nLondon,\r\nN22 7BN",
            "phoneNumber": "020 3910 0796"
        },
        "energyClass": null,
        "greenhouseGazClass": null,
        "buildYear": null,
        "postalCode": null,
        "city": null,
        "image": [
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_09_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_05_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_01_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_02_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_03_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_10_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_06_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_00_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_04_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_07_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_08_0000.jpeg"
        ],
        "insulation": null,
        "siteURL": "https://www.rightmove.co.uk/properties/132032720#/?channel=RES_BUY",
        "siteHtml": null,
        "error": null,
        "statusCode": 200,
        "htmlLength": 304994,
        "captchaFound": false,
        "isHtmlPage": true,
        "host": "www.rightmove.co.uk",
        "numberOfBathrooms": 2,
        "address": {
            "displayAddress": "Myddleton Road, London, N22",
            "country": "England",
            "latitude": 51.606441,
            "longitude": -0.114504
        },
        "keyFeatures": [
            "UPPER MAISONETTE",
            "TWO BEDROOMS",
            "TWO BATHROOMS",
            "LIVING ROOM",
            "KITCHEN",
            "PERIOD PROPERTY",
            "SHARE OF FREEHOLD"
        ]
    }
}{
    "error": null,
    "data": {
        "title": "2 bedroom apartment for sale in Myddleton Road, London, N22",
        "description": "Element Properties & Co are proud to present this larger than average two bedroom property located on the upper two floors of a period conversion.<br /><br />On the first floor you will find bright, spacious living room to the front with large bay windows along with a double bedroom, a spacious kitchen area which can easily accommodate a dining table, a bathroom suite equipped with under floor heating and built in wardrobes in the hallway. The top floor hosts the master bedroom which has an ensuite shower room and plenty of eaves storage as well as a built in wardrobe.<br /><br />Ideally situated on Myddleton Road, this is a vibrant oasis boasting a variety of shops and cafes. There is a great community spirit and the amenities of Green Lanes are only a short walk away. You are well connected as Bowes Park Overground and Bounds Green Underground Station are a short walk. The green open spaces of Alexandra Palace and the lesser known New River Path are also in close proximity and you will find a monthly Street market on Myddleton Road as well as the weekly Sunday Farmers Market at Alexandra Palace with all its local produce and offerings.<br /><br />The property is offered with a share of freehold. <br /><br /><br />",
        "parcelSurfaceArea": null,
        "surfaceArea": null,
        "surfaceAreaUnit": null,
        "price": 500000,
        "currency": "GBP",
        "numberOfRooms": null,
        "numberOfBedrooms": 2,
        "publishingDate": null,
        "monthlyRent": null,
        "weeklyRent": null,
        "marketedBy": {
            "name": "Element Properties & Co, Alexandra Park",
            "address": "Palace Gates Road,\r\nLondon,\r\nN22 7BN",
            "phoneNumber": "020 3910 0796"
        },
        "energyClass": null,
        "greenhouseGazClass": null,
        "buildYear": null,
        "postalCode": null,
        "city": null,
        "image": [
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_09_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_05_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_01_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_02_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_03_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_10_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_06_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_00_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_04_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_07_0000.jpeg",
            "https://media.rightmove.co.uk/222k/221111/132032720/221111_ALP230015_IMG_08_0000.jpeg"
        ],
        "insulation": null,
        "siteURL": "https://www.rightmove.co.uk/properties/132032720#/?channel=RES_BUY",
        "siteHtml": null,
        "error": null,
        "statusCode": 200,
        "htmlLength": 304994,
        "captchaFound": false,
        "isHtmlPage": true,
        "host": "www.rightmove.co.uk",
        "numberOfBathrooms": 2,
        "address": {
            "displayAddress": "Myddleton Road, London, N22",
            "country": "England",
            "latitude": 51.606441,
            "longitude": -0.114504
        },
        "keyFeatures": [
            "UPPER MAISONETTE",
            "TWO BEDROOMS",
            "TWO BATHROOMS",
            "LIVING ROOM",
            "KITCHEN",
            "PERIOD PROPERTY",
            "SHARE OF FREEHOLD"
        ]
    }
}
				
			

Here are all the websites supported by our real Estate API:

  • bienici.com
  • seloger.com
  • leboncoin.fr
  • rightmove.co.uk
  • craigslist.org
  • entreparticuliers.com
  • immo-diffusion.fr
  • paruvendu.fr
  • pap.fr
  • ouestfrance-immo.com
  • funda.nl
  • zillow.com
  • trulia.com
  • primeshop.com.hk
  • propertypassbook.com
  • apartments.com
  • realtor.com

Can’t find your site? Contact us!

User feedbacks

And see it for yourself !

IMPORTANT :

If you are testing on a retail site, do not paste the URL of the homepage or a page with multiple products,
you have to paste a single product page URL 😉