Build an interactive recipe finder using this simple n8n workflow. Accepts user input via an n8n form trigger and fetches real-time recipe results from the API Ninjas service.
Download this n8n workflow template and start using it instantly.
Users looking for interactive n8n templates for rapid application prototyping.
Developers who need a simple recipe search tool integrated into their internal systems.
Anyone interested in learning how to use an n8n trigger to manage front-end inputs and API lookups.
Technical writers needing an example of a secure HTTP request n8n node using header authentication.
This essential n8n workflow demonstrates how to build a responsive, user-facing application entirely within n8n. By leveraging the initial n8n trigger, users can input search parameters (like ingredients or dish names) directly into a hosted form. The n8n workflow then uses a secure HTTP Request n8n node to interact with the API Ninjas Recipe API, retrieving detailed instructions and ingredient lists based on the query. This specific n8n workflow serves as a perfect example of low-code application development, eliminating the need for separate front-end hosting while showcasing how powerful n8n templates can be for dynamic data retrieval tasks. It provides a quick and robust solution for fetching external data and presenting it back to the user instantly.
The process begins when a user loads and submits the initial form, activating the primary n8n trigger.
query field.query as a URL parameter to the API Ninjas Recipe endpoint (/v1/recipe). It uses pre-configured HTTP Header Authentication to authorize the request.To deploy this n8n workflow, follow these steps:
X-Api-Key containing your API key. Form Trigger - Recipe Finder (Form Trigger n8n trigger):
Function: Starts the n8n workflow upon form submission.
Key Configuration: Configured with a single input field named query. Sets the response mode to lastNode to ensure the final recipe output is displayed.
Fetch Recipe from API Ninjas (HTTP Request n8n node):
Function: Makes an authenticated external request to the recipe search API.
Key Configuration: URL set to https://api.api-ninjas.com/v1/recipe. The query parameter is dynamically mapped using an expression: ={{ $json.query }}. Uses httpHeaderAuth for secure API interaction.
Show Recipe Result (Form n8n node):
Function: Displays the final, formatted results back to the user who triggered the n8n workflow.
* Key Configuration: Operation is set to 'completion'. The completion title and message are dynamically populated using data returned from the previous n8n node, formatting ingredients and instructions using basic HTML tags.
Use this advanced n8n workflow to search YouTube for high-quality educational content, automatically calculate a weighted relevance score, and export the curated list to Google Sheets. Find the best video resources efficiently.

Automate your job search using this powerful n8n workflow. Upload your CV, find the best job match via Google Jobs, and generate a personalized cover letter using Gemini AI and SerpAPI.

Use this n8n workflow to automatically find a company’s official LinkedIn page via domain. Leverages the Airtop n8n node for deep web, LinkedIn, and Google searching. Highly effective n8n template for sales ops.

Deploy an advanced n8n workflow to monitor Reddit, use Ollama/Llama3 for relevance analysis and custom response generation, and automate highly targeted social media outreach using n8n templates.

Analyze TikTok viewer engagement. This powerful n8n workflow searches for relevant profiles, extracts video comments using Dumpling AI, and leverages the GPT-4 n8n node to identify and extract top viewer questions for content ideation.

Use this powerful n8n workflow to generate high-volume Google and YouTube keywords, fetch real-time search volume via DataForSEO, and manage all structured data efficiently in NocoDB. Find advanced n8n templates here.

We help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan







































