# Endangered Species Data for New York City

**Use case:** 

Collect data on endangered species in NYC with detailed taxonomy.

## Input

```json
{
  "maxSpecies": 20,
  "q": "Haliaeetus leucocephalus",
  "rank": "SPECIES",
  "status": "ACCEPTED",
  "datasetKey": "",
  "conservationStatus": true
}
```

## 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.