Our Realtor Agents Data Scraper provides a complete list of agents from Realtor.com, including their contact info and stats. Ideal for professionals needing fast and detailed market insights.
List the locations you want to scrape in the format 'City, State'. Each location is processed sequentially with session rotation and backoff to reduce blocking.
Max pages per search
maxPagesintegerOptional
Limit the number of result pages scraped for each location. Leave empty to collect all available pages.
Retries per location
maxRetriesintegerOptional
How many times to retry a location when throttled (HTTP 429/403) or similar transient failures.
Default value of this property is 5
Maximum agents to collect
maxResultsintegerOptional
Stop the run after this many agents have been stored across all locations. Leave empty to collect everything available.
Base retry backoff (ms)
minRetryDelayMsintegerOptional
Minimum delay before retrying a throttled request. An exponential + jitter strategy is applied on top of this value.
Default value of this property is 15000
Initial delay before navigation (min ms)
preNavigationDelayMinMsintegerOptional
Random wait inserted before loading each location to mimic real browsing.
Default value of this property is 1000
Initial delay before navigation (max ms)
preNavigationDelayMaxMsintegerOptional
Upper bound for the random wait before loading each location.
Default value of this property is 3000
Inter-page delay (min ms)
interPageDelayMinMsintegerOptional
Random wait inserted before clicking to the next page of results.
Default value of this property is 1200
Inter-page delay (max ms)
interPageDelayMaxMsintegerOptional
Upper bound for the random wait inserted before visiting the next results page.
Default value of this property is 3200
Cooldown between locations (min ms)
cooldownBetweenSearchMinMsintegerOptional
Wait after finishing one city/state before starting the next. Helps keep blocks at bay when scraping many locations.
Default value of this property is 4000
Cooldown between locations (max ms)
cooldownBetweenSearchMaxMsintegerOptional
Upper bound for the wait inserted between finishing one city/state and starting the next.
Default value of this property is 7000
Navigation timeout (ms)
navigationTimeoutMsintegerOptional
Maximum time to wait for each page load before retrying.
Default value of this property is 45000
Run browser in headless mode
headlessbooleanOptional
Disable to debug locally with a visible browser window.
Default value of this property is true
Proxy configuration
proxyConfigurationobjectRequired
Select Apify Residential proxies (recommended). The scraper refuses to run without a proxy to avoid instant blocking.