# GTEx Gene Expression Data Export

**Use case:** 

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

## Input

```json
{
  "geneSymbols": [
    "BRCA1",
    "TP53",
    "EGFR"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "geneSymbol": {
    "label": "🧬 Gene",
    "format": "text"
  },
  "gencodeId": {
    "label": "🆔 Gencode ID",
    "format": "text"
  },
  "tissueSiteDetailId": {
    "label": "🩻 Tissue",
    "format": "text"
  },
  "median": {
    "label": "📊 Median",
    "format": "number"
  },
  "unit": {
    "label": "📐 Unit",
    "format": "text"
  },
  "ontologyId": {
    "label": "🔖 Ontology",
    "format": "text"
  },
  "datasetId": {
    "label": "🗂 Dataset",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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