# GTEx eQTL Data Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 100,
  "gencodeId": "ENSG00000169174.10",
  "tissueSiteDetailId": "Whole_Blood"
}
```

## Output

```json
{
  "gene_symbol": {
    "label": "gene_symbol",
    "format": "text"
  },
  "snp_id": {
    "label": "snp_id",
    "format": "text"
  },
  "tissue": {
    "label": "tissue",
    "format": "text"
  },
  "pvalue": {
    "label": "pvalue",
    "format": "text"
  },
  "beta": {
    "label": "beta",
    "format": "text"
  },
  "chromosome": {
    "label": "chromosome",
    "format": "text"
  },
  "position": {
    "label": "position",
    "format": "text"
  },
  "ref": {
    "label": "ref",
    "format": "text"
  },
  "alt": {
    "label": "alt",
    "format": "text"
  },
  "study": {
    "label": "study",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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