Skip to content
Tools / Address Geocoding
Address Geocoding icon

Address Geocoding

Addresses to coordinates and back

All 2 skills are free to run.

What is verified

Catalog facts and aggregate ToolRouter calls. Success uses all recorded calls, including caller errors in the total, and is not a controlled benchmark.

2Maintained skills
FreePricing
116Recorded calls
100%Successful calls
2026-09-10Usage updated
2026-06-03Tool updated

Address Geocoding converts between street addresses and geographic coordinates in both directions. Type in a full or partial address and get back latitude and longitude — or give it GPS coordinates and get back the nearest street address.

It's useful anywhere location data needs to cross formats: mapping workflows, logistics planning, enriching datasets with coordinates, or interpreting GPS output from devices and APIs. The geocoder handles everything from precise street addresses to landmarks and city names, and returns importance scores so you can pick the best match when multiple results come back.

What you can do

  • Convert any address (full, partial, or landmark) to latitude and longitude coordinates
  • Reverse geocode GPS coordinates back to a structured street address
  • Get structured address components including house number, road, city, postcode, and country
  • Handle bulk lookups by calling geocode_address in sequence for each address

Who it's for

Developers and analysts enriching data with location coordinates. Anyone building mapping or logistics workflows who needs to move between human-readable addresses and machine-readable coordinates. Useful wherever you have one format and need the other.

How to use it

  1. Use geocode_address with any address string — the more specific, the more accurate the result
  2. Check the importance score (0–1) in the results to pick the best match when multiple locations are returned
  3. Use reverse_geocode when you have coordinates and need to display a human-readable address

Getting started

Both skills are ready to use immediately — no setup needed. Start with geocode_address and pass any address you have.

Geocode AddressPricing: free

Convert a full or partial address into geographic coordinates. Returns matching locations with latitude, longitude, full address breakdown, and relevance scores.

Returns: Matching locations with coordinates, full address breakdown, and relevance scores
Reverse GeocodePricing: free

Convert latitude and longitude coordinates into a human-readable address. Returns the full address breakdown with street, city, state, country, and postal code.

Returns: Full address breakdown with street, city, state, country, and postal code for the given coordinates
Loading reviews...

Loading activity...

v0.032026-06-03
  • UK outcodes (e.g. "W5", "CR4") now return the correct area centre instead of an unrelated place
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-21
  • Initial release

Copy these instructions to use Address Geocoding in Claude, ChatGPT, Copilot, and more.

Related Tools

Open Web Scraper
Web Scraper icon
Web ScraperScrape, crawl & extract web datafrom $0.005
7
Open Web Search
Web Search icon
Web SearchWeb, news, images & maps — one toolfrom $0.005
6
Open Lead Finder
Lead Finder icon
Lead FinderFind & enrich companies and peoplefrom $0.005
4

Related Categories

Frequently Asked Questions

Can I geocode a partial address?

Yes. `geocode_address` accepts full or partial addresses, and the most specific input usually gives the best match.

How do I turn coordinates back into a street address?

Use `reverse_geocode` with latitude and longitude. It returns the nearest human-readable address with street, city, state, country, and postal code.

What if a search returns multiple matches?

The geocoding response includes an importance score from 0 to 1, which helps you pick the strongest match when more than one result looks plausible.

Can I use this for a list of addresses?

Yes. The tool is optimized for one address at a time, so for bulk work you call `geocode_address` once per address in sequence.