mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Which companies just opened a new clinical trial or site? Bulk feed over NIH ClinicalTrial

Which companies just opened a new clinical trial or site? Bulk feed over NIH ClinicalTrials.gov interventional, industry-sponsored studies, newest-first by registry-posting date (the R&D / commercial-growth signal). Cursor-paginated up to 1000/page, filterable by sponsor, phase, status, condition, intervention type, site state, or since. Rows carry sponsor, phase, status, conditions, enrollment, dates, site count, and the US states sited. Observational registry records, never a prediction.

Do you run api.govparse.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
25000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-11
updated

Provider

api.govparse.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "25000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "25000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "phase": "PHASE2,PHASE3",
          "since": "2026-06-01",
          "state": "MA,CA"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "basis": "NIH ClinicalTrials.gov interventional, industry-sponsored studies, one row per study newest-first by first_posted_date. Observational public registry records — a trial appears with a sponsor and a posting date, never a prediction.",
          "feed": "clinical-trials",
          "page": {
            "has_more": true,
            "limit": 500,
            "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
            "returned": 500
          },
          "query": {
            "condition": "all",
            "intervention_type": "all",
            "phase": "all",
            "since": "all",
            "sponsor": "all",
            "state": "all",
            "status": "all"
          },
          "rows": [
            {
              "as_published_date": "2026-07-24",
              "completion_date": "2027-12-31",
              "conditions": [
                "Pediatric Malignant Solid Tumor",
                "Febrile Neutropenia (FN)"
              ],
              "enrollment": 18,
              "entity_id": null,
              "event_date": "2026-07-24",
              "event_key": "nct:NCT07724756",
              "first_posted_date": "2026-07-24",
              "intervention_types": [
                "DRUG"
              ],
              "interventions": [
                "Drug: candidate"
              ],
              "nct_id": "NCT07724756",
              "overall_status": "RECRUITING",
              "phase": "PHASE2",
              "primary_completion_date": "2027-06-30",
              "site_count": 1,
              "site_states": [
                "CA"
              ],
              "sponsor_class": "INDUSTRY",
              "sponsor_name": "Qilu Pharmaceutical Co., Ltd.",
              "start_date": "2026-06-26",
              "study_type": "INTERVENTIONAL"
            }
          ]
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/feeds/clinical-trials",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "condition": {
              "description": "Indication / condition fragment (matched against the trial's conditions).",
              "examples": [
                "oncology"
              ],
              "type": "string"
            },
            "cursor": {
              "description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
              "examples": [
                "eyJkIjoiMjAyNi0wNy0yNCIsImsiOiJOQ1QwNzcyNDc1NiJ9"
              ],
              "type": "string"
            },
            "intervention_type": {
              "description": "Intervention type(s), CSV: DRUG | DEVICE | BIOLOGICAL | PROCEDURE...",
              "examples": [
                "DRUG"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Rows per page (default 500, cap 1000).",
              "examples": [
                500
              ],
              "type": "integer"
            },
            "phase": {
              "description": "Trial phase(s), CSV: PHASE1 | PHASE2 | PHASE3 | PHASE4 | EARLY_PHASE1 | NA.",
              "examples": [
                "PHASE2,PHASE3"
              ],
              "type": "string"
            },
            "since": {
              "description": "Only trials first posted to the registry on or after this date (YYYY-MM-DD).",
              "examples": [
                "2026-06-01"
              ],
              "type": "string"
            },
            "sponsor": {
              "description": "Lead sponsor company name fragment.",
              "examples": [
                "Qilu"
              ],
              "type": "string"
            },
            "state": {
              "description": "Has a trial site in these US state code(s), CSV.",
              "examples": [
                "MA,CA"
              ],
              "type": "string"
            },
            "status": {
              "description": "Overall status, CSV: RECRUITING | NOT_YET_RECRUITING | COMPLETED | TERMINATED...",
              "examples": [
                "RECRUITING"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.govparse.io/v1/feeds/clinical-trials"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.govparse.io/v1/feeds/clinical-trials");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.govparse.io/v1/feeds/clinical-trials")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14562.json, and this resource appears in /discovery/resources and /discovery/search.