Empower your marketing and research efforts with precise Realtor.com agent data. Extract valuable insights seamlessly!
This actor allows you to scrape detailed information about real estate agents from Realtor.com. You can use this tool to gather valuable data about agents, such as their name, contact information, location, and other metadata. This information is useful for building marketing lists, performing research, or conducting competitor analysis.
maxItems
, maxConcurrency
, and minConcurrency
to suit your requirements.Here's an example of how to set up the input for the Realtor.com Agents Scraper:
1{ 2 "startUrls": [ 3 "https://www.realtor.com/realestateagents/los-angeles_ca" 4 "https://www.realtor.com/realestateagents/56ba6c45bb954c01006b5030" 5 "New York, NY" 6 ], 7 "maxItems": 100, 8 "maxConcurrency": 10, 9 "minConcurrency": 1, 10 "maxRequestRetries": 3, 11 "proxyConfiguration": { 12 "useApifyProxy": true 13 } 14}
startUrls
): URLs of Realtor.com agent search pages to scrape from. This can also include specific city or state search URLs (e.g., "https://www.realtor.com/realestateagents/los-angeles_ca") or direct agent profile URLs (e.g., "https://www.realtor.com/realestateagents/56ba6c45bb954c01006b5030").maxItems
): Maximum number of agents that will be scraped in a single run. Default is 100
.maxConcurrency
): Maximum number of pages that can be processed at the same time. Default is 10
.minConcurrency
): Minimum number of pages that will be processed at the same time. Default is 1
.maxRequestRetries
): Number of times the scraper will retry a failed request before giving up. Default is 3
.proxy
): Specifies proxy servers that will be used by the scraper to ensure anonymity and bypass rate limits. For more details, refer to the Proxy configuration.The scraper produces a list of agents, with each agent's information containing fields like:
1{ 2 "first_year": 2005, 3 "user_languages": [ 4 "Spanish", 5 "English" 6 ], 7 "marketing_area_cities": [ 8 { 9 "city_state": "Jackson Heights_NY", 10 "name": "Jackson Heights", 11 "state_code": "NY" 12 } 13 ], 14 "role": "agent", 15 "description": "As a RE/MAX® agent, I’m dedicated to helping my clients find the home of their dreams...", 16 "phones": [ 17 { 18 "ext": "", 19 "number": "(917) 683-1349", 20 "type": "Mobile" 21 } 22 ], 23 "review_count": 4, 24 "served_areas": [ 25 { 26 "name": "Jackson Heights", 27 "state_code": "NY" 28 } 29 ], 30 "office": { 31 "name": "KELLER WILLIAMS REALTY LANDMARK II", 32 "address": { 33 "city": "East Elmhurst", 34 "state": "NY", 35 "line": "7525 31 St Ave 202", 36 "postal_code": "11370" 37 }, 38 "phones": [ 39 { 40 "number": "(347) 846-1200", 41 "type": "Office" 42 } 43 ], 44 "email": "lisapucar@kw.com" 45 }, 46 "specializations": [ 47 { 48 "name": "Certified buyer representative and sales person" 49 } 50 ], 51 "languages": [ 52 "Spanish" 53 ], 54 "agent_rating": 5, 55 "web_url": "https://www.realtor.com/realestateagents/Edith-fernandini_East-Elmhurst_NY_1747756_649893853" 56}
If you found this Apify Smartbuyglasses Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs across various platforms and use cases.
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!