GBIF Taxonomy Intelligence
Pricing
Pay per usage
GBIF Taxonomy Intelligence
Resolve species names to accepted GBIF taxonomy — taxon keys, classification hierarchy, occurrence data. Biodiversity research, ecology, conservation.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Wakefield
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
Share

GBIF Taxonomy & Occurrence Normalizer
Turn the Global Biodiversity Information Facility (GBIF) into clean, analysis-ready biodiversity data. This Actor resolves a searched name to GBIF's accepted taxonomy, fetches occurrence records worldwide, flattens useful Darwin Core fields, preserves raw names for auditability, and removes duplicate records.
Why this is useful
- Biodiversity and conservation teams: build species distribution datasets.
- Environmental consultants: prepare evidence for surveys and impact assessments.
- Researchers and data teams: obtain reproducible, normalized occurrence data without writing API pagination code.
- AI and analytics pipelines: consume stable JSON through Apify's dataset and output URLs.
Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
scientificName | string | no | Species or taxon, e.g. Panthera leo. |
maxResults | integer | no | 1-300 unique records; default 20. |
country | string | no | Optional ISO country code, e.g. KE. |
basisOfRecord | string | no | Optional GBIF record type filter. |
Example input
{"scientificName":"Panthera leo","country":"KE","maxResults":10,"basisOfRecord":"HUMAN_OBSERVATION"}
Example output
Each dataset item includes gbifKey, cleaned location/date/observer fields, a taxon object with accepted taxonomy and scientificNameRaw, and a reproducible sourceUrl. A readable table is also saved to the OUTPUT key-value record; machine-readable STATS and the complete RESULTS array are saved alongside it.
{"gbifKey":6129864876,"countryCode":"KE","eventDate":"2024-01-01","taxon":{"scientificName":"Panthera leo","taxonKey":5219404,"family":"Felidae"}}
Data source and attribution
Data is retrieved live from the GBIF API, the Global Biodiversity Information Facility. GBIF data is provided under the licences and attribution requirements attached to each contributing dataset; review source metadata before redistribution.