VOOZH about

URL: https://apify.com/gomaps.pro/bulk-latitude-and-longitude-to-address---reverse-geocoding

โ‡ฑ Bulk Latitude and Longitude to Address - Reverse Geocoding ยท Apify


๐Ÿ‘ Bulk Latitude and Longitude to Address - Reverse Geocoding avatar

Bulk Latitude and Longitude to Address - Reverse Geocoding

Pricing

$1.00 / 1,000 results

Go to Apify Store

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.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ GoMaps.pro

GoMaps.pro

Maintained by Community

Actor stats

4

Bookmarked

55

Total users

1

Monthly active users

4 months ago

Last modified

Share

๐Ÿ“ Bulk Lat Long to Address Geocoding Actor

๐ŸŒŸ Overview

This Actor, Bulk Lat Long to Address Geocoding, is designed to reverse geocode multiple latitude and longitude coordinates into physical addresses using the Google Maps Geocoding API. The Actor takes a list of latitude and longitude pairs as input, queries the Google Maps API for each pair, and then stores the resulting addresses or any errors in a dataset for easy access and further processing.

๐Ÿ”ง Included Features

  • Apify SDK - A toolkit for building Actors on the Apify platform.
  • Axios client - A promise-based HTTP client for making requests in Node.js and the browser.
  • Google Maps Geocoding API - Converts geographic coordinates into addresses.

โš™๏ธ How it Works

  1. Initialize the Actor: The Actor is initialized using the Apify SDK.
  2. Retrieve Input: The Actor retrieves the list of latitude and longitude pairs from the input, which must be an array.
  3. Reverse Geocode Coordinates: Each pair of coordinates is sent to the Google Maps Geocoding API to retrieve the corresponding address.
  4. Handle Results: The API responses are parsed to extract the addresses. If the API request fails or the reverse geocoding is unsuccessful, an error message is recorded for that coordinate pair.
  5. Store Results: The geocoded results, including both successful and failed attempts, are saved to an Apify dataset for further use.
  6. Exit Gracefully: The Actor exits cleanly once all coordinate pairs have been processed.

๐ŸŒ GoMaps.pro

GoMaps.pro provides a variety of Google Maps APIs, including the Reverse Geocoding API used in this Actor. By utilizing this service, users can convert geographic coordinates back into human-readable addresses, which is essential for applications such as location-based services, mapping, and customer address validation.

๐Ÿ“‘ API Documentation

You can explore the detailed API documentation and test the API using Postman by visiting the following link:

๐Ÿ“š Resources

๐Ÿ“ฌ Contact

For any inquiries or support, feel free to reach out:

This Actor is ideal for businesses and developers looking to convert latitude and longitude coordinates into addresses with ease, leveraging the powerful Google Maps Reverse Geocoding API provided by GoMaps.pro.

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

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 Geocoding Scraper

crawlerbros/google-maps-geocoding

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.

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.

Photon Geocoder Scraper

parseforge/photon-geocoder-scraper

Resolve any place name or address into precise coordinates with Photon by komoot on OpenStreetMap, and reverse lookup coordinates into the nearest place. Returns latitude, longitude, street, postcode, city, country, and a map link. Handy for logistics, lead enrichment, and mapping apps.

US Census Geocoder Scraper

parseforge/uscensus-geocoder-scraper

Free US-only geocoding via the official US Census Bureau geocoder. Forward-geocode one-line addresses to latitude/longitude or reverse-geocode coordinates to a matching address. Optionally enrich each match with census tract, block, and county geographies.

Geo Location

jeleo/geo-location

Enterprise-grade reverse geocoding API that converts IP and GPS Coordinates into accurate, real-time location data. Global coverage, blazing fast response times. Get your API Key: https://www.jeleo.zone.id

Tripadvisor Restaurants Scraper (by Coordinates)

burbn/tripadvisor-restaurants

Scrape local restaurants near any latitude & longitude. Extract ratings, reviews, cuisine types, opening hours, pricing, and contact details instantly.

Related articles

How to use the Google Maps API in Python
Read more