VOOZH about

URL: https://apify.com/jungle_synthesizer/wildflower-org-native-plant-database-scraper

โ‡ฑ Wildflower.org Native Plant Database Scraper ยท Apify


๐Ÿ‘ Wildflower.org Native Plant Database Scraper avatar

Wildflower.org Native Plant Database Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store

Wildflower.org Native Plant Database Scraper

Under maintenance

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.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes the Lady Bird Johnson Wildflower Center NPIN (Native Plant Information Network) โ€” 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.

What does it scrape?

  • Source: wildflower.org/plants โ€” the authoritative North American native plant reference maintained by the Lady Bird Johnson Wildflower Center at UT Austin
  • Coverage: ~9,000 native plant species (all plant families)
  • Data per plant: ~30 fields covering taxonomy, growing conditions, ecology, and horticultural use

Use Cases

  • Building native plant recommendation tools and apps
  • Ecological research and biodiversity analysis
  • Horticultural and landscaping databases
  • Pollinator habitat and butterfly larval host mapping
  • Retail nursery and seed catalog enrichment

Output Fields

FieldDescription
id_plantNPIN plant symbol (USDA-aligned primary key, e.g. HEAN3)
scientific_nameScientific name (genus + species)
common_namesCommon names (comma-separated)
familyPlant family (e.g. Asteraceae)
genusGenus
speciesSpecies epithet
synonymsTaxonomic synonyms (comma-separated)
usda_symbolUSDA PLANTS cross-walk symbol
usda_native_statusUSDA native status codes by region (comma-separated)
plant_typePlant habit/type (tree, shrub, forb-herb, grass, vine, cactus)
durationLife duration โ€” annual, biennial, perennial (comma-separated)
native_distributionUS states and Canadian provinces where native (comma-separated abbreviations)
native_habitatNatural habitat description
bloom_colorFlower bloom color(s) (comma-separated)
bloom_timeBloom months (comma-separated, e.g. Jun, Jul, Aug)
heightPlant height range
leaf_descriptionLeaf description
flower_descriptionFlower description
fruit_descriptionFruit/seed description
sun_exposureSun requirement (comma-separated โ€” sun, part shade, shade)
soil_moistureSoil moisture preference (comma-separated โ€” dry, moist, wet)
soil_descriptionSoil type and conditions description
cold_tolerantCold-tolerant flag (Yes/No)
heat_tolerantHeat-tolerant flag (Yes/No)
drought_tolerantDrought-tolerant flag (Yes/No)
water_useWater use category (low, medium, high)
maintenanceMaintenance level
use_ornamentalOrnamental use notes
use_wildlifeWildlife value notes (birds, mammals, insects supported)
use_pollinatorsPollinator value (comma-separated โ€” bees, butterflies, hummingbirds)
butterfly_larval_host_forLepidoptera species for which this plant is a larval host (comma-separated)
conspicuous_flowersConspicuous flowers flag (Yes/No)
deer_resistantDeer resistance rating
propagationPropagation instructions
seed_collectionSeed collection notes
commercially_availableCommercially available flag (Yes/No)
image_urlsImage URLs from the NPIN gallery (comma-separated)
wildflower_urlCanonical NPIN detail page URL

Input Parameters

ParameterTypeDescription
maxItemsintegerMaximum number of plant records to return. Set to 0 for all ~9,000 plants. Default: 10.
familiesarrayLimit scraping to specific plant families (e.g. ["Asteraceae", "Fabaceae"]). Leave empty to scrape all families.
proxyConfigurationobjectProxy settings. Residential proxy is required and auto-configured.

Example Output

{
"id_plant":"HEAN3",
"scientific_name":"Helianthus annuus",
"common_names":"common sunflower",
"family":"Asteraceae",
"genus":"Helianthus",
"species":"annuus",
"usda_symbol":"HEAN3",
"plant_type":"forb/herb",
"duration":"annual",
"bloom_color":"yellow",
"bloom_time":"Jun, Jul, Aug, Sep",
"native_distribution":"AZ, CA, CO, ID, KS, MN, MT, NE, NM, ND, OK, OR, SD, TX, UT, WA, WY",
"sun_exposure":"sun",
"soil_moisture":"dry, moist",
"drought_tolerant":"Yes",
"commercially_available":"Yes",
"use_pollinators":"bees, butterflies",
"wildflower_url":"https://www.wildflower.org/plants/result.php?id_plant=HEAN3"
}

Notes

  • The scraper discovers all plant families automatically from the NPIN search index, then collects plant IDs from each family listing, and finally fetches each plant's detail page.
  • Use the families input to limit coverage to specific botanical families (faster runs for targeted research).
  • maxItems: 0 returns all available plants โ€” expect a full run to take several hours for the complete ~9,000 plant dataset.
  • Residential proxy is required to access the site reliably.

You might also like

Prairie Moon Nursery Native Plant Catalog Scraper

jungle_synthesizer/prairiemoon-nursery-native-plant-catalog-scraper

Scrapes all ~1,016 native plant and wildflower seed products from Prairie Moon Nursery. Captures germination codes, stratification requirements, seeds/oz, pollinator value, USDA zones, sun/soil/bloom attributes, and tiered pricing (seed, plug, bare-root).

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Audubon Native Plants for Birds by ZIP Code

jungle_synthesizer/audubon-native-plants-for-birds-zipcode-scraper

Scrape Audubon's "Plants for Birds" database by US ZIP code โ€” returns native plants ranked for bird habitat value with bird species attracted, plant type, and wildlife resources provided. Unique zip โ†’ native-plant โ†’ bird-ecology join not available elsewhere as a structured data feed.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

USDA PLANTS Database Scraper

jungle_synthesizer/usda-plants-database-scraper

Extract the full USDA PLANTS database โ€” taxonomy, growth habits, native/wetland status, document URLs, and physical characteristics for 2,000+ plant species. Public-domain government data from plants.usda.gov.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

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

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

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

Missouri Botanical Garden PlantFinder Scraper

jungle_synthesizer/missouribotanicalgarden-plantfinder-scraper

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).

๐Ÿ‘ User avatar

BowTiedRaccoon

2