Realtor.com is a web scraper that extracts real estate data from realtor listings website. It provides accurate, real-time information on prices, locations, and amenities, helping real estate investors, analysts, and developers make informed decisions with ease.
This actor scrapes real estate listings based on provided search criteria using the Apify platform.
The actor accepts the following input parameters:
location
(Required): City, state, or zip code to search for homesmaxListings
(Optional): Maximum number of listings to scrape (default: 100)priceMin
(Optional): Minimum price of homes to search for (default: 0)priceMax
(Optional): Maximum price of homes to search for (default: 1000000)bedrooms
(Optional): Minimum number of bedrooms (default: 0)bathrooms
(Optional): Minimum number of bathrooms (default: 0)1{ 2 "location": "Austin, TX", 3 "maxListings": 50, 4 "priceMin": 300000, 5 "priceMax": 700000, 6 "bedrooms": 3, 7 "bathrooms": 2 8}
The actor outputs a JSON array of home listings, each containing:
Contains a documentation what your Actor does and how to use it, which is then displayed in the app or library. It's always a good idea to write a good README.md, in a few months not even you will remember all the details about the Actor.
You can use Markdown language for rich formatting.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!