Google Maps Places & Leads Scraper avatar

Google Maps Places & Leads Scraper

Pricing

from $8.00 / 1,000 results

Go to Apify Store
Google Maps Places & Leads Scraper

Google Maps Places & Leads Scraper

Find every business of a given type in any city — name, phone, website, address, rating, hours and open/closed status., no API key.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Find every business of a given type in any city — with phone, website, address, rating, opening hours and live open/closed status. Just enter a place type and a location and get a clean, exportable list of businesses and leads.

What does Google Maps Places & Leads Scraper do?

This Actor turns a simple location + place type into a full list of matching businesses on Google Maps. Give it freight forwarding company and Cairo, Egypt and it returns the freight and logistics companies in and around Cairo, each with its name, phone, website, full address, city, star rating, category, photo, opening hours, and whether it's open right now.

You can search many place types at once, filter to only businesses that have a phone or website, set a minimum rating, and export everything to JSON, CSV, Excel or HTML. Running on Apify gives you scheduling, an API, and integrations with Google Sheets, Make, Zapier and more.

Why use this Actor?

  • Lead generation — build prospect lists of any business type in any area, complete with phone numbers and websites.
  • Local market research — map competitors and compare ratings across a city or region.
  • Sales territory planning — get addresses and coordinates for every relevant business.
  • Data enrichment — attach ratings, categories and contact details to a list of areas.

How to use it

  1. Enter one or more search terms (e.g. dentist, coffee shop, freight forwarding company).
  2. Enter a location (e.g. Cairo, Egypt, Brooklyn NY, or a ZIP code).
  3. Optionally set max results, a minimum rating, or require a phone/website.
  4. Click Start. When it finishes, open the Output tab and export to JSON, CSV, Excel or HTML.

Input

FieldDescription
searchTermsList of place types / services / keywords. Each runs as its own search. Required.
locationCity or area to search in (free text).
maxResultsMax places per search term (default 100).
minRatingKeep only places rated at least this many stars.
skipPlacesWithoutPhoneKeep only places that list a phone number.
skipPlacesWithoutWebsiteKeep only places that list a website.
openNowOnlyKeep only places open at scrape time.
language / countryCodeLanguage and region of the results.

Example input

{
"searchTerms": ["freight forwarding company"],
"location": "Cairo, Egypt",
"maxResults": 100,
"minRating": 4,
"skipPlacesWithoutPhone": true,
"countryCode": "eg"
}

Output

Each place is one item in the dataset. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Example output

{
"name": "World Cargo Egypt",
"category": "Freight forwarding service",
"categories": ["Freight forwarding service", "Logistics service"],
"address": "Office NO 505 CACC Cargo village Cairo Airport, Egypt",
"borough": "El Nozha",
"city": "El Nozha",
"state": "Cairo Governorate",
"country_code": "EG",
"phone": "+20 12 81825882",
"website": "https://worldcargoegypt.com/",
"rating": 4.7,
"latitude": 30.1184386,
"longitude": 31.4038868,
"photo_url": "https://lh4.googleusercontent.com/...=s44...",
"image_url": "https://lh3.googleusercontent.com/gps-cs-s/...",
"google_maps_url": "https://maps.google.com/?cid=6302...",
"timezone": "Africa/Cairo",
"attributes": { "Service options": ["On-site services", "Online appointments"] },
"menu_links": [],
"provider_links": [],
"status": "Closed · Opens 9 AM Fri",
"open_now": false,
"opening_hours": { "Monday": "9 AM–5 PM", "Friday": "Closed" },
"query": "freight forwarding company",
"search_location": "Cairo, Egypt"
}

Output fields

FieldMeaning
nameBusiness name
category / categoriesPrimary category / all categories
address, borough, city, state, country_codeLocation details
phonePhone number
websiteWebsite URL
ratingAverage star rating
latitude / longitudeCoordinates
photo_url / image_urlThumbnail / full-size photo
google_maps_urlDirect link to the listing
timezoneLocal timezone
attributesService options, amenities, accessibility, payments, etc. (when available)
menu_links / provider_linksMenu / ordering / booking links (when available)
status / open_nowCurrent open/closed status
opening_hoursPer-day hours

FAQ

  • How many results can I get? Google Maps caps a single search at roughly 100–120 results. To go deeper, split into narrower terms or smaller areas (e.g. by neighborhood).
  • Are reviews included? Only the aggregate star rating is returned — not individual reviews.
  • Legality — scrape only publicly available data and respect Google's Terms of Service and applicable laws. You are responsible for how you use the output.
  • Support — questions or a bug? Use the Actor's Issues tab.