Automated recipe finder with an API - n8n API tutorial material
Video Introduction [](https://youtu.be/mMEX4Zsz4XY) Want to automate your inbox or need a custom ...
Template notes
Video Introduction [](https://youtu.be/mMEX4Zsz4XY)
Want to automate your inbox or need a custom workflow? [📞 Book a Call](https://smoothwork.ai/book-a-call/) | [💬 DM me on Linkedin](https://www.linkedin.com/in/mil%C3%A1n-v%C3%A1s%C3%A1rhelyi-3a9985123/)
---
Workflow Overview
This workflow creates a recipe finder web application that connects to the API Ninjas Recipe API using n8n's HTTP Request node. Users submit search queries through a public web form, which triggers an API call to fetch matching recipes. The results—including recipe title, ingredients, and cooking instructions—are displayed in a formatted completion page.
Why This Workflow Is Valuable
This template demonstrates API-to-API integration, a crucial skill for connecting services that don't have pre-built n8n nodes. By using direct API calls, you gain access to the full functionality of external services. This pattern can be adapted to integrate virtually any tool with an API into your n8n workflows.
Common Use Cases