Help users explore recipes and products based on price, preferences, and real-life context, all designed to drive engagement and checkout.
Relevant for:
Discovery & Personalisation adapts content to what matters most to each user.
Advanced filtering and sorting
Sort and filter recipes by price, dietary needs, and preferences.
Context-aware discovery
Discover recipes based on products users already have at home.
Behavior-based recommendations
Suggest content using purchase history and engagement data.
Powerful search capabilities
Search recipes using ingredients, name or metadata.
Product placement capabilities
Configure product placement to power partnerships or promote high-margin products using the self-serve Product Placement Tool.

Northfork API
Develop best-in-class shopping experiences tailored for your needs using the Northfork API.
Node
Copy Code
import { NorthforkClient } from "@northfork/sdk";
const client = new NorthforkClient({
apiKey: process.env.NORTHFORK_API_TOKEN,
});
// List recipes
const recipes = await client.discovery.recipes.list({
limit: 10,
offset: 0,
});
console.log(recipes);
No sharing of personal data
No personal data is shared with Northfork. Compliance straight out of the box.

Add individual SKUs
The Northfork API and widget support adding individual items to the cart in addition. Can be leveraged for product recommendations as part of your strategic agenda.








