Geo Location
Pricing
Pay per usage
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
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jeleo
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
21 hours ago
Last modified
Categories
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
latandlng. - 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:
| Field | Type | Required | Description |
|---|---|---|---|
lat | Number | Yes | Latitude of the location (e.g., 53.239879). |
lng | Number | Yes | Longitude of the location (e.g., -115.216766). |
apiKey | String | No | Your 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.
- Obtain your key from the Jeleo: https://www.jeleo.zone.id
- Enter it in the input field
apiKeyOR - Configure it as a secret environment variable
JELEO_API_KEYfor 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