🎬 Recipe recommendation engine with Bright Data MCP & OpenAI 4o mini

⚑ 581 views · 🎬 Content Creation & Video

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

Recipe Recommendation Engine with Bright Data MCP OpenAI.png

Notice

Community nodes can only be installed on self-hosted instances of n8n.

Who this is for

Recipe Recommendation Engine with Bright Data MCP & OpenAI is a powerful automated workflow combines Bright Data’s MCP for scraping trending or regional recipe data with OpenAI 4o mini to generate personalized recipe recommendations.

This automated workflow is designed for:

Food Bloggers & Culinary Creators : Who want to automate the extraction and curation of recipes from across the web to generate content, compile cookbooks, or publish newsletters.

Nutritionists & Health Coaches : Who need structured recipe data to analyze ingredients, calories, and nutrition for personalized meal planning or dietary tracking.

AI/ML Engineers & Data Scientists : Building models that classify cuisines, predict recipes from ingredients, or generate dynamic meal suggestions using clean, structured datasets.

Grocery & Meal Kit Platforms : Who aim to extract recipes to power recommendation engines, ingredient lists, or personalized meal plans.

Recipe Aggregator Startups : Looking to scale recipe data collection, filtering, and standardization across diverse cooking websites with minimal human intervention.

Developers Integrating Cooking Features : Into apps or digital assistants that offer recipe recommendations, step-by-step cooking instructions, or nutritional insights.

What problem is this workflow solving?

This workflow solves:

What this workflow does

1. Set Recipe Extract URL

2. Paginated Data Extract

3. Loop Over Items

4. Bright Data MCP Client (Per Recipe)

5. Structured Recipe Data Extract (via OpenAI GPT-4o mini)

6. Webhook Notification

7. Save Response to Disk

Pre-conditions

  1. You need to have a Bright Data account and do the necessary setup as mentioned in the β€œSetup” section below.
  2. You need to have an OpenAI Account.

Setup

How to customize this workflow to your needs

You can tailor the Recipe Recommendation Engine workflow to better fit your specific use case by modifying the following key components:

1. Input Fields Node

2. LLM Configuration

3. Webhook Notification

4. Storage Destination

Change the Save to Disk node to store the structured recipe data in:

πŸ”— Nodes Used

Function, HTTP Request, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Read/Write Files from Disk

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup