HarvestPulse · Harvest Foraging Intel
by HarvestPulse
$0.1
per call · USD Coin on Base
Foraging guide — what wild edibles to forage now: edible wild plants, mushrooms, and berries by region and season, with safety-first ID guides and dangerous-lookalike warnings. Worldwide. For homesteading and forager agents.
Endpoint
GET https://harvestpulse.theaslangroupllc.com/api/harvest/foraging-intel1
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/foraging-intel", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://harvestpulse.theaslangroupllc.com/api/harvest/foraging-intel?lang=en+%7C+es+%7C+fr+%7C+de+%7C+pt+%7C+zh+%7C+ko+%28default%3A+en%29&season=spring+%7C+summer+%7C+fall+%7C+winter+%28default%3A+current+season%29&state=US+state+or+country+region+%28required%29+%E2%80%94+e.g.+Oregon+%7C+Vermont+%7C+Pacific+Northwest&type=plants+%7C+mushrooms+%7C+berries+%7C+all+%28default%3A+all%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"currently_available": [
{
"beginner_safety_rating": "beginner-safe",
"dangerous_lookalikes": [
"Jack-o-lantern (Omphalotus olearius) — true gills, grows in clusters, causes GI distress"
],
"identification_keys": [
"False gills (forked ridges, not true gills)",
"Egg-yolk yellow color",
"Fruity apricot scent",
"White interior flesh"
],
"name": "Chanterelle",
"peak_weeks": "September through November",
"scientific_name": "Cantharellus cibarius"
}
],
"region": "Pacific Northwest",
"safety_warning": "ALWAYS: never eat anything unless 100% certain of ID. When in doubt, throw it out.",
"season": "fall"
}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.