# OBIS Dolphin Occurrence Scraper

**Use case:** 

Extract common dolphin (Delphinus delphis) occurrence records from OBIS. Get coordinates, dates and dataset details from ocean biodiversity data.

## Input

```json
{
  "mode": "occurrence",
  "scientificName": "Delphinus delphis",
  "compact": false,
  "maxItems": 4
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "scientificName": {
    "label": "Scientific Name",
    "format": "text"
  },
  "scientificNameAuthorship": {
    "label": "Scientific Name Authorship",
    "format": "text"
  },
  "scientificNameWithAuthor": {
    "label": "Scientific Name With Author",
    "format": "text"
  },
  "scientificNameID": {
    "label": "Scientific Name I D",
    "format": "text"
  },
  "aphiaID": {
    "label": "Aphia I D",
    "format": "number"
  },
  "taxonRank": {
    "label": "Taxon Rank",
    "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"
  }
}
```

## About this Actor

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