#real-estate
12 guides
Scrape UK Property Prices from Rightmove
Show how to collect Rightmove listing prices, addresses, agent names, and URLs into a reusable UK property dataset with Python and ProxiesAPI.
Scrape Rightmove Sold Prices
Build a sold-price dataset with Rightmove property cards, detail pages, sale dates, and historical prices using real selectors and a screenshot.
Scrape Rightmove Rental Listings and Letting Prices
Build a UK rentals dataset from Rightmove search pages with titles, rent, bedrooms, agent names, and listing links.
Scrape Idealista Property Listings with Python
Extract Idealista listing titles, prices, locations, photos, and property metadata from search results into a reusable dataset with Python and a ProxiesAPI-ready fetch layer.
Scrape Rightmove Sold Prices
Walk through building a sold-price dataset from Rightmove with listing details, pagination, and clean CSV export.
Scrape UK Property Prices from Rightmove (Dataset Builder)
Build a sold-price dataset from Rightmove: crawl results, follow listing links, extract key fields, handle retries, and export to CSV using ProxiesAPI.
Scrape Zillow Property Listings (Python + ProxiesAPI)
How to extract listing URLs + core fields (price, beds, baths, address) from Zillow search pages, with pagination, retries, and export. Plus realistic notes on blocking and alternatives.
Scrape UK Property Prices from Rightmove with Python (Dataset Builder + Screenshots)
Build a repeatable Rightmove dataset pipeline (search → listings → detail pages) using Python + ProxiesAPI. Includes selectors, retries, and screenshot proof.
Scrape UK Property Prices from Rightmove (Dataset Builder + Screenshots)
Build a repeatable Rightmove sold-price dataset pipeline in Python: crawl result pages, extract listing URLs, parse sold-price details, and export clean CSV/JSON with retries and politeness.
Scrape Funda.nl Property Listings with Python (Search + Pagination + Detail Pages)
Build a Netherlands real-estate dataset by crawling Funda search results, paginating safely, and extracting fields from detail pages. Includes ProxiesAPI-ready fetch layer and screenshots.
Scrape Real Estate Listings from Realtor.com (Python + ProxiesAPI)
Extract listing URLs and key fields (price, beds, baths, address) from Realtor.com search results with pagination, retries, and a ProxiesAPI-backed fetch layer. Includes selectors, CSV export, and a screenshot.
How to Scrape Apartment Listings from Apartments.com (Python + ProxiesAPI)
Scrape Apartments.com listing cards and detail-page fields with Python. Includes pagination, resilient parsing, retries, and clean JSON/CSV exports.