https://github.com/vcolesdev/sdfarms-scraper
Scrapes data from the San Diego Farmers Bureau website and saves the farm data locally as JSON.
https://github.com/vcolesdev/sdfarms-scraper
json python scraper sdfb selenium
Last synced: 15 days ago
JSON representation
Scrapes data from the San Diego Farmers Bureau website and saves the farm data locally as JSON.
- Host: GitHub
- URL: https://github.com/vcolesdev/sdfarms-scraper
- Owner: vcolesdev
- License: mit
- Created: 2026-03-21T02:28:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-21T02:28:42.000Z (3 months ago)
- Last Synced: 2026-05-02T14:39:30.330Z (about 2 months ago)
- Topics: json, python, scraper, sdfb, selenium
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SD Farms Scraper
### `https://www.sdfarmbureau.org/farmers-market/`
## Description
## Usage
Run the following command from the project root directory:
```bash
$ python3 main.py
```
A file named `markets.json` will be created in the project root directory in the `/data` folder.
## License
MIT