Audubon Native Plants for Birds by ZIP Code avatar

Audubon Native Plants for Birds by ZIP Code

Pricing

Pay per event

Go to Apify Store
Audubon Native Plants for Birds by ZIP Code

Audubon Native Plants for Birds by ZIP Code

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.

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

Extract native plants data from Audubon's "Plants for Birds" database by US ZIP code. For each ZIP, returns the native plants Audubon recommends to support local bird populations — including the bird families attracted, wildlife resources provided (caterpillar host, nectar, fruit, seeds), and plant characteristics.

This actor provides a unique zip → native plant → bird habitat value join that is not available elsewhere as a structured data feed.

Features

  • Accepts a list of ZIP codes or uses the full ~33,700 US ZCTA universe
  • Extracts all plants for each ZIP code, following pagination automatically
  • Returns bird family groups attracted by each plant and wildlife resources provided
  • Includes location context (city, state, total plant count) per ZIP
  • Respects maxItems to limit output size
  • Polite crawling: no proxy, no captcha, server-rendered HTML

Input

ParameterTypeDescriptionDefault
zipcodesarrayList of 5-digit US ZIP codes. Leave empty to process all ~33K ZCTAs["90210", "10001", "60601"]
maxItemsintegerMaximum number of plant records to return50

Example input:

{
"zipcodes": ["90210", "10001", "98101"],
"maxItems": 100
}

Output

One record per native plant per ZIP code:

FieldTypeDescription
zipcodestring5-digit US ZIP code queried
locationstringCity, state, ZIP (e.g. "Los Angeles, CA, 90210")
statestringUS state abbreviation
total_plants_for_zipintegerTotal native plants Audubon recommends for this ZIP
common_namestringCommon name of the plant
scientific_namestringScientific/Latin name
plant_typestringPlant type (e.g. SHRUBS, ANNUALS/PER., TREES)
bird_valuestringWildlife resources provided (Caterpillars, Nectar, Fruit, Seeds, Butterflies)
bird_species_supportedstringComma-separated bird family groups attracted
num_bird_speciesintegerCount of bird family groups attracted
audubon_plant_urlstringURL to the plant detail page on Audubon.org
sourcestring"Audubon Native Plants for Birds"

Example output record:

{
"zipcode": "90210",
"location": "Los Angeles, CA, 90210",
"state": "CA",
"total_plants_for_zip": 26,
"common_name": "Cobwebby Thistle",
"scientific_name": "Cirsium occidentale",
"plant_type": "ANNUALS/PER.",
"bird_value": "Butterflies, Caterpillars, Nectar, Seeds",
"bird_species_supported": "Waxwings, Orioles, Mockingbirds & Thrashers, Cardinals & Grosbeaks, Sparrows",
"num_bird_species": 5,
"audubon_plant_url": "https://www.audubon.org/native-plants/species/cobwebby-thistle",
"source": "Audubon Native Plants for Birds"
}

Use Cases

  • Habitat-gardening apps: power plant recommendations by location with bird attraction data
  • Conservation-landscaping nonprofits: bulk export of native plant recommendations by geography
  • Native-plant nurseries: enrich catalog/leads by ZIP with bird habitat value metadata
  • GIS / ecology analytics: zip-keyed native-plant × bird-ecology dataset for spatial analysis
  • AI garden assistants: training data combining plant taxonomy with bird habitat benefit by region

Notes

  • Source: Audubon Society Native Plants for Birds database
  • Data reflects Audubon's ecoregion-based recommendations for each ZIP code
  • Pagination is handled automatically; large ZIP batches can produce thousands of records
  • The bundled ZIP list uses Census 2023 ZCTA definitions (~33,700 ZIP codes)
  • Some ZIP codes return 0 plants (military, territories, unassigned); those are silently skipped