# NCBI dbSNP Variant Full Export

**Use case:** 

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

## Input

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

## Output

```json
{
  "snp_id": {
    "label": "snp_id",
    "format": "text"
  },
  "snp_class": {
    "label": "snp_class",
    "format": "text"
  },
  "chr": {
    "label": "chr",
    "format": "text"
  },
  "position": {
    "label": "position",
    "format": "text"
  },
  "alleles": {
    "label": "alleles",
    "format": "text"
  },
  "gene": {
    "label": "gene",
    "format": "text"
  },
  "function": {
    "label": "function",
    "format": "text"
  },
  "maf": {
    "label": "maf",
    "format": "text"
  },
  "validated": {
    "label": "validated",
    "format": "text"
  },
  "organism": {
    "label": "organism",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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