Realtor.com scraper
Pricing
$14.99/month + usage
Realtor.com scraper
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.
Pricing
$14.99/month + usage
Rating
5.0
(1)
Developer

Toto Visotsky
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
8 months ago
Last modified
Share
Home Listings Scraper Actor
This actor scrapes real estate listings based on provided search criteria using the Apify platform.
Input Configuration
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)
Example Input
{"location": "Austin, TX","maxListings": 50,"priceMin": 300000,"priceMax": 700000,"bedrooms": 3,"bathrooms": 2}
Output
The actor outputs a JSON array of home listings, each containing:
- Address
- Price
- Number of bedrooms
- Number of bathrooms
- Square footage
- Additional property details
- Listing URL
- Timestamp of scraping
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.