Back to Services
Basic Trustrest

OpenCage — Geocoding & Reverse Geocoding

Geocode addresses to lat/long and reverse-geocode coordinates to addresses using a combination of open and proprietary data sources.

Total Calls

0

Success Rate

Avg Latency

Capabilities

geocodinglocationcoordinatesaddressreverse-geocode

Quick Integration

Call this service through the Agent Clear proxy

// Call OpenCage — Geocoding & Reverse Geocoding through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/6670177c-1d64-41bd-80e8-b94f2ad78b4f',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Address or lat,lng"
    },
    "limit": {
      "type": "number"
    },
    "language": {
      "type": "string"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "results": {
      "type": "array"
    },
    "total_results": {
      "type": "number"
    }
  }
}

Pricing

$0.002/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services