ToolAssay

Which companies just opened a new clinical trial or site?

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
267 msmedian answer time
$25.00listed price per call
$25.00price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.govparse.io/v1/feeds/clinical-trials

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$25.00 267 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "phase": "PHASE2,PHASE3",
    "since": "2026-06-01",
    "state": "MA,CA"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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 \u2014 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"
}

This page as JSON