# Opentree Taxonomy sample

**Use case:** 

Run a ready-made Opentree Taxonomy example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: opentree-taxonomy-scraper

## Input

```json
{
  "names": [
    "wolf",
    "oak",
    "human"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "search_name": {
    "label": "Search Name",
    "format": "text"
  },
  "matched_name": {
    "label": "Matched Name",
    "format": "text"
  },
  "unique_name": {
    "label": "Unique Name",
    "format": "text"
  },
  "ott_id": {
    "label": "Ott Id",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "taxonomic_sources": {
    "label": "Taxonomic Sources",
    "format": "text"
  },
  "is_synonym": {
    "label": "Is Synonym",
    "format": "text"
  },
  "is_approximate_match": {
    "label": "Is Approximate Match",
    "format": "text"
  },
  "nomenclature_code": {
    "label": "Nomenclature Code",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Tree Taxonomy Scraper - Name Matching](https://apify.com/benthepythondev/opentree-taxonomy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/opentree-taxonomy-scraper) to learn more, explore other use cases, and run it yourself.