VOOZH about

URL: https://apify.com/crawlerbros/google-maps-geocoding

⇱ Google Maps Geocoding Scraper Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Google Maps Geocoding Scraper

Bidirectional geocoding via Google Maps: convert addresses to coordinates (forward) or coordinates to addresses (reverse). Batch input supported with structured address components, place IDs, plus codes, and place categories.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Bidirectional geocoding via Google Maps. Convert street addresses into latitude/longitude coordinates (forward geocoding), or convert coordinates back into a human-readable address (reverse geocoding). Supports batch input, multiple languages, and country bias for ambiguous queries.

What it does

  • Forward geocoding β€” given an address, returns the resolved coordinates, place ID, structured address components, plus code, and a stable Google Maps URL.
  • Reverse geocoding β€” given a {lat, lng} pair, returns the nearest matched place name and address.

Each input produces exactly one record in the dataset. Inputs that Google cannot resolve are still recorded ("resolved": false) so you can audit failures.

Input

FieldTypeDescription
modeenum (forward | reverse)Which direction to geocode. Default: forward.
addressstringA single address (forward mode).
addressesarray of stringsBatch of addresses (forward mode).
locationobject {lat, lng}A single coordinate (reverse mode).
locationsarray of {lat, lng}Batch of coordinates (reverse mode).
languageenumInterface language (en, es, fr, de, it, pt, ja, ko, zh, ar, ru). Default: en.
countrystringOptional ISO 3166-1 alpha-2 code (e.g. US, GB) used to bias results when an address is ambiguous.
proxyConfigurationproxyOptional. By default the scraper runs without a proxy because Apify proxy frequently routes through regions that trigger Google's consent flow.

Example inputs

Forward (single):

{
"mode":"forward",
"address":"1600 Amphitheatre Parkway, Mountain View, CA",
"language":"en"
}

Forward (batch):

{
"mode":"forward",
"addresses":[
"Eiffel Tower, Paris",
"Big Ben, London",
"Tokyo Tower, Tokyo"
],
"language":"en"
}

Reverse (single):

{
"mode":"reverse",
"location":{"lat":40.7579,"lng":-73.9855}
}

Reverse (batch):

{
"mode":"reverse",
"locations":[
{"lat":48.8584,"lng":2.2945},
{"lat":35.6586,"lng":139.7454},
{"lat":-33.8568,"lng":151.2153}
]
}

Output

Each dataset record contains a subset of these fields (empty fields are omitted):

FieldTypeDescription
modestring"forward" or "reverse".
inputAddressstringOriginal address (forward mode only).
inputLocationobjectOriginal coordinates (reverse mode only).
resolvedbooleanWhether Google resolved the input to a place.
namestringPlace name (h1 on the place page); often blank for pure street addresses.
formattedAddressstringFull address as Google formats it.
locationobject{lat, lng} of the resolved place.
placeIdstringGoogle's internal feature ID (hex:hex format).
plusCodestringOpen Location Code if present.
addressComponentsobjectStructured {streetNumber, street, city, state, postalCode, country, countryCode}.
categoryNamestringGoogle's category label when the resolved place is a business.
googleMapsUrlstringStable /maps/place/ URL.
scrapedAtstringUTC ISO-8601 timestamp.
errorstringPresent only when scraping failed.

Example output

{
"mode":"forward",
"inputAddress":"1600 Amphitheatre Parkway, Mountain View, CA",
"resolved":true,
"name":"Google Building 41",
"formattedAddress":"1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA",
"location":{"lat":37.4224864,"lng":-122.0855962},
"placeId":"0x808fba02f1822489:0x37a9269fbae1c4f7",
"plusCode":"CWC8+W4 Mountain View, California",
"addressComponents":{
"streetNumber":"1600",
"street":"Amphitheatre Pkwy",
"city":"Mountain View",
"state":"CA",
"postalCode":"94043",
"country":"USA",
"countryCode":"US"
},
"categoryName":"Corporate office",
"googleMapsUrl":"https://www.google.com/maps/place/...",
"scrapedAt":"2026-06-16T12:00:00+00:00"
}

FAQs

Q: Do I need an API key? No. This scraper uses the public Google Maps web interface β€” no API key, no quota, no billing.

Q: How many results does it return per input? One record per input. If an address is ambiguous, Google picks the highest-confidence match (the same one you would see at the top of maps.google.com).

Q: How accurate are the coordinates? Coordinates are extracted directly from Google's resolved /maps/place/… URL with full precision (often 7 decimal places, sub-centimetre accuracy).

Q: Why does my batch of 10 addresses take 1–2 minutes? The scraper navigates a real browser for each address with a small polite delay between requests to avoid rate-limiting. Throughput is roughly 5–8 addresses per minute.

Q: Should I use a proxy? Usually no. The default no-proxy path is the most reliable because Apify proxy often routes through EU regions that trigger Google's consent screen. Use the optional proxyConfiguration only if you hit rate-limits.

Q: What languages are supported? The language input controls the Google Maps interface language and the format of the returned address (e.g. street names, country names in the target language). Currently exposed: English, Spanish, French, German, Italian, Portuguese, Japanese, Korean, Chinese, Arabic, Russian.

Q: Can I bias results to a specific country? Yes. Set country to an ISO 3166-1 alpha-2 code (e.g. US, GB, FR). The scraper appends the country name to ambiguous queries (e.g. Big Ben β†’ Big Ben, UK).

Q: What happens for unresolvable inputs? A record is still pushed with "resolved": false and the original input echoed back in inputAddress / inputLocation, so you can audit failures.

Use cases

  • Convert a CSV of customer addresses to coordinates for mapping.
  • Enrich event logs with city/state/country from raw GPS pings.
  • Validate user-submitted addresses against Google's canonical form.
  • Reverse-geocode IoT device locations or photo EXIF coordinates.
  • Compare address-component parsing across multiple countries.

Data source

This actor scrapes Google Maps directly. It does not call the Google Maps Geocoding API, so no Google Cloud project, billing account, or API key is required.

πŸ—ΊοΈ Complete Google Maps Scraper Suite

This actor is part of a comprehensive Google Maps data extraction toolkit by crawlerbros. All actors run on the free Apify plan, use no proxy by default, and return clean, structured data.

ActorWhat it does
🏒 Google Maps Business ScraperExtract business data β€” name, address, phone, website, rating, reviews, hours, amenities
⭐ Google Maps Reviews ScraperScrape reviews with reviewer Local Guide level, photos, mentioned items, owner replies
πŸ“Έ Google Maps Photos ScraperExtract all photos from any place β€” max-resolution URLs, contributor info, categories
πŸ• Google Maps Business Hours ScraperFull 7-day hours, timezone, current local time, next open/close, holiday hours
πŸ“Š Google Maps Popular Times ScraperBusy hours histogram for all 7 days + current busyness + typical visit time
πŸ“§ Google Maps Email ExtractorFind business emails + social media links by crawling websites
πŸ—ΊοΈ Google Maps Area ScannerGeographic grid scanning β€” bypass the 120-place limit with bounding box / circle / polygon
πŸ’Ό Google Maps Leads ScraperB2B lead generation with email + phone enrichment, US states + global countries
πŸ€– Google Maps MCP ServerUnified MCP server combining search + reviews for AI assistants
🧭 Google Maps Directions ScraperAβ†’B routing β€” distance, duration, traffic, route alternatives for driving/walking/transit
πŸ”— Google Maps Similar Places Scraper"People also search for" / related place discovery β€” competitor & alternative finder
🍽️ Google Maps Menu ScraperRestaurant menu items, prices, descriptions, photos
πŸ“Œ Google Maps Nearby ScraperFind places near a coordinate point β€” lightweight POI search by category
πŸ“‹ Google Maps Place List ScraperExtract Google's curated "Top X in Y" lists β€” best hotels/restaurants/things to do
🌍 Google Maps Timezone ScraperIANA timezone + current local time from coordinates

You might also like

Google Geocoding Batch Scraper

seemuapps/google-geocoding-batch-scraper

Convert a list of addresses to latitude/longitude (forward geocoding) or coordinates to addresses (reverse geocoding) in bulk using the official Google Geocoding API.

Nominatim Address Geocoder

ryanclinton/nominatim-geocoder

Batch geocode addresses to GPS coordinates (forward geocoding) or convert latitude/longitude coordinates back to street addresses (reverse geocoding) using the OpenStreetMap Nominatim API. Powered by the world's largest open geographic database with global coverage across 200+ countries.

26

Bulk Latitude and Longitude to Address - Reverse Geocoding

gomaps.pro/bulk-latitude-and-longitude-to-address---reverse-geocoding

Bulk Latitude & Longitude to Address converts multiple coordinates into addresses using Google Reverse Geocoding API. Ideal for data enrichment and spatial analysis. It retrieves coordinates from input, queries the API, and saves results or errors in a dataset.

Google Maps Full Information Scraper

vulnv/google-maps-scraper

Extract full structured place data from Google Maps place URLs: name, address, phone, categories, rating, review counts, coordinates, website, opening hours, price range, and photos.

Google Maps Place Details Scraper

beatanalytics/google-maps-place-details-scraper

Extract detailed place information from Google Maps: name, address, coordinates, rating, review count, categories, phone, website, description, and timezone. Find places by URL, Place ID, or built-in search. Export as CSV, JSON, or Excel.

πŸ‘ User avatar

Beat Analytics

17

Nominatim Geocoding Scraper

gio21/nominatim-scraper

OpenStreetMap Nominatim geocoding API. Forward (address -> coordinates + place) and reverse (lat/lng -> address). Returns display name, lat/lng, address parts, bounding box, OSM ID/type. Free, no key. For maps, addresses, geo apps.

Google Maps Scraper

lisbuenas/google-maps-scraper

Extract Google Maps place data from search terms or URLs, including name, category, ratings, address, contact details, coordinates, reviews, and images, with structured dataset output ready for analysis or export.

2

U.S. Address Geocoder

timgreen/u-s-address-geocoder

Convert any number of U.S. addresses to latitude and longitude coordinates for a fraction of the cost of the Google Maps Geocoding API. Geocoding 1,000 addresses takes about two minutes and costs pennies.

Google Maps Scraper

zerobreak/google-maps-scraper

Google Maps scraper that collects business listings, place details, and customer reviews by search query or place ID. Extracts names, ratings, addresses, phones, websites, GPS coordinates, hours, popular times, images, and reviews at scale.

Google Maps Business Hours Scraper

crawlerbros/google-maps-business-hours

Extract structured opening hours for all 7 days plus live open/closed status from any Google Maps place page. Supports batch input of multiple place URLs.