Kew POWO Plants of the World Online Scraper avatar

Kew POWO Plants of the World Online Scraper

Pricing

Pay per event

Go to Apify Store
Kew POWO Plants of the World Online Scraper

Kew POWO Plants of the World Online Scraper

Scrape Kew POWO — the global authoritative plant taxonomy backbone (1.4M names, WCVP). Returns full classification, accepted/synonym status, native distribution, lifeform, synonyms, and child taxa. Search by name, family, or genus.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape the Royal Botanic Gardens Kew Plants of the World Online (POWO) database — the global authoritative taxonomic backbone for vascular plants. Search by name, family, or genus and retrieve full taxonomic records including classification, native distribution (TDWG region codes), synonyms, lifeform, and bibliographic citations for up to 1.4 million taxonomic names (WCVP).

What Is POWO?

Plants of the World Online is maintained by the Royal Botanic Gardens, Kew. It is the authoritative name-resolution backbone that GBIF, iNaturalist, and most botanical data pipelines reconcile against — covering approximately 400,000 accepted vascular plant species plus over 1 million synonyms, varieties, and infraspecific taxa.

What Data Is Returned?

Each record includes:

  • Identity: POWO fqId (LSID), IPNI identifier, scientific name, author citation, rank, taxonomic status
  • Classification: full lineage from kingdom to species (Plantae, Streptophyta, class, subclass, order, family, genus, species)
  • Distribution: native TDWG region codes (pipe-separated, e.g. GBR|IRE|FRA|...)
  • Names: synonyms (pipe-separated), basionym reference, accepted name for synonyms
  • Profile: lifeform (tree / shrub / herb), climate zone, year published, bibliographic citation, nomenclatural code and status
  • Taxonomy counts: number of accepted child taxa (subspecies / varieties / species within a genus)
  • Media: primary profile image URL, canonical POWO page URL

Input

FieldTypeDescription
querystringName query (e.g. Quercus, Rosaceae, Quercus robur). Leave empty to enumerate all taxa.
familyFilterstringRestrict to a specific plant family (e.g. Fagaceae).
rankFilterstringFilter by rank: SPECIES, SUBSPECIES, VARIETY, GENUS, FAMILY.
acceptedOnlybooleanReturn only taxonomically accepted names (default: false).
hydrateTaxabooleanFetch full taxon detail per result (default: true). Set false for lightweight search-only data.
maxItemsintegerMaximum number of records to return.

Example Use Cases

All accepted oak species:

{
"query": "Quercus",
"rankFilter": "SPECIES",
"acceptedOnly": true,
"maxItems": 500
}

Full Rosaceae family export:

{
"familyFilter": "Rosaceae",
"maxItems": 60000
}

Single species lookup:

{
"query": "Quercus robur",
"maxItems": 10
}

Notes

  • Polite use: this actor uses 800 ms inter-request delay as requested by Kew's conscientious-use notice.
  • With hydrateTaxa: true (default), each result triggers a second API call to the taxon endpoint for full classification, distribution, and synonym data.
  • Native distribution uses TDWG WGSRPD region codes (e.g. GBR, FRA, SPA_SP).
  • No API key required. The POWO API is fully public.

Data Source

  • API: https://powo.science.kew.org/api/2/
  • Underlying database: World Checklist of Vascular Plants (WCVP) and IPNI
  • Publisher: Royal Botanic Gardens, Kew