# Salmo salar GBIF Species Data

**Use case:** 

Get Salmo salar taxonomy and species records from GBIF: scientific name, rank, kingdom, status and dataset keys.

## Input

```json
{
  "maxSpecies": 50,
  "q": "Salmo salar",
  "rank": "",
  "status": ""
}
```

## Output

```json
{
  "key": {
    "label": "GBIF Key"
  },
  "scientificName": {
    "label": "Scientific Name"
  },
  "canonicalName": {
    "label": "Canonical Name"
  },
  "rank": {
    "label": "Rank"
  },
  "taxonomicStatus": {
    "label": "Status"
  },
  "kingdom": {
    "label": "Kingdom"
  },
  "family": {
    "label": "Family"
  },
  "genus": {
    "label": "Genus"
  },
  "numDescendants": {
    "label": "Descendants"
  },
  "datasetKey": {
    "label": "Dataset Key"
  }
}
```

## About this Actor

This example demonstrates how to use [GBIF Species & Taxonomy Scraper](https://apify.com/scrapers_lat/gbif-species-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/gbif-species-scraper) to learn more, explore other use cases, and run it yourself.