# GBIF Species & Occurrence — Full Export

**Use case:** 

Scrape the full gbif species & occurrence dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract gbif species & occurrence for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "species",
  "query": "Acer saccharum",
  "hasCoordinate": false,
  "enrich": true,
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "gbif_key": {
    "label": "Gbif Key",
    "format": "number"
  },
  "scientific_name": {
    "label": "Scientific Name",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "string"
  },
  "taxonomic_status": {
    "label": "Taxonomic Status",
    "format": "string"
  },
  "kingdom": {
    "label": "Kingdom",
    "format": "string"
  },
  "family": {
    "label": "Family",
    "format": "string"
  },
  "gbif_url": {
    "label": "Gbif Url",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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