开发者工具
GBIF Species & Taxonomy Scraper
Scrape GBIF species and taxonomy records by name with scientific and canonical name, rank, full classification (kingdom to genus), taxonomic status, dataset key and descendant counts. Export to JSON, CSV or Excel.
gbif-species-scraper.json 200 OK
{ "key": 147345877, "nubKey": 5219404, "scientificName": "Panthera leo", "canonicalName": "Panthera leo", "rank": "SPECIES", "origin": "SOURCE", "taxonID": "MIP3", "speciesKey": 147345877, "iucnRedListCategory": "VULNERABLE" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
KeyNub KeyScientific NameCanonical NameRankOriginTaxon IDSpecies KeyIucn Red List CategoryIucn Red List CodeTaxonomic StatusNomenclatural StatusSynonymGenus
示例输出
一条真实的示例记录,正是你收到的结构。
| Key | Nub Key | Scientific Name | Canonical Name |
|---|---|---|---|
| 147345877 | 5219404 | Panthera leo | Panthera leo |
| 104061133 | Panthera leo | Panthera leo | |
| 177672861 | 5219404 | Panthera leo | Panthera leo |
GET /gbif-species-scraper
{ "key": 147345877, "nubKey": 5219404, "scientificName": "Panthera leo", "canonicalName": "Panthera leo", "rank": "SPECIES", "origin": "SOURCE", "taxonID": "MIP3", "speciesKey": 147345877, "iucnRedListCategory": "VULNERABLE" }
示例用例
Panthera leo species & taxonomy from GBIF 在 Apify 打开 Quercus robur species & taxonomy from GBIF 在 Apify 打开 Apis mellifera species & taxonomy from GBIF 在 Apify 打开 Homo sapiens species & taxonomy from GBIF 在 Apify 打开 Canis lupus species & taxonomy from GBIF 在 Apify 打开 Rosa species & taxonomy from GBIF 在 Apify 打开
相关爬虫
常见问题
Does it return the full higher classification?
Yes. Each record includes kingdom, phylum, class, order, family, genus and species where known, each with its GBIF key so you can traverse the tree.
Can I get common names?
Yes. When available, vernacular names are included with their language codes.
How do I list every species in a genus?
Search for the genus name and set the rank filter to Species; increase Max Items to cover all members.
What is the difference between an accepted name and a synonym?
The taxonomic status field tells you. Set the status filter to Accepted to keep only currently accepted names, or Synonym to study alternative names.