# Wolf Taxonomy Records

**Use case:** 

Look up wolf taxonomy records with accepted names, ranks, hierarchy, author information, and ITIS identifiers.

## Input

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

## Output

```json
{
  "tsn": {
    "label": "Tsn",
    "format": "text"
  },
  "common_name": {
    "label": "Common Name",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "taxonomy_url": {
    "label": "Taxonomy Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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