Back to Services
Basic Trustrest
OpenCorporates — Company Registry Search
Search the largest open database of companies in the world covering 200+ jurisdictions with official registry data.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
companyregistrycorporatelegalcompliance
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenCorporates — Company Registry Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/d65bf126-2621-4b8d-8c25-a5bed670aa2d',
{
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": "Company name search"
},
"jurisdiction_code": {
"type": "string",
"description": "ISO jurisdiction code"
}
}
}Output Schema
{
"type": "object",
"properties": {
"results": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026