# Worms Marine Species: search “wolf”

**Use case:** 

Run a ready-made Worms Marine Species example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: worms-marine-species-s

## Input

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

## Output

```json
{
  "aphia_id": {
    "label": "Aphia Id",
    "format": "text"
  },
  "scientific_name": {
    "label": "Scientific Name",
    "format": "text"
  },
  "authority": {
    "label": "Authority",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "valid_name": {
    "label": "Valid Name",
    "format": "text"
  },
  "kingdom": {
    "label": "Kingdom",
    "format": "text"
  },
  "phylum": {
    "label": "Phylum",
    "format": "text"
  },
  "class": {
    "label": "Class",
    "format": "text"
  },
  "order": {
    "label": "Order",
    "format": "text"
  },
  "family": {
    "label": "Family",
    "format": "text"
  },
  "genus": {
    "label": "Genus",
    "format": "text"
  },
  "is_marine": {
    "label": "Is Marine",
    "format": "text"
  },
  "is_freshwater": {
    "label": "Is Freshwater",
    "format": "text"
  },
  "is_extinct": {
    "label": "Is Extinct",
    "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 [WoRMS Marine Species Scraper - Taxonomy Data](https://apify.com/benthepythondev/worms-marine-species-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/worms-marine-species-scraper) to learn more, explore other use cases, and run it yourself.