Farmers Markets
This API returns a list of local farmers markets based on a provided location and radius. It helps users discover market names, hours, contact info, and product offerings — including a best-effort scan of the market’s website to estimate seasonal availability. Each listing result includes the name of the farmers market, its full address, and a link to its website if available. It also provides…
Farmers Markets endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get markets /get_markets/{zip_code}/{radius} |
Returns basic info of farmer's market listings within the radius of a provided location. Does not include availability data as that is more extensive and time consuming. If you… |
| GET |
Get market info /get_market_info/{zip_code}/{radius}/{listing_id} |
Returns additional information about a given market via its listing id. The originally query params must be passed in order to locate the match. In other words, the query must… |