VOOZH about

URL: https://apify.com/jungle_synthesizer/ipni-international-plant-names-index-scraper

โ‡ฑ International Plant Names Index (IPNI) Scraper ยท Apify


๐Ÿ‘ International Plant Names Index (IPNI) Scraper avatar

International Plant Names Index (IPNI) Scraper

Pricing

Pay per event

Go to Apify Store

International Plant Names Index (IPNI) Scraper

Bulk-extract plant nomenclature records from IPNI (Kew/Harvard/ANBG) โ€” scientific name, authors, protologue publication, BHL scan links, and full author provenance โ€” via the public no-auth REST API.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Share

Bulk-extract plant nomenclature records from IPNI (the International Plant Names Index โ€” a collaboration between Kew Gardens, Harvard University Herbaria, and the Australian National Botanic Gardens). IPNI is the authoritative global registry of published vascular plant names, covering over 1.7 million nomenclatural acts with full author provenance, protologue citations, and Biodiversity Heritage Library (BHL) scan links.

What you get

Each record includes:

FieldDescription
ipni_idIPNI record ID (e.g. 296689-1)
fq_idFully-qualified LSID (e.g. urn:lsid:ipni.org:names:296689-1)
nameScientific name
authorsAuthor string (abbreviated)
author_teamFull author team with IPNI IDs and full name+dates (JSON)
rankNomenclatural rank (spec., var., f., etc.)
family / genus / species / infraspeciesTaxonomic decomposition
publicationProtologue publication abbreviation
publication_yearYear published
referenceFull literature citation
collationVolume/page reference
has_bhl_linksWhether BHL scans exist
bhl_page_linkBHL deep-link to the protologue page
tl2_author / tl2_numberTaxonomic Literature 2 provenance
suppressedWhether the name is suppressed
in_powoWhether accepted in Plants of the World Online
ipni_urlFull IPNI URL

Optional enrichment mode (enrich: true) fetches the per-record detail endpoint to add original_remarks and type_locations.

Input

{
"queries":["Quercus robur","Rosa canina"],
"recordType":"",
"enrich":false,
"maxItems":500
}
ParameterTypeDescription
queriesstring[]Required. One or more search terms. Each is paginated independently (50 results/page). Accepts genus names, species binomials, author abbreviations, or free text.
recordTypestringOptional filter: citation, name, author, or publication. Leave blank for all types.
enrichbooleanFetch the per-record /n/<id> detail endpoint for original_remarks, type_locations, and enriched BHL links. Slower but more complete. Default: false.
maxItemsintegerMaximum total records to return across all queries. Default: 15.

Use cases

  • Biodiversity informatics pipelines โ€” resolve plant name strings against the authoritative nomenclatural index and attach full author provenance.
  • Herbarium digitisation โ€” link specimen label names to IPNI records for authoritative citation and LSID anchoring.
  • AI training datasets โ€” build botanical-nomenclature corpora with publication year, author team, and BHL scan provenance for LLM training.
  • Flora and checklist projects โ€” bulk-retrieve name records for a genus or family with protologue citations and suppression flags.
  • Citation graph research โ€” extract the author-team + TL2 provenance layer that POWO/GBIF/USDA do not carry.

Notes

  • The IPNI API is public with no authentication required.
  • No proxy is used โ€” direct requests at polite concurrency (400 ms between pages).
  • Pagination is automatic: each query sweeps all available pages up to maxItems.
  • enrich: true adds a second HTTP request per record โ€” increase maxItems conservatively.
  • IPNI covers vascular plants and some bryophytes; it is distinct from POWO (accepted taxonomy + distribution) and GBIF (occurrence data).

You might also like

Plant Health Analyzer

saadithya/plant-health-analyzer

Plant Health Analyzer uses AI vision to analyze plant images and detect signs of stress, disease, or nutrient issues. It provides easy-to-understand health insights and care suggestions to help plants grow healthier. For informational purposes only.

NCSU Extension Gardener Plant Toolbox Scraper

jungle_synthesizer/ncsu-extension-gardener-plant-toolbox-scraper

Scrape the NC State Extension Gardener Plant Toolbox (~6,500 plants). Extracts 50+ structured fields per plant: scientific name, common names, USDA zones, light/soil/water needs, bloom traits, leaf/fruit data, landscape uses, wildlife attraction, poison severity, edibility, propagation, and images.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Kew POWO Plants of the World Online Scraper

jungle_synthesizer/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.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Almanac.com Plant Guides Scraper

jungle_synthesizer/almanac-com-plant-guides-scraper

Scrape plant growing guides from The Old Farmer's Almanac. Extracts structured planting, growing, harvesting, and pest data for 300+ vegetables, herbs, fruits, and flowers from almanac.com/plant/* pages.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Proven Winners Plant Catalog Scraper

jungle_synthesizer/provenwinners-com-nursery-plant-catalog-scraper

Scrapes the Proven Winners branded plant catalog (~2,600 varieties) โ€” cultivar names, genus/species, plant type, height/spread, hardiness zones, light/water requirements, bloom times, flower/foliage colors, container design roles (thriller/filler/spiller), patent numbers, and care notes.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Plantasjen Scraper โ€” Scandinavian Garden & Plant Products

studio-amba/plantasjen-scraper

Wildflower.org Native Plant Database Scraper

jungle_synthesizer/wildflower-org-native-plant-database-scraper

Scrapes the Lady Bird Johnson Wildflower Center NPIN โ€” the canonical US native-plant database with ~9,000 species. Returns scientific name, common names, USDA symbol, growing conditions, bloom data, wildlife value, pollinator and butterfly larval-host data, and commercial availability.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

Harvard Catalyst Profiles Scraper

futurizerush/harvard-catalyst-profiles-scraper

Extracts researcher contact details from the Harvard Catalyst Profiles directory.

Related articles

Data provenance: how to apply it to scraped data
Read more