OpenStreetMap Nominatim
ON
OpenStreetMap Nominatim
/geocode

Address to coordinates

Geocode a free-form address or place; returns lat/lon, bounding box and address parts.

liveverifieddegraded · 296ms
geocodingaddressmaps
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openstreetmap /geocode for me.

Input

FieldTypeDescription
query*stringAddress or place
limitnumberMax default 5

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"openstreetmap","endpoint":"/geocode","input":{"query":"...","limit":5}}'
cli
npx cracked-ai run -p openstreetmap -e /geocode -i '{"query":"...","limit":5}'
mcp
run_tool({ provider: "openstreetmap", endpoint: "/geocode", input: {"query":"...","limit":5} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.