# NCBI ClinVar Variant Data Export

**Use case:** 

Data Export of NCBI ClinVar Variant. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchTerm": "BRCA1"
}
```

## Output

```json
{
  "accession": {
    "label": "accession",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "clinical_significance": {
    "label": "clinical_significance",
    "format": "text"
  },
  "gene": {
    "label": "gene",
    "format": "text"
  },
  "condition": {
    "label": "condition",
    "format": "text"
  },
  "review_status": {
    "label": "review_status",
    "format": "text"
  },
  "last_evaluated": {
    "label": "last_evaluated",
    "format": "text"
  },
  "variation_type": {
    "label": "variation_type",
    "format": "text"
  },
  "hgvs": {
    "label": "hgvs",
    "format": "text"
  },
  "submitters": {
    "label": "submitters",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NCBI ClinVar Variant Scraper](https://apify.com/parseforge/clinvar-esummary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/clinvar-esummary-scraper) to learn more, explore other use cases, and run it yourself.