# Occurrence Search GBIF Biodiversity Data

**Use case:** 

Extract GBIF Biodiversity Data data filtered by Occurrence Search. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "occurrences",
  "scientificName": "Panthera leo",
  "hasCoordinate": true,
  "basisOfRecord": ""
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "gbifKey": {
    "label": "Gbif key"
  },
  "scientificName": {
    "label": "Scientific Name",
    "format": "text"
  },
  "canonicalName": {
    "label": "Canonical name"
  },
  "vernacularName": {
    "label": "Common Name",
    "format": "text"
  },
  "authorship": {
    "label": "Authorship"
  },
  "rank": {
    "label": "Rank"
  },
  "status": {
    "label": "Status"
  },
  "synonym": {
    "label": "Synonym"
  },
  "kingdom": {
    "label": "Kingdom",
    "format": "text"
  },
  "phylum": {
    "label": "Phylum"
  },
  "class": {
    "label": "Class"
  },
  "order": {
    "label": "Order"
  },
  "family": {
    "label": "Family",
    "format": "text"
  },
  "genus": {
    "label": "Genus",
    "format": "text"
  },
  "species": {
    "label": "Species",
    "format": "text"
  },
  "taxonomicStatus": {
    "label": "Taxonomic status"
  },
  "numDescendants": {
    "label": "Num descendants"
  },
  "numOccurrences": {
    "label": "Num occurrences"
  },
  "occurrenceId": {
    "label": "Occurrence id"
  },
  "basisOfRecord": {
    "label": "Basis",
    "format": "text"
  },
  "eventDate": {
    "label": "Date",
    "format": "text"
  },
  "year": {
    "label": "Year"
  },
  "month": {
    "label": "Month"
  },
  "day": {
    "label": "Day"
  },
  "decimalLatitude": {
    "label": "Lat",
    "format": "number"
  },
  "decimalLongitude": {
    "label": "Lon",
    "format": "number"
  },
  "coordinateUncertaintyInMeters": {
    "label": "Coordinate uncertainty in meters"
  },
  "elevation": {
    "label": "Elevation"
  },
  "depth": {
    "label": "Depth"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country code"
  },
  "stateProvince": {
    "label": "State province"
  },
  "locality": {
    "label": "Locality"
  },
  "continent": {
    "label": "Continent"
  },
  "datasetKey": {
    "label": "Dataset key"
  },
  "datasetName": {
    "label": "Dataset",
    "format": "text"
  },
  "publishingOrg": {
    "label": "Publishing org"
  },
  "institutionCode": {
    "label": "Institution code"
  },
  "collectionCode": {
    "label": "Collection code"
  },
  "catalogNumber": {
    "label": "Catalog number"
  },
  "recordedBy": {
    "label": "Collector",
    "format": "text"
  },
  "identifiedBy": {
    "label": "Identified by"
  },
  "lifeStage": {
    "label": "Life stage"
  },
  "sex": {
    "label": "Sex"
  },
  "preparations": {
    "label": "Preparations"
  },
  "references": {
    "label": "References",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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