# Find (keyword search) KEGG Pathways

**Use case:** 

Extract KEGG Pathways data filtered by Find (keyword search). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "find",
  "database": "pathway",
  "organism": "hsa"
}
```

## Output

```json
{
  "entryId": {
    "label": "Entry ID",
    "format": "text"
  },
  "database": {
    "label": "Database",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "organism": {
    "label": "Organism",
    "format": "text"
  },
  "definition": {
    "label": "Definition",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "object"
  },
  "modules": {
    "label": "Modules",
    "format": "object"
  },
  "diseases": {
    "label": "Diseases",
    "format": "object"
  },
  "drugs": {
    "label": "Drugs",
    "format": "object"
  },
  "pathways": {
    "label": "Pathways",
    "format": "object"
  },
  "genes": {
    "label": "Genes",
    "format": "object"
  },
  "compounds": {
    "label": "Compounds",
    "format": "object"
  },
  "reactions": {
    "label": "Reactions",
    "format": "object"
  },
  "enzymes": {
    "label": "Enzymes",
    "format": "object"
  },
  "references": {
    "label": "References",
    "format": "object"
  },
  "rawEntry": {
    "label": "Raw Entry",
    "format": "text"
  },
  "url": {
    "label": "KEGG URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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