# Gbif Occurrence Search sample export

**Use case:** 

Run a ready-made Gbif Occurrence Search example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: gbif-occurrence-sear

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "level1_name": {
    "label": "Level1 Name",
    "format": "text"
  },
  "level2_name": {
    "label": "Level2 Name",
    "format": "text"
  },
  "level3_name": {
    "label": "Level3 Name",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "number"
  },
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "day": {
    "label": "Day",
    "format": "text"
  },
  "key": {
    "label": "Key",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "class": {
    "label": "Class",
    "format": "text"
  },
  "genus": {
    "label": "Genus",
    "format": "text"
  },
  "month": {
    "label": "Month",
    "format": "text"
  },
  "order": {
    "label": "Order",
    "format": "text"
  },
  "family": {
    "label": "Family",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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