# Any GBIF Species

**Use case:** 

Extract GBIF Species data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "rank": "KINGDOM",
  "maxItems": 10
}
```

## Output

```json
{
  "scientificName": {
    "label": "🔹 scientificName",
    "format": "text"
  },
  "rank": {
    "label": "🔹 rank",
    "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"
  },
  "taxonomicStatus": {
    "label": "🔹 taxonomicStatus",
    "format": "text"
  },
  "numDescendants": {
    "label": "🔹 numDescendants",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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