Google Maps Business Scraper avatar

Google Maps Business Scraper

Pricing

Pay per usage

Go to Apify Store
Google Maps Business Scraper

Google Maps Business Scraper

Scrape business data, reviews, and contact information from Google Maps. Extract phone numbers, websites, ratings, opening hours, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

hartdev

hartdev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Extract business data, reviews, and contact information from Google Maps at scale.

Features

  • Business Data: Name, category, address, phone, website, rating, review count, price level
  • Reviews: Author, rating, text, date, owner responses
  • Geolocation: Latitude/longitude coordinates and Place IDs
  • Opening Hours: Full weekly schedule
  • Images: Primary business photo URL
  • Multi-language: Support for any Google Maps language

Input

ParameterTypeDefaultDescription
searchQueriesstring[]RequiredSearch queries (e.g., "restaurants in Tokyo")
maxResultsnumber100Max results per query
includeReviewsbooleanfalseScrape reviews for each business
maxReviewsPerPlacenumber10Max reviews per business
languagestring"en"Google Maps language code
proxyConfigobjectApify ResidentialProxy configuration

Example Input

{
"searchQueries": [
"restaurants in Tokyo",
"hotels near Shibuya"
],
"maxResults": 50,
"includeReviews": true,
"maxReviewsPerPlace": 5,
"language": "en"
}

Output

Each result contains:

{
"title": "Sushi Dai",
"category": "Sushi restaurant",
"address": "5-2-1 Tsukiji, Chuo City, Tokyo 104-0045",
"phone": "+81 3-3547-6797",
"website": "https://example.com",
"rating": 4.3,
"reviewCount": 2847,
"priceLevel": "$$",
"openingHours": {
"Monday": "5:00 AM – 2:00 PM",
"Tuesday": "5:00 AM – 2:00 PM"
},
"latitude": 35.6654,
"longitude": 139.7707,
"placeId": "ChIJxxxxxx",
"url": "https://www.google.com/maps/place/...",
"imageUrl": "https://lh5.googleusercontent.com/...",
"searchQuery": "restaurants in Tokyo",
"scrapedAt": "2026-03-21T10:00:00.000Z",
"reviews": [
{
"author": "John Doe",
"rating": 5,
"text": "Best sushi I've ever had!",
"publishedAt": "2 months ago",
"responseFromOwner": "Thank you for your kind words!"
}
]
}

Use Cases

  • Lead Generation: Build contact lists of businesses in specific areas
  • Market Research: Analyze competition, pricing, and ratings in target markets
  • Review Monitoring: Track customer sentiment and competitor reviews
  • Local SEO: Audit business listings and identify optimization opportunities
  • Real Estate: Research nearby amenities for property valuation

Cost Estimation

  • ~$0.003 per business (without reviews)
  • ~$0.008 per business (with reviews)
  • Residential proxy recommended for best results

Technical Details

  • Built with Crawlee + Playwright
  • Handles dynamic content loading via scroll pagination
  • Automatic retry on failures (3 attempts)
  • Respects rate limits to avoid blocking

License

MIT