VOOZH about

URL: https://apify.com/jungle_synthesizer/audubon-native-plants-for-birds-zipcode-scraper

โ‡ฑ Audubon Native Plants for Birds by ZIP Code ยท Apify


๐Ÿ‘ 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

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

a month 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

You might also like

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

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

Calscape California Native Plants Scraper

jungle_synthesizer/calscape-california-native-plants-scraper

Scrape Calscape's full catalog of California native plants โ€” botanical name, water needs, wildlife-attractor flags, county distribution, nursery availability, and 30+ plant attributes. Built for CA nurseries, landscape architects, and ecological garden planners.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Oregon State Landscape Plants Database Scraper

jungle_synthesizer/landscapeplants-oregonstate-edu-scraper

Scrapes Oregon State University's landscape plants database (~3,500 woody plants). Outputs structured records: scientific name, common names, plant type, foliage, flowers, hardiness zones, soil preferences, and image URLs.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

eBird Bird Observations Scraper

parseforge/ebird-scraper

Scrape recent and notable bird observation data from the Cornell Lab eBird public API. Export species, location, count, and checklist data by region.