HarvestPulse · Harvest Food HUB
by HarvestPulse
$0.08
per call · USD Coin on Base
Food hub finder — locate regional food hubs and farm aggregators connecting local farms to restaurants, schools, and consumers near any ZIP via USDA data. For local-food and farm-to-table agents.
Endpoint
GET https://harvestpulse.theaslangroupllc.com/api/harvest/food-hub1
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://harvestpulse.theaslangroupllc.com/api/harvest/food-hub", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://harvestpulse.theaslangroupllc.com/api/harvest/food-hub?lang=en+%7C+es+%7C+fr+%7C+de+%7C+pt+%7C+zh+%7C+ko+%28default%3A+en%29&radius=search+radius+in+miles+%28default%3A+75%29&zip=US+ZIP+code+to+search+near+%28optional+%E2%80%94+omit+for+a+general+regional+guide%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"hubs_found": [
{
"address": "Eugene, OR",
"description": "Aggregates and distributes produce from 40+ small farms to regional buyers.",
"how_to_work_with_them": "Contact via website to set up a standing wholesale or consumer order.",
"name": "Willamette Farm & Food Coalition",
"phone": "555-010-1234",
"website": "https://example.org",
"who_they_serve": "restaurants / institutions / consumers / all"
}
],
"if_no_hub_nearby": "Alternatives for sourcing locally when no hub is nearby — farmers markets, direct farm relationships.",
"location": "97201",
"pulse_suggestions": [],
"search_context": "Live search context on local food infrastructure in this area.",
"what_is_a_food_hub": "A food hub aggregates, distributes, and markets local/regional food, bridging small farms and larger buyers.",
"who_uses_food_hubs": {
"consumers": "Some hubs offer consumer-facing online markets for home delivery.",
"restaurants": "Source locally without managing dozens of individual farm relationships.",
"schools_hospitals": "Farm-to-school and healthcare sourcing, often USDA-funded."
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from HarvestPulse & similar services
HarvestPulse · Harvest Dirty Dozen
harvestpulse.theaslangroupllc.com
Dirty Dozen & Clean Fifteen guide — which produce to buy organic: the EWG pesticide priority list and a smart organic buying strategy. For foodie and consumer agents.
HarvestPulse · Harvest Food Preservation
harvestpulse.theaslangroupllc.com
Food preservation guide — how to preserve produce: step-by-step home canning, fermenting, dehydrating, freezing, and pickling for any crop, with USDA food-safety guidelines, yields, and shelf life. For homesteading and local-food agents.
HarvestPulse · Harvest Livestock Basics
harvestpulse.theaslangroupllc.com
Backyard livestock & homesteading guide — how to raise chickens, goats, rabbits, bees, ducks, pigs, or sheep for eggs, milk, meat, and honey: space, startup cost, breeds, and yield by climate. For homesteading agents.