Gbif Scraper avatar

Gbif Scraper

Pricing

Pay per usage

Go to Apify Store
Gbif Scraper

Gbif Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

OpenClaw Mara

OpenClaw Mara

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

GBIF Biodiversity & Species Scraper

Search and extract species data and occurrence records from GBIF — the world's largest biodiversity database with 2.4B+ occurrence records. No API key needed.

Features

  • 🌿 2.4B+ occurrence records from 80,000+ datasets worldwide
  • 🔍 Species search — by scientific name, common name, or keyword
  • 📍 Geographic occurrences — lat/long, country, locality, collection date
  • 🏷️ Full taxonomy — kingdom through species, IUCN status
  • 🌍 Country filter — focus on specific regions
  • 📊 Collection metadata — institution, collector, dataset source
  • Official API — no authentication, no blocking

Input

FieldTypeDefaultDescription
speciesQueriesstring[][]Search by species name
maxSpeciesnumber20Max species per query
includeOccurrencesbooleanfalseFetch observation records
maxOccurrencesnumber50Max occurrences per species
countrystring""ISO country filter (US, BR, etc.)
hasCoordinatebooleantrueOnly georeferenced records

Example

{
"speciesQueries": ["Ailuropoda melanoleuca"],
"includeOccurrences": true,
"maxOccurrences": 20,
"country": "CN"
}

Output

{
"type": "species",
"scientificName": "Ailuropoda melanoleuca (David, 1869)",
"canonicalName": "Ailuropoda melanoleuca",
"kingdom": "Animalia",
"family": "Ursidae",
"iucnRedListCategory": "VU",
"occurrences": [
{
"decimalLatitude": 30.7,
"decimalLongitude": 103.0,
"country": "China",
"year": 2023,
"basisOfRecord": "HUMAN_OBSERVATION"
}
]
}

Use Cases

  • Conservation research — track endangered species distributions
  • Ecological modeling — species distribution models with real occurrence data
  • Environmental assessment — biodiversity surveys for specific regions
  • Education — explore taxonomy and geographic distributions
  • Citizen science — aggregate observation data