Missouri Botanical Garden PlantFinder Scraper avatar

Missouri Botanical Garden PlantFinder Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store
Missouri Botanical Garden PlantFinder Scraper

Missouri Botanical Garden PlantFinder Scraper

Under maintenance

Scrapes the Missouri Botanical Garden PlantFinder database — the authoritative US plant care reference. Extracts 7,500+ profiles: scientific name, common name, type, family, zone, bloom time, sun, water, maintenance, and full care text (Culture, Characteristics, Problems, Uses).

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

2 days ago

Last modified

Share

Scrapes the complete Missouri Botanical Garden PlantFinder database — the authoritative US plant care reference maintained by MoBot's horticulture team. Returns structured profiles for 7,500+ plants including scientific name, common name, hardiness zone, bloom data, care instructions, and image links.

Crawls alphabetically by plant name. Each run retrieves the full listing for one or more starting letters, then fetches every individual plant profile page.

What It Scrapes

Each record includes:

FieldDescription
taxon_idMoBot taxon identifier (numeric, unique)
scientific_nameBinomial scientific name (genus + species)
common_nameCommon English name(s)
typePlant type (Tree, Perennial, Annual, Vine, Deciduous shrub, etc.)
familyBotanical family
native_rangeGeographic native range
usda_hardiness_zoneUSDA Hardiness Zone range (e.g. "4 to 8")
heightTypical height range in feet
spreadTypical spread/width range in feet
bloom_timeBloom season (e.g. "April", "May to June")
bloom_descriptionBloom color and character
sunSun exposure (Full sun, Part shade, Full shade)
waterWater needs (Dry, Medium, Wet)
maintenanceMaintenance level (Low / Medium / High)
suggested_useSuggested landscape applications
flowerFlower characteristics (Showy, Fragrant, etc.)
leafLeaf characteristics
attractsWildlife attracted (Butterflies, Hummingbirds, Birds, etc.)
tolerateTolerances (Drought, Deer, Clay Soil, etc.)
cultureFull growing conditions and care instructions
noteworthy_characteristicsNotable botanical and landscape traits
problemsPest and disease notes
garden_usesLandscape and garden use recommendations
image_urlsList of plant photo URLs from the MoBot image archive
plantfinder_urlCanonical PlantFinder detail page URL

Input

{
"startLetter": "A",
"endLetter": "Z",
"maxItems": 100
}
ParameterTypeDescription
startLetterstringFirst letter of the alphabet range to scrape (A-Z). Default: A.
endLetterstringLast letter of the alphabet range to scrape (A-Z, inclusive). Default: Z.
maxItemsintegerMaximum number of plant records to return. Leave blank for all 7,500+. Default: 10.

Coverage

The database covers 7,500+ plant taxa across all 26 letters. Letters vary significantly in size — C has roughly 1,000 entries while Q has under 20. Use startLetter / endLetter to process a subset or resume a partial run.

A full A-Z run returns approximately 7,500 records. The actor crawls at a conservative rate (5 concurrent requests) to respect the institutional site's load.

Use Cases

  • Building a botanical reference dataset for plant identification or care apps
  • Populating plant databases for landscaping, nursery, or garden planning tools
  • Research into USDA hardiness zone distributions, native ranges, or bloom seasonality
  • Wildlife habitat analysis (pollinators, birds, deer resistance)
  • Content generation for horticulture publishers and extension services

Notes

  • MoBot's robots.txt specifies a crawl delay for some paths. The actor uses a 5-request concurrency limit to stay well within institutional norms.
  • Image URLs point to MoBot's image archive. Not all plants have images — image_urls will be an empty array for plants without photos.
  • A small number of plant pages may return a 500 error from the server; these are skipped and logged as warnings without interrupting the run.
  • Full A-Z runs may take several hours depending on concurrency and network conditions. Use maxItems to cap output during testing.

Need a Custom Build?

Additional fields, filtered exports by plant type or zone, or integration help — reach out through the actor support channel.