# US GBIF Occurrence Search

**Use case:** 

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

## Input

```json
{
  "maxItems": 10,
  "country": [
    "US"
  ],
  "hasCoordinate": false
}
```

## Output

```json
{
  "gbifID": {
    "label": "GBIF ID",
    "format": "text"
  },
  "scientificName": {
    "label": "Scientific Name",
    "format": "text"
  },
  "vernacularName": {
    "label": "Common Name",
    "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"
  },
  "species": {
    "label": "Species",
    "format": "text"
  },
  "taxonRank": {
    "label": "Rank",
    "format": "text"
  },
  "taxonomicStatus": {
    "label": "Status",
    "format": "text"
  },
  "basisOfRecord": {
    "label": "Basis",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "ISO",
    "format": "text"
  },
  "stateProvince": {
    "label": "State",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "decimalLatitude": {
    "label": "Lat",
    "format": "number"
  },
  "decimalLongitude": {
    "label": "Lon",
    "format": "number"
  },
  "elevation": {
    "label": "Elevation"
  },
  "depth": {
    "label": "Depth"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "date"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "month": {
    "label": "Month"
  },
  "day": {
    "label": "Day"
  },
  "recordedBy": {
    "label": "Recorder",
    "format": "text"
  },
  "identifiedBy": {
    "label": "Identified by"
  },
  "collectionCode": {
    "label": "Collection code"
  },
  "catalogNumber": {
    "label": "Catalog number"
  },
  "datasetKey": {
    "label": "Dataset",
    "format": "text"
  },
  "publishingOrgKey": {
    "label": "Publishing org key"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "iucnRedListCategory": {
    "label": "IUCN",
    "format": "text"
  },
  "issues": {
    "label": "Issues"
  },
  "occurrenceUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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