# NCBI dbSNP Variants Data Export

**Use case:** 

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

## Input

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

## Output

```json
{
  "rsid": {
    "label": "🆔 rsID",
    "format": "text"
  },
  "chromosome": {
    "label": "🧬 Chromosome",
    "format": "text"
  },
  "alleles": {
    "label": "🔡 Alleles",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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