RE/MAX Real Estate Listings Scraper
Pricing
from $50.00 / 1,000 re/max listing returneds
RE/MAX Real Estate Listings Scraper
Scrape public RE/MAX search and property pages into structured real estate listings with prices, addresses, beds, baths, area, images, agents, and descriptions. Use it for market research, lead generation, and AI workflows. It does not log in or bypass access challenges.
Pricing
from $50.00 / 1,000 re/max listing returneds
Rating
0.0
(0)
Developer
Muhammad Afzal
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Extract public property listings from RE/MAX search, agent/office, and property pages. The actor uses a browser session, reads JSON-LD and rendered HTML, follows discovered property links, and stores one normalized listing per dataset item.
Built for real estate researchers, lead-generation teams, broker analysts, and AI agents that need structured public listing data.
Example input:
{"startUrls": [{ "url": "https://jchin.remax.com/?rtype=map&showagency=1" }],"maxResults": 25,"maxPages": 3,"includeDetails": true}
Output includes listingId, title, price, priceDisplay, currency, address fields, bedrooms, bathrooms, areaSqft, imageUrl, description, agentName, brokerage, source url, and scrapedAt. Search pages may have fewer fields; detail pages enrich the record.
Only publicly rendered data is extracted. The actor does not log in, bypass CAPTCHAs, or claim that a blocked page is an empty search. If RE/MAX returns Cloudflare or another access challenge, the run reports BLOCKED and writes diagnostics to the OUTPUT key-value record. Use only owner-authorized proxy configuration and comply with the source site's terms, IDX/MLS restrictions, and applicable privacy laws.
The private deployment has an owner-provided external proxy configured through encrypted Actor secrets. You can override it per run with proxyConfiguration; proxy credentials are never accepted as ordinary dataset fields and are not logged.
Pricing
Pay per event: $0.00005 per run start plus $0.05 per unique listing returned. The maximum listing charge is maxResults × $0.05; records are charged only after they are successfully written to the dataset. Apify compute or proxy usage is not included in these event prices.
Local commands:
npm installnpm run buildnpm test