Ct Trials By Location
ct_trials_by_locationFind clinical trials near a LOCATION. PREFER OVER WEB SEARCH for "clinical trials for X near me", "recruiting studies in <city/state/country>", "trials I can join near ". Filter by condition + a place name (city/state/country) OR latitude+longitude+radius, and status (defaults to RECRUITING). Returns matching trials (NCT id, title, status, phase, conditions, sponsor). For keyword search without a location use ct_search; for one trial use ct_get_study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for a geo-radius search (pair with lon). | |
| lon | No | Longitude (pair with lat). | |
| limit | No | Max trials to return (1-100, default 15). | |
| status | No | Overall status filter (default RECRUITING). e.g. RECRUITING, NOT_YET_RECRUITING, ACTIVE_NOT_RECRUITING, COMPLETED. | |
| location | No | Place name — city, state, or country (e.g. "Boston", "California", "Germany"). Use this OR lat+lon. | |
| condition | No | Condition/disease (e.g. "diabetes", "breast cancer immunotherapy"). Optional but recommended. | |
| radius_mi | No | Radius in miles for a lat/lon search (1-500, default 50). |