# NCBI Gene Database Data Export

**Use case:** 

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

## Input

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

## Output

```json
{
  "gene_id": {
    "label": "🔹 gene_id",
    "format": "text"
  },
  "symbol": {
    "label": "🔹 symbol",
    "format": "text"
  },
  "description": {
    "label": "🔹 description",
    "format": "text"
  },
  "organism": {
    "label": "🔹 organism",
    "format": "text"
  },
  "chromosome": {
    "label": "🔹 chromosome",
    "format": "text"
  },
  "maptype": {
    "label": "🔹 maptype",
    "format": "text"
  },
  "summary": {
    "label": "🔹 summary",
    "format": "text"
  },
  "aliases": {
    "label": "🔹 aliases",
    "format": "text"
  },
  "synonyms": {
    "label": "🔹 synonyms",
    "format": "text"
  },
  "ncbi_url": {
    "label": "🔹 ncbi_url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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