# Wolf Catalogue of Life

**Use case:** 

Explore wolf with Catalogue of Life Scraper - Species Taxonomy. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "usage_id": {
    "label": "Usage Id",
    "format": "text"
  },
  "scientific_name": {
    "label": "Scientific Name",
    "format": "text"
  },
  "canonical_name": {
    "label": "Canonical Name",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "authorship": {
    "label": "Authorship",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "kingdom": {
    "label": "Kingdom",
    "format": "text"
  },
  "family": {
    "label": "Family",
    "format": "text"
  },
  "record_url": {
    "label": "Record Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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