# ClinicalIntelPulse Patient-Finder — Recruiting Clinical Trial Finder

> ClinicalIntelPulse Patient-Finder — Recruiting Clinical Trial Finder is a paid API for AI agents from clinicalintelpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Finds actively recruiting clinical trials for a given disease or diagnosis, returning plain-language summaries, eligibility criteria, country filter, contacts, and how to apply from 400,000+ ClinicalTrials.gov studies.

## Facts

- Endpoint: GET https://clinicalintelpulse.theaslangroupllc.com/api/clinical/patient-finder
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clinicalintelpulse-patient-finder-recruiting-clinical-trial-finder-26b5ef44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rt-ZUtH1Z4-719BgkUPua

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clinicalintelpulse-patient-finder-recruiting-clinical-trial-finder-26b5ef44
```

Example prompt: Can you find actively recruiting clinical trials for stage 3 non-small-cell lung cancer in the United States? I need plain-language summaries, who can and can't join, and contact info so the patient can apply.

## When to prefer this

Use this endpoint when a patient, caregiver, or provider agent needs to find open, actively recruiting clinical trials for a specific disease — especially when plain-language eligibility summaries and direct contact/application info are needed. Prefer this over raw ClinicalTrials.gov queries when the agent needs pre-parsed, human-readable output without building a custom API integration. Best for patient-advocacy workflows, care coordination, or clinical decision support scenarios.

## Known failure modes

- No trials found for an obscure or misspelled disease name — returns empty result set
- Country filter too restrictive — no recruiting sites in that country for the condition
- ClinicalTrials.gov upstream unavailability causing timeout or partial data
- Ambiguous disease name matching multiple conditions — results may be broader than expected
- Payment failure (402) if USDC balance is insufficient

## How this service works

Recruiting clinical trial finder for a disease or diagnosis — actively recruiting trials with plain-language summaries, eligibility (who can/cannot join), country filter, contacts and how to apply, across 400,000+ ClinicalTrials.gov studies worldwide. For patient-advocacy and provider agents.

## Output

A list of actively recruiting clinical trials matching the disease/diagnosis and optional country filter, each with a plain-language summary, inclusion and exclusion eligibility criteria, trial locations, sponsor and site contact details, and instructions on how to apply — sourced from ClinicalTrials.gov's 400,000+ study database.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string"
      },
      "phase": {
       "type": "string"
      },
      "country": {
       "type": "string"
      },
      "condition": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "how_to_apply": [
   "Step 1: Confirm eligibility by reviewing inclusion/exclusion criteria with your doctor",
   "Step 2: Identify a participating site near you via the ClinicalTrials.gov \"Find a Location\" tab",
   "Step 3: Request a referral from your oncologist/neurologist to the trial site",
   "Step 4: Expect a screening visit to confirm you meet all criteria — most trials cover this at no cost",
   "Step 5: Informed consent process — you can withdraw at any time without affecting your regular care"
  ],
  "query_summary": {
   "as_of": "2026-06-07",
   "phase": "any",
   "country": null,
   "condition": "Glioblastoma"
  },
  "patient_resources": [
   "ClinicalTrials.gov (clinicaltrials.gov)",
   "National Brain Tumor Society (braintumor.org)",
   "NCI Cancer Information (cancer.gov/about-cancer/treatment/clinical-trials)"
  ],
  "highlighted_trials": [
   {
    "url": "https://clinicaltrials.gov/study/NCT04175171",
    "nctId": "NCT04175171",
    "phase": "PHASE3",
    "title": "Study of Nivolumab Combined With Radiation Therapy in Newly Diagnosed Glioblastoma",
    "status": "RECRUITING",
    "sponsor": "Bristol-Myers Squibb",
    "countries": [
     "United States",
     "United Kingdom",
     "Germany",
     "France",
     "Spain"
    ],
    "contact_hint": "Contact your neuro-oncologist or visit clinicaltrials.gov/study/NCT04175171 for site contacts",
    "who_can_join": "Adults (18+) newly diagnosed with glioblastoma (IDH-wildtype), able to receive radiation therapy. MGMT status: any.",
    "who_cannot_join": "Prior brain tumor treatment, autoimmune conditions requiring systemic steroids, prior immunotherapy.",
    "plain_language_summary": "Comparing a standard radiation + chemotherapy approach vs. adding nivolumab (a cancer immunotherapy drug) in newly diagnosed glioblastoma. For adults newly diagnosed."
   }
  ],
  "recruiting_trials_count": 89
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clinicalintelpulse-patient-finder-recruiting-clinical-trial-finder-26b5ef44/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clinicalintelpulse.theaslangroupllc.com](https://www.zero.xyz/host/clinicalintelpulse.theaslangroupllc.com/llms.txt)
