Google Maps Places & Leads Scraper
Pricing
from $8.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
- Enter one or more search terms (e.g.
dentist,coffee shop,freight forwarding company). - Enter a location (e.g.
Cairo, Egypt,Brooklyn NY, or a ZIP code). - Optionally set max results, a minimum rating, or require a phone/website.
- Click Start. When it finishes, open the Output tab and export to JSON, CSV, Excel or HTML.
Input
| Field | Description |
|---|---|
searchTerms | List of place types / services / keywords. Each runs as its own search. Required. |
location | City or area to search in (free text). |
maxResults | Max places per search term (default 100). |
minRating | Keep only places rated at least this many stars. |
skipPlacesWithoutPhone | Keep only places that list a phone number. |
skipPlacesWithoutWebsite | Keep only places that list a website. |
openNowOnly | Keep only places open at scrape time. |
language / countryCode | Language 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
| Field | Meaning |
|---|---|
name | Business name |
category / categories | Primary category / all categories |
address, borough, city, state, country_code | Location details |
phone | Phone number |
website | Website URL |
rating | Average star rating |
latitude / longitude | Coordinates |
photo_url / image_url | Thumbnail / full-size photo |
google_maps_url | Direct link to the listing |
timezone | Local timezone |
attributes | Service options, amenities, accessibility, payments, etc. (when available) |
menu_links / provider_links | Menu / ordering / booking links (when available) |
status / open_now | Current open/closed status |
opening_hours | Per-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.