goustoSearch and browse 9,000+ Gousto recipes. Get full ingredients and step-by-step cooking instructions via official API.
Install via ClawdBot CLI:
clawdbot install dhruvkelawala/goustoSearch and browse 9,000+ Gousto recipes from the command line.
# First time: build the cache (~3 min)
./scripts/update-cache.sh
# Search recipes
./scripts/search.sh chicken
./scripts/search.sh "beef curry"
# Get full recipe with ingredients & steps
./scripts/recipe.sh honey-soy-chicken-with-noodles
| Script | Purpose |
|--------|---------|
| search.sh | Search recipes by title (uses local cache) |
| recipe.sh | Get full recipe details with ingredients and cooking steps |
| update-cache.sh | Rebuild local cache from Gousto API (~3 min) |
Official Gousto API (recipe listing):
https://production-api.gousto.co.uk/cmsreadbroker/v1/recipes?limit=50&offset=0
offset parameter (NOT skip ā that's broken!)Official Gousto API (single recipe):
https://production-api.gousto.co.uk/cmsreadbroker/v1/recipe/{slug}
data/recipes.json ā array of objects:
{
"title": "Chicken Tikka Masala",
"slug": "chicken-tikka-masala",
"rating": 4.8,
"rating_count": 12543,
"prep_time": 35,
"uid": "blt123..."
}
update-cache.sh after cloningGenerated Mar 1, 2026
Individuals looking for quick and reliable recipe ideas for daily meals. They use the skill to search for recipes based on ingredients or cuisines, then follow step-by-step instructions to cook at home, saving time on meal planning.
Meal kit companies can integrate this skill to offer recipe browsing and selection to customers. It allows users to preview recipes before subscribing, enhancing the user experience and potentially increasing conversion rates for the service.
Online cooking schools or educational apps can use the skill to provide students with access to a vast recipe database. Students can search for recipes to practice cooking techniques, with detailed instructions aiding in learning and skill development.
Apps focused on diet tracking or healthy eating can integrate this skill to suggest recipes based on nutritional goals. Users can find recipes with specific prep times or ingredients, supporting personalized meal plans and wellness programs.
Offer basic recipe search and metadata for free, with premium features like advanced filtering, nutritional analysis, or ad-free experience for a subscription fee. This model attracts a broad user base while monetizing power users.
Integrate affiliate links for kitchen tools, ingredients, or grocery delivery services within recipe details. Earn commissions on purchases made through these links, leveraging the skill's user engagement to drive sales for partners.
License the skill's API and cache system to food-related businesses, such as restaurants or media companies, for internal use or customer-facing applications. Provide custom integrations and support for a recurring licensing fee.
š¬ Integration Tip
Ensure the cache is regularly updated to maintain recipe accuracy, and consider adding offline functionality for improved user experience in low-connectivity scenarios.
Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
Order food, groceries, and book restaurants in India via Swiggy's MCP servers. Food delivery, Instamart groceries, and Dineout restaurant bookings with safety-first confirmation workflow.
Manage recipes and grocery lists from your Plan2Meal React Native app. Add recipes from URLs, search, view, and manage your grocery lists.
Turn recipes into a Todoist Shopping list. Extract ingredients from recipe photos (Gemini Flash vision) or recipe web pages (search + fetch), then compare against the existing Shopping project with conservative synonym/overlap rules, skip pantry staples (salt/pepper), and sum quantities when units match. Also saves each cooked recipe into the workspace cookbook (recipes/).
Help users cook better ā recipe adaptation, substitutions, troubleshooting, and skill building.