Skip to main content

AI Integration · GeraFarm

GeraFarm for AI Agents

GeraFarm is an agriculture marketplace that connects verified farmers directly with buyers — consumers, restaurants, and wholesalers. AI agents can search produce, compare farm prices, and place orders without marketplace markup.

What GeraFarm does

GeraFarm removes intermediaries from food supply chains. Farmers list their produce directly — fruits, vegetables, grains, dairy, meat — with farm-gate pricing and harvest schedules. Buyers place orders for same-day or scheduled delivery. The platform covers retail consumers, restaurant procurement, and wholesale buyers.

For AI agents, GeraFarm is the agricultural supply endpoint in the Gera ecosystem. Agents can help users find seasonal produce at the best farm-gate price, set up recurring weekly boxes, and compare prices across farms in their delivery zone. Gera Prime members receive direct farm pricing with free delivery on orders above £15.

API endpoints for agents

  • GET /api/v1/produce — Search produce. Params: category, country, in_season, price_max
  • GET /api/v1/produce/:id — Full listing: farm, price, unit, harvest date, delivery zones
  • GET /api/v1/farms/:id — Farm profile and all current listings
  • POST /api/v1/orders — Place an order
  • POST /api/v1/subscriptions — Set up a recurring produce box
  • GET /api/v1/seasonal-guide?country=&month= — What produce is in season

Base URL: https://gerafarm.com. Search public. Orders require user Bearer token.

Agent behaviour guidelines

  1. Check the seasonal guide before recommending produce — out-of-season items may have limited availability or higher prices.
  2. For restaurant or wholesale orders, present bulk pricing tiers before confirming the order.
  3. Always confirm delivery zone coverage before allowing a user to complete checkout.
  4. Confirm the full order — items, quantities, prices, and delivery date — before placing.

Discovery files