# Open Tree Of Life sample

**Use case:** 

Run a ready-made Open Tree Of Life example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: open-tree-of-life-scraper

## Input

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

## Output

```json
{
  "input_name": {
    "label": "Input Name",
    "format": "text"
  },
  "matched_name": {
    "label": "Matched Name",
    "format": "text"
  },
  "unique_name": {
    "label": "Unique Name",
    "format": "text"
  },
  "ott_id": {
    "label": "Ott Id",
    "format": "text"
  },
  "tax_sources": {
    "label": "Tax Sources",
    "format": "text"
  },
  "is_synonym": {
    "label": "Is Synonym",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "flags": {
    "label": "Flags",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Tree Of Life Scraper](https://apify.com/benthepythondev/open-tree-of-life-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/open-tree-of-life-scraper) to learn more, explore other use cases, and run it yourself.