DEV Community

Cover image for Real Estate Agency Maps Scraper
Ranova
Ranova

Posted on

Real Estate Agency Maps Scraper

Search Google Maps for real estate agencies and agents in any city and get clean, de-duplicated business JSON — name, address, phone, website, category, rating, and place ID. No API key, no quota limits.

What comes back

Every record has the same shape: categories, category, lat, lng, location, phone, photo, place_id, rating, timezone, title, url.

Fields with no value are left out rather than filled with placeholders, and records are de-duplicated before they reach the dataset.

Input

Input Type What it does
query string What to search for on Google Maps
maxResults integer Maximum number of clean results to return (capped at 500)
enrich boolean Adds deterministic enrichment per record: extracted emails, canonical domain and a completeness score
monitor boolean Compares this run with the previous one and flags NEW records only

Running it

Start it from the Apify Console, call it over the REST API, or expose it to an agent as an MCP tool — the dataset is the same either way.

What it costs

Pay per event, not per hour: starting a run is free, and you are charged for the results you actually get.

Try it

Real Estate Agency Maps Scraper on Apify Store

Top comments (0)