# CRISPR and gene editing trials

**Use case:** 

Studies matching CRISPR anywhere in the record - 149 of them when this page was built. A technique is neither a condition nor an intervention in the registry's vocabulary, so a free-text term is the only way to find it, and nothing else is added to the search that you did not ask for.

## Input

```json
{
  "condition": "diabetes",
  "intervention": "",
  "term": "CRISPR",
  "location": "",
  "sponsor": "",
  "statuses": [],
  "phases": [],
  "studyType": "",
  "maxStudies": 100,
  "maxRetries": 4
}
```

## Output

```json
{
  "nctId": {
    "label": "Nct Id",
    "format": "string"
  },
  "briefTitle": {
    "label": "Brief Title",
    "format": "string"
  },
  "overallStatus": {
    "label": "Overall Status",
    "format": "string"
  },
  "phases": {
    "label": "Phases",
    "format": "array"
  },
  "studyType": {
    "label": "Study Type",
    "format": "string"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "interventionNames": {
    "label": "Intervention Names",
    "format": "array"
  },
  "leadSponsor": {
    "label": "Lead Sponsor",
    "format": "string"
  },
  "enrollmentCount": {
    "label": "Enrollment Count",
    "format": "integer"
  },
  "startDate": {
    "label": "Start Date",
    "format": "string"
  },
  "startDatePrecision": {
    "label": "Start Date Precision",
    "format": "string"
  },
  "completionDate": {
    "label": "Completion Date",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "locationCount": {
    "label": "Location Count",
    "format": "integer"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "officialTitle": {
    "label": "Official Title",
    "format": "string"
  },
  "whyStopped": {
    "label": "Why Stopped",
    "format": "string"
  },
  "enrollmentType": {
    "label": "Enrollment Type",
    "format": "string"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "interventionTypes": {
    "label": "Intervention Types",
    "format": "array"
  },
  "leadSponsorClass": {
    "label": "Lead Sponsor Class",
    "format": "string"
  },
  "collaborators": {
    "label": "Collaborators",
    "format": "array"
  },
  "completionDatePrecision": {
    "label": "Completion Date Precision",
    "format": "string"
  },
  "firstPostedDate": {
    "label": "First Posted Date",
    "format": "string"
  },
  "lastUpdatePostedDate": {
    "label": "Last Update Posted Date",
    "format": "string"
  },
  "sex": {
    "label": "Sex",
    "format": "string"
  },
  "minimumAge": {
    "label": "Minimum Age",
    "format": "string"
  },
  "maximumAge": {
    "label": "Maximum Age",
    "format": "string"
  },
  "healthyVolunteers": {
    "label": "Healthy Volunteers",
    "format": "boolean"
  },
  "standardAges": {
    "label": "Standard Ages",
    "format": "array"
  },
  "firstLocationFacility": {
    "label": "First Location Facility",
    "format": "string"
  },
  "firstLocationCity": {
    "label": "First Location City",
    "format": "string"
  },
  "briefSummary": {
    "label": "Brief Summary",
    "format": "string"
  },
  "matchedQuery": {
    "label": "Matched Query",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Scraper & API - Trials by Condition & Phase](https://apify.com/neverempty/clinical-trials-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/clinical-trials-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/clinical-trials-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
