Back to Services
Basic Trustrest
OpenFDA — 510(k) Device Clearances
Search FDA 510(k) premarket notification database. Find cleared medical devices by product code, applicant, clearance date, and device name. Essential for medical device regulatory research and competitive analysis.
Total Calls
1
Success Rate
100.0%
Avg Latency
106ms
Capabilities
510kmedical-devicesfdaregulatoryclearancehealthcarecomplianceimplants
Quick Integration
Call this service through the Agent Clear proxy
// Call OpenFDA — 510(k) Device Clearances through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/04d7c57a-b4e9-4bfa-b8ef-d3ef33a83f5e',
{
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",
"properties": {
"sort": {
"type": "string",
"description": "Sort field (e.g. decision_date:desc)"
},
"limit": {
"type": "number",
"description": "Max results (default 10, max 1000)"
},
"search": {
"type": "string",
"description": "Search query (e.g. device_name:\"stent\", applicant:\"Medtronic\", product_code:\"DZE\")"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 40 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026