# Reptile Species Records for South Africa

**Use case:** 

Collect occurrence records of reptile species in South Africa, including GPS coordinates, taxonomy, and observer information.

## Input

```json
{
  "mode": "occurrences",
  "query": "",
  "taxonName": "Reptilia",
  "country": "ZA",
  "maxResults": 500,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "key": {
    "label": "GBIF Key",
    "format": "integer"
  },
  "scientificName": {
    "label": "Scientific Name",
    "format": "string"
  },
  "kingdom": {
    "label": "Kingdom",
    "format": "string"
  },
  "family": {
    "label": "Family",
    "format": "string"
  },
  "species": {
    "label": "Species",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "decimalLatitude": {
    "label": "Latitude",
    "format": "number"
  },
  "decimalLongitude": {
    "label": "Longitude",
    "format": "number"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "basisOfRecord": {
    "label": "Basis of Record",
    "format": "string"
  },
  "recordedBy": {
    "label": "Recorded By",
    "format": "string"
  },
  "institutionCode": {
    "label": "Institution",
    "format": "string"
  },
  "datasetName": {
    "label": "Dataset Name",
    "format": "string"
  },
  "iucnRedListCategory": {
    "label": "IUCN Status",
    "format": "string"
  }
}
```

## About this Actor

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