# Ensembl Gene Lookup Latest Results

**Use case:** 

Latest Results of Ensembl Gene Lookup. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "symbols": [
    "BRCA1",
    "TP53",
    "EGFR",
    "MYC",
    "KRAS"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "display_name": {
    "label": "🔹 display_name",
    "format": "text"
  },
  "biotype": {
    "label": "🔹 biotype",
    "format": "text"
  },
  "chromosome": {
    "label": "🔹 chromosome",
    "format": "text"
  },
  "start": {
    "label": "🔹 start",
    "format": "text"
  },
  "end": {
    "label": "🔹 end",
    "format": "text"
  },
  "strand": {
    "label": "🔹 strand",
    "format": "text"
  },
  "transcriptCount": {
    "label": "🔹 transcriptCount",
    "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 [Ensembl Gene Lookup Scraper](https://apify.com/parseforge/ensembl-gene-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ensembl-gene-lookup-scraper) to learn more, explore other use cases, and run it yourself.