# NCBI EUtils Gene Summary Data Export

**Use case:** 

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

## Input

```json
{
  "geneIds": [
    "672",
    "7157",
    "1956",
    "4609",
    "3845"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "uid": {
    "label": "🔹 uid",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "description": {
    "label": "🔹 description",
    "format": "text"
  },
  "chromosome": {
    "label": "🔹 chromosome",
    "format": "text"
  },
  "maplocation": {
    "label": "🔹 maplocation",
    "format": "text"
  },
  "aliases": {
    "label": "🔹 aliases",
    "format": "text"
  },
  "summary": {
    "label": "🔹 summary",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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