Quickly convert place names, addresses, or landmarks into coordinates. Forward Geocoder delivers fast, accurate latitude and longitude data for any location. Run via API, export results, schedule tasks, and integrate seamlessly into your workflows.
Geocoder is a lightweight and cost-effective 🧭 geocoding tool built for developers, data teams, and automation workflows. This actor lets you turn place names into structured location data using a clean and powerful Geocoding API — perfect for mapping, location enrichment, spatial analysis, and more.
✅ Converts place names or addresses into latitude/longitude
✅ Supports bulk geocoding (batch of up to 100 places)
✅ Fast ⚡️ parallel processing
✅ Clean, normalized output with lat
, lng
, state
, country
, and formatted_address
✅ Works with both single and multi-line input
✅ Affordable & efficient (no headless browser!)
This actor supports two types of geocoding queries:
place
(Single query)A string representing a single address, landmark, or place name to geocode.
1{ 2 "place": "Eiffel Tower, Paris" 3}
places
(Bulk query)An array of place names or addresses. Submit up to 100 places in one run.
1{ 2 "places": [ 3 "45 Wall St, New York", 4 "Shibuya Crossing, Tokyo, Japan", 5 "1600 Amphitheatre Parkway, Mountain View, CA", 6 "10 Downing St, London, UK" 7 ] 8}
📌 Note: If both place
and places
are left empty, the actor will default to:
"45 Wall St, New York"
place
or a list of places
Here’s an example of the geocoded result:
1{ 2 "query": "45 Wall St, New York", 3 "state": "New York, NY", 4 "country": "US", 5 "formatted_address": "45 Wall Street, New York, NY", 6 "lat": 40.706416, 7 "lng": -74.0098576 8}
Field | Description |
---|---|
query | The original query string you submitted |
state | The detected state or region |
country | The country in ISO 2-letter format |
formatted_address | A standardized version of the address |
lat | Latitude coordinate of the location |
lng | Longitude coordinate of the location |
place
) or a list of places (places
)Give it a spin — and turn your place names into precision data. 🌐
Questions or ideas? Let us know 💬
---
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!