{"partialResults":false,"resources":[{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","scheme":"exact"}],"description":"Geocoding and reverse geocoding. Converts an address or place name to latitude/longitude, or coordinates back to an address.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"q":"1600 Amphitheatre Parkway, Mountain View, CA"},"type":"http"},"output":{"example":{"count":1,"items":[{"address":{"city":"Mountain View","country":"United States"},"displayName":"Googleplex, Mountain View, CA, USA","lat":37.422,"lon":-122.0841,"type":"geocode"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"lat":{"description":"latitude (reverse geocode)","type":"number"},"lon":{"description":"longitude (reverse geocode)","type":"number"},"maxItems":{"default":5,"type":"integer"},"q":{"description":"address (forward geocode)","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-23T18:02:49.558Z","quality":{"l30DaysTotalCalls":101,"l30DaysUniquePayers":2,"lastCalledAt":"2026-07-23T18:03:09.862Z"},"resource":"https://api.kadec0.xyz/v1/geocode","serviceName":"Geocoding \u0026 Reverse Geocode","tags":["geocode","geocoding","lat-lng","address","coordinates"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"description":"Worldwide forward geocoding for agents. Convert an address, landmark, city, postcode, or place name into latitude and longitude with normalized address components and confidence metadata.","extensions":{"bazaar":{"info":{"input":{"body":{"address":"Eiffel Tower, Paris, France","country_code":"fr","language":"en","limit":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"match_count":1,"ok":true,"provider":"geoapify","results":[{"confidence":0.99,"country_code":"FR","formatted_address":"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France","lat":48.8584,"lon":2.2945}],"tool":"address-to-coordinates"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"address":{"description":"Free-form place or postal address.","maxLength":500,"minLength":3,"type":"string"},"country_code":{"description":"Optional ISO 3166-1 alpha-2 country filter.","maxLength":2,"minLength":2,"type":"string"},"language":{"description":"Preferred response language, for example en or es.","maxLength":12,"minLength":2,"type":"string"},"limit":{"default":1,"maximum":5,"minimum":1,"type":"integer"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":true,"properties":{"cached":{"type":"boolean"},"match_count":{"minimum":0,"type":"integer"},"ok":{"const":true,"type":"boolean"},"results":{"items":{"additionalProperties":true,"properties":{"confidence":{"type":"number"},"country_code":{"type":"string"},"formatted_address":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}},"required":["lat","lon"],"type":"object"},"type":"array"},"tool":{"const":"address-to-coordinates","type":"string"}},"required":["ok","tool","match_count","results"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-26T07:50:37.538Z","quality":{"l30DaysTotalCalls":5,"l30DaysUniquePayers":3,"lastCalledAt":"2026-07-26T07:50:37.29Z"},"resource":"https://sat.ipintel.ai/address-to-coordinates","serviceName":"Satellite \u0026 GeoRisk x402 API","tags":["geocoding","address","coordinates","latitude","longitude"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"description":"Worldwide reverse geocoding for agents. Convert latitude and longitude into a normalized address, locality, administrative area, postcode, and country metadata.","extensions":{"bazaar":{"info":{"input":{"body":{"language":"en","lat":48.8584,"lon":2.2945},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"ok":true,"provider":"geoapify","result":{"city":"Paris","country_code":"FR","formatted_address":"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France","lat":48.8584,"lon":2.2945},"tool":"coordinates-to-address"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"language":{"description":"Preferred response language.","maxLength":12,"minLength":2,"type":"string"},"lat":{"maximum":90,"minimum":-90,"type":"number"},"lon":{"maximum":180,"minimum":-180,"type":"number"},"type":{"enum":["country","state","city","postcode","street","amenity"],"type":"string"}},"required":["lat","lon"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":true,"properties":{"cached":{"type":"boolean"},"ok":{"const":true,"type":"boolean"},"result":{"anyOf":[{"type":"null"},{"additionalProperties":true,"properties":{"city":{"type":"string"},"country_code":{"type":"string"},"formatted_address":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}},"required":["lat","lon"],"type":"object"}]},"tool":{"const":"coordinates-to-address","type":"string"}},"required":["ok","tool","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-14T15:52:15.495Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-07-14T15:52:15.348Z"},"resource":"https://sat.ipintel.ai/coordinates-to-address","serviceName":"Satellite \u0026 GeoRisk x402 API","tags":["reverse-geocoding","coordinates","address","latitude","longitude"],"type":"http","x402Version":2},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4","scheme":"exact"}],"description":"Forward and reverse geocoding on OpenStreetMap data: turn place names, addresses, and landmarks into coordinates with structured address components (forward), or turn lat/lon into the nearest address (reverse). Global coverage, up to 10 ranked results. ODbL attribution included in every response. POST a JSON body like: {\"query\":\"eiffel tower, paris\",\"limit\":1}","extensions":{"bazaar":{"info":{"input":{"body":{"limit":1,"query":"eiffel tower, paris"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"attribution":"Geodata © OpenStreetMap contributors (ODbL)","query":"eiffel tower, paris","results":[{"address":{"city":"Paris","country":"France"},"lat":48.8583,"lon":2.2945,"name":"Tour Eiffel, Avenue Gustave Eiffel, Paris, France","type":"attraction"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"properties":{"lat":{"description":"Reverse geocoding latitude.","maximum":90,"minimum":-90,"type":"number"},"limit":{"default":3,"maximum":10,"minimum":1,"type":"integer"},"lon":{"description":"Reverse geocoding longitude.","maximum":180,"minimum":-180,"type":"number"},"query":{"description":"Place name or address to geocode (forward). Provide query OR lat+lon.","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"type":"object"},"output":{"properties":{"attribution":{"type":"string"},"query":{"type":"string"},"result":{"description":"Single result for reverse geocoding.","type":"object"},"results":{"items":{"properties":{"address":{"type":"object"},"boundingBox":{"items":{"type":"number"},"type":"array"},"category":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"},"name":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-15T08:38:41.449Z","quality":{"l30DaysTotalCalls":15,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-15T08:38:41.298Z"},"resource":"https://keyronne.com/api/geocode","serviceName":"Geocoder","tags":["geocoding","address","coordinates","places","openstreetmap"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F","name":"USDC","version":"1"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn","scheme":"exact"}],"description":"Forward geocoding — free-text address or place name → latitude/longitude plus structured address components (houseNumber, road, suburb, city, county, state, postcode, country, countryCode). Query: q (2-500 chars), limit (1-10, default 5), country (optional 2-letter ISO 3166-1 bias). Underlying data is OpenStreetMap (ODbL). Sister: /api/geocode/reverse.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"country":"example","limit":5,"q":"xx"},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"additionalProperties":false,"properties":{"country":{"type":"string"},"limit":{"default":5,"maximum":10,"minimum":1,"type":"integer"},"q":{"maxLength":500,"minLength":2,"type":"string"}},"required":["q"],"type":"object"},"type":{"const":"http"}},"required":["type","method","queryParams"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782067076/bazaar-icons/58f7ba8f2b3b8047.png","lastUpdated":"2026-08-02T15:48:17.645Z","quality":{"l30DaysTotalCalls":475,"l30DaysUniquePayers":122,"lastCalledAt":"2026-08-02T12:12:55.434Z"},"resource":"https://2s.io/api/geocode/address","serviceName":"2s","tags":["public-records","identifiers","ai-agents","us-gov-data","x402"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493","scheme":"exact"},{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493","scheme":"exact"},{"amount":"2000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493","scheme":"exact"},{"amount":"2000","asset":"0x79A02482A880bCe3F13E09da970dC34dB4cD24D1","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:480","payTo":"0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493","scheme":"exact"},{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"AytHnvc6bZx1ALTy7b5Px7hcavoSYszG9aeKvDcZ8R1u","scheme":"exact"}],"description":"Forward-geocode a street address or place name (WORLDWIDE) to coordinates + parsed address components via OpenStreetMap Nominatim (public, keyless).","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"address":"1600 Pennsylvania Ave NW, Washington, DC"},"type":"http"},"output":{"example":{"components":{"city":"Washington","country":"United States","country_code":"us","house_number":"1600","postcode":"20500","road":"Pennsylvania Avenue NW","state":"District of Columbia"},"country":"United States","country_code":"us","lat":38.8977,"lon":-77.0365,"matched_address":"White House, 1600, Pennsylvania Avenue NW, Washington, District of Columbia, 20500, USA","source":"osm_nominatim"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"description":"Street address or place name (any country)","type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-08T08:12:05.733Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-08T08:12:05.474Z"},"resource":"https://api.agentstools.dev/geocode","serviceName":"geocode","tags":["geo","geocode","address","location","osm"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"eip3009","name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A","scheme":"exact"},{"amount":"10000","asset":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","extra":{"assetTransferMethod":"eip3009","name":"EURC","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A","scheme":"exact"}],"description":"$0.005/lookup. Geocode a free-text address to coordinates (AWS Location Service) — lat/lng plus normalized address. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny","extensions":{"bazaar":{"info":{"input":{"body":{"biasPosition":[1,1],"countries":["str"],"language":"string","maxResults":1,"query":"string"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"ok":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"biasPosition":{"description":"[longitude, latitude] (WGS-84).","items":{"type":"number"},"maxItems":2,"minItems":2,"type":"array"},"countries":{"items":{"maxLength":3,"minLength":3,"type":"string"},"type":"array"},"language":{"type":"string"},"maxResults":{"maximum":20,"minimum":1,"type":"integer"},"query":{"maxLength":512,"minLength":1,"type":"string"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-26T15:02:34.9Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":2,"lastCalledAt":"2026-07-26T15:02:34.7Z"},"resource":"https://api.relaystation.ai/v1/location/geocode","serviceName":"Relaystation Geocode","tags":["geocoding","address-lookup","coordinates","maps","location"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6ab8efe305cce67daa48c97bde29c04402822dff","scheme":"exact"}],"description":"French address geocoding on the official Base Adresse Nationale (api-adresse.data.gouv.fr, Etalab/IGN, continuously updated). Forward: ?q=8 boulevard du port amiens with optional \u0026type=housenumber|street|locality|municipality \u0026citycode=80021 (INSEE filter). Reverse: ?lat=49.897\u0026lon=2.290. \u0026limit=1-10 (default 3). Each match returns normalized label, confidence score, lat/lon, street, postcode, city, INSEE citycode and context. No match returns 400 (not billed). Cached 24h.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":1,"q":"8 boulevard du port amiens"},"type":"http"},"output":{"example":{"count":1,"matches":[{"city":"Amiens","citycode":"80021","context":"80, Somme, Hauts-de-France","housenumber":"8","label":"8 Boulevard du Port 80000 Amiens","lat":49.897442,"lon":2.290084,"postcode":"80000","score":0.97072,"street":"Boulevard du Port","type":"housenumber"}],"mode":"search","query":"8 boulevard du port amiens","source":"Base Adresse Nationale via api-adresse.data.gouv.fr (Etalab/IGN, Licence Ouverte 2.0)"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"citycode":{"description":"Filter by 5-char INSEE city code","type":"string"},"lat":{"description":"Latitude (reverse mode, with lon)","type":"number"},"limit":{"description":"Max matches, 1-10 (default 3)","type":"integer"},"lon":{"description":"Longitude (reverse mode, with lat)","type":"number"},"q":{"description":"Free-text French address (forward mode)","type":"string"},"type":{"description":"Restrict match type","enum":["housenumber","street","locality","municipality"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-30T18:08:11.588Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-07-30T18:08:11.336Z"},"resource":"https://data.greeneris.io/v1/fr/geocode","serviceName":"eu-verify","tags":["france","geocoding","address","geo","ban"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb","scheme":"exact"}],"description":"Parse and normalize postal addresses into structured components. Returns address number, street, city, state, ZIP, and USPS-formatted output. Postal address parsing and normalization. Sub-second. x402-native.","extensions":{"bazaar":{"info":{"input":{"body":{"address":"123 Main St, San Francisco CA 94105","country":"US"},"bodyType":"json","inputSchema":{"properties":{"address":{"description":"Raw postal address to normalize.","type":"string"},"buyer_region":{"description":"Optional privacy-safe buyer region.","type":"string"},"country":{"description":"ISO 3166-1 alpha-2 country code (default: 'US').","type":"string"}},"required":["address"],"type":"object"},"method":"POST","type":"http"},"output":{"example":{"address_input":"123 Main St, San Francisco CA 94105","address_type":"Street Address","cache_hit":false,"components":{"address_number":"123","city":"SAN FRANCISCO","country":"US","state":"CA","street_direction_post":"","street_direction_pre":"","street_name":"MAIN","street_suffix":"ST","unit_number":"","unit_type":"","zip_code":"94105"},"confidence":0.95,"normalized":"123 MAIN ST, SAN FRANCISCO, CA 94105","parse_notes":"","request_id":"example-request-id","response_time_ms":8},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Raw postal address to normalize.","type":"string"},"buyer_region":{"description":"Optional privacy-safe buyer region.","type":"string"},"country":{"description":"ISO 3166-1 alpha-2 country code (default: 'US').","type":"string"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"inputSchema":{"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"address_input":{"type":"string"},"address_type":{"nullable":true,"type":"string"},"cache_hit":{"type":"boolean"},"components":{"type":"object"},"confidence":{"type":"number"},"normalized":{"nullable":true,"type":"string"},"parse_notes":{"nullable":true,"type":"string"},"request_id":{"type":"string"},"response_time_ms":{"nullable":true,"type":"number"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-09T18:59:56.741Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-09T18:59:56.476Z"},"resource":"https://api.qonoro.ai/v1/address/normalize","serviceName":"Qonoro Address Normalizer","tags":["address","postal","normalization","data-quality","b2b"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"eip3009","name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A","scheme":"exact"},{"amount":"10000","asset":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","extra":{"assetTransferMethod":"eip3009","name":"EURC","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A","scheme":"exact"}],"description":"$0.005/lookup. Reverse-geocode coordinates to the nearest address — lat/lng in, street address out. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny","extensions":{"bazaar":{"info":{"input":{"body":{"language":"string","maxResults":1,"position":[1,1],"radiusMeters":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"ok":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"language":{"type":"string"},"maxResults":{"maximum":20,"minimum":1,"type":"integer"},"position":{"description":"[longitude, latitude] (WGS-84).","items":{"type":"number"},"maxItems":2,"minItems":2,"type":"array"},"radiusMeters":{"maximum":100000,"minimum":1,"type":"integer"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-31T15:46:02.303Z","quality":{"l30DaysTotalCalls":10,"l30DaysUniquePayers":2,"lastCalledAt":"2026-07-31T15:46:02.047Z"},"resource":"https://api.relaystation.ai/v1/location/reverse-geocode","serviceName":"Relaystation Reverse Geocode","tags":["reverse-geocoding","address-lookup","coordinates","maps","location"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x2740651e046c59aB2A6510401140643292d3a96F","scheme":"exact"}],"description":"Reverse geocoding API - convert latitude and longitude coordinates to a street address and place name. Worldwide coverage via OpenStreetMap Nominatim. Returns the display name and structured address (road, city, state, postcode, country) at that point, plus place type and category. Coordinates in the ocean or unmapped return 404, never a fabricated address. For mapping, logistics, delivery tracking, geofencing and location-aware AI agents.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lat":"48.8584","lon":"2.2945"},"type":"http"},"output":{"example":{"address":{"city":"Paris","country":"France","postcode":"75007","road":"Avenue Gustave Eiffel"},"attribution":"Data © OpenStreetMap contributors, ODbL. Geocoding via Nominatim.","displayName":"Tour Eiffel, Avenue Gustave Eiffel, Paris, France","lat":48.8584,"lon":2.2945,"ts":"2026-08-01T00:00:00.000Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"lat":{"description":"Latitude, -90..90 (e.g. 48.8584).","type":"string"},"lon":{"description":"Longitude, -180..180 (e.g. 2.2945).","type":"string"}},"required":["lat","lon"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-02T05:41:10.593Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-02T05:41:10.363Z"},"resource":"https://x402.donnyautomation.com/reverse-geocode","type":"http","x402Version":2},{"accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"API call to positionstack","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"description":"lat,lon","example":"40.7128,-74.0060","required":true,"type":"string"}},"type":"http"},"output":{"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"extra":{"name":"USD Coin","version":"2"},"maxAmountRequired":"70000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"base","outputSchema":{"input":{"discoverable":true,"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"description":"lat,lon","example":"40.7128,-74.0060","required":true,"type":"string"}},"type":"http"}},"payTo":"0xA039E3dEb5ca71E41905f90491FC5d016CE23B79","resource":"https://gateway.apiosk.com/positionstack/reverse","scheme":"exact"}],"description":"Reverse geocoding: coordinates -\u003e address.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"description":"lat,lon","example":"40.7128,-74.0060","required":true,"type":"string"}},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-02T08:29:55.35Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-06T17:27:44Z"},"resource":"https://gateway.apiosk.com/positionstack/reverse","type":"http","x402Version":1},{"accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"API call to positionstack","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"required":true,"type":"string"}},"type":"http"},"output":{"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"extra":{"name":"USD Coin","version":"2"},"maxAmountRequired":"70000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"base","outputSchema":{"input":{"discoverable":true,"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"required":true,"type":"string"}},"type":"http"}},"payTo":"0xA039E3dEb5ca71E41905f90491FC5d016CE23B79","resource":"https://gateway.apiosk.com/positionstack/forward","scheme":"exact"}],"description":"Forward geocoding: address/place -\u003e coordinates.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"required":false,"type":"integer"},"query":{"required":true,"type":"string"}},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-01T21:56:44.69Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-17T08:48:50.204Z"},"resource":"https://gateway.apiosk.com/positionstack/forward","type":"http","x402Version":1}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"aphp2jae2jpw4aa"}}
