# Homo sapiens (9606) Reactome Pathways

**Use case:** 

Extract Reactome Pathways data filtered by Homo sapiens (9606). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "species": "9606",
  "maxItems": 10
}
```

## Output

```json
{
  "displayName": {
    "label": "📌 Name",
    "format": "text"
  },
  "stId": {
    "label": "🆔 stId",
    "format": "text"
  },
  "speciesName": {
    "label": "🧬 Species",
    "format": "text"
  },
  "schemaClass": {
    "label": "🏷 Type",
    "format": "text"
  },
  "isInDisease": {
    "label": "🩺 In Disease",
    "format": "boolean"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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