What you get back
Places from the
directory results.
A run returns the places a venue's Maps directory lists, as rows - the occupants rather than
the container.
- query
- The venue you submitted, echoed onto every occupant row it produced.
- name
- The name of the place listed inside the venue.
- category
- What kind of place it is - the category Google files it under.
- address
- Its address.
- rating
- Its star rating.
- reviews
- How many reviews it has - a count, not the reviews.
- place_id
- Google's identifier for the occupant. Your join key, and what you'd feed into another service.
- maps_url
- Link to the occupant's own Maps listing.
8 columns per occupant - every column above on every plan, including the free tier.
Worth noticing what that combination gives you: category plus rating
and reviews on every occupant means a single run tells you not just who is in a
building but what mix of trades it holds and how each one is regarded - a tenant profile rather
than a list of names. And because place_id comes with each row, any occupant worth a
closer look can be passed straight to another service without a matching step.
Two honest caveats. Not every venue has a directory on Maps - smaller buildings often
don't, and a run against one has little to return. And a directory reflects what Google
currently knows: tenants arrive and leave, so treat any export as a dated snapshot rather
than a lease schedule.
Scrape places from Google Maps directory results
Livescraper's Google Maps Directory Places collects the businesses a venue's Maps directory lists. You add the venues you want covered, pick an output format, and download the occupants as CSV, JSON or Excel - turning one address into the set of businesses trading at it.
Google already models this containment relationship, and you can see it in the data our Google Maps Scraper returns: every place row carries located_in, described in our data dictionary as the name of the place if the business is inside another business, and located_google_id, the Google id of the place where the business is located. Those fields answer the question one way round - for a business you already found, what contains it. This tool answers it the other way: given the venue, what's inside.
That matters because category-and-city searches under-surface nested businesses. A mall unit, an airport concession, an office suite or a hospital clinic shares the venue's address rather than holding its own, so proximity-driven results tend to skate past them even though a single tower can hold more prospects than a suburban high street.
Field sales teams turn a multi-tenant building into a call list. Commercial property teams read a scheme's tenant mix before valuing it or pitching a landlord. Competitive teams find in-venue rivals that never appear in a competitor list built from area search. Two caveats worth carrying: not every building has a directory on Maps, and a directory reflects what Google currently knows rather than a lease schedule - so treat exports as dated snapshots. Start free: your first 500 rows cost nothing and need no credit card.