# Gwas Catalog Studies sample export

**Use case:** 

Run a ready-made Gwas Catalog Studies example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: gwas-catalog-studies-s

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "accession_id": {
    "label": "Accession Id",
    "format": "text"
  },
  "initial_sample_size": {
    "label": "Initial Sample Size",
    "format": "text"
  },
  "replication_sample_size": {
    "label": "Replication Sample Size",
    "format": "text"
  },
  "snp_count": {
    "label": "Snp Count",
    "format": "number"
  },
  "imputed": {
    "label": "Imputed",
    "format": "text"
  },
  "disease_trait": {
    "label": "Disease Trait",
    "format": "text"
  },
  "platforms": {
    "label": "Platforms",
    "format": "text"
  },
  "ancestries": {
    "label": "Ancestries",
    "format": "text"
  },
  "publication": {
    "label": "Publication",
    "format": "text"
  },
  "study_link": {
    "label": "Study Link",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GWAS Catalog Studies Scraper - Genetics Metadata](https://apify.com/benthepythondev/gwas-catalog-studies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/gwas-catalog-studies-scraper) to learn more, explore other use cases, and run it yourself.