/usda-csa-scraper

Scrapes the USDA Community Supported Agriculture database.

Primary LanguagePython

USDA Market Scraper

This tool scrapes the USDA Community Supported Agriculture database of farmer's markets and on-farm markets. The results are merged into either CSV or JSON.

Pre-scraped copies of the data are available here.

Requirements

jq, yarn, python3, curl, make

Run

  • source bin/activate : Activate python3 virtual environment.
  • yarn install : Install dependencies.
  • make all: Scrape, process, and merge.
  • Results are stored in out/merged/merged.csv and/or out/merged/merged.json