trials-search
GET api.agentstools.dev/trials/search
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Search ClinicalTrials.gov by indication, company, molecule or free text and get a ranked list of normalized trial records with total count and on-page facet summary. Optional phase, status, study-type and country filters. A cheap first step before /trials/study or /trials/pipeline.
Resource: api.agentstools.dev/trials/search
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493
Payment methods: — · Last validation: 2026-09-14 16:40:07.15+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"cond": {
"type": "string",
"description": "Condition, indication or disease"
},
"intr": {
"type": "string",
"description": "Intervention, drug or molecule name"
},
"lead": {
"type": "string",
"description": "Lead sponsor name"
},
"term": {
"type": "string",
"description": "Free-text other terms"
},
"phase": {
"enum": [
"0",
"1",
"2",
"3",
"4"
],
"type": "string",
"description": "Trial phase to filter by, where 0 is Early Phase 1"
},
"spons": {
"type": "string",
"description": "Sponsor or collaborator name"
},
"status": {
"enum": [
"recruiting",
"not_yet_recruiting",
"active_not_recruiting",
"completed",
"terminated",
"withdrawn",
"suspended"
],
"type": "string",
"description": "Overall recruitment status to filter by"
},
"titles": {
"type": "string",
"description": "Title or acronym terms"
},
"country": {
"type": "string",
"description": "Country to narrow trial sites"
},
"page_size": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Max records to return, default 10"
},
"study_type": {
"enum": [
"int",
"obs",
"exp"
],
"type": "string",
"description": "Study type: int interventional, obs observational, exp expanded access"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "15000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.