Geo Location API avatar
Geo Location API
Under maintenance

Pricing

Pay per usage

Go to Apify Store
Geo Location API

Geo Location API

Under maintenance

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

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jeleo

Jeleo

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Jeleo Reverse Geocoding Actor

The Jeleo Reverse Geocoding actor allows you to instantly convert geographic coordinates (latitude and longitude) into human-readable addresses. Powered by the robust Jeleo API, this actor is designed for speed, accuracy, and ease of integration into your data pipelines.

🚀 Key Features

  • High Precision: Get accurate address details including city, country, and postal codes.
  • Simple Input: Just provide lat and lng.
  • JSON Output: structured data ready for analysis or database insertion.
  • Scalable: Built on the Apify platform to handle thousands of requests seamlessly.

📦 Input Configuration

The actor accepts a JSON input with the following properties:

FieldTypeRequiredDescription
latNumberYesLatitude of the location (e.g., 53.239879).
lngNumberYesLongitude of the location (e.g., -115.216766).
apiKeyStringNoYour Jeleo API Key. If not provided here, ensure it is set as an Environment Variable (JELEO_API_KEY).

Example Input

{
"lat": 53.239879,
"lng": -115.216766
}

📤 Output

The actor pushes the results to the default Apify Dataset. The output will be a JSON object returned by the underlying Jeleo API.

Example Output

{
"city": "Camrose",
"country": "Canada",
"province": "Alberta",
"iso_country_code": "CA"
}

(Actual output fields depend on the Jeleo API response structure)

🔑 API Access

To use this actor effectively, you may need a Jeleo API key.

  1. Obtain your key from the Jeleo dashboard.
  2. Enter it in the input field apiKey OR
  3. Configure it as a secret environment variable JELEO_API_KEY for secure operations.

💡 Use Cases

  • Enriching GPS Data: Convert raw tracking logs into readable locations.
  • Logistics & Delivery: verify delivery locations.
  • Real Estate Analysis: Map properties to neighborhoods.
  • Travel Applications: Display location names to users.

Verified and maintained by the Jeleo Team.