Follow step-by-step examples to build real-world automations with Jsonify.
Now that you’re familiar with the core concepts, individual blocks, and design principles, it’s time to put it all together! This section provides practical, step-by-step tutorials for building common types of workflows.Each tutorial will guide you through:
Defining a clear goal.
Selecting and configuring the necessary Jsonify blocks.
Understanding the data flow and logic.
Achieving a specific, real-world automation task.
These examples are designed to solidify your understanding and inspire you to create your own custom solutions.
What you’ll learn: How to handle lists of items spread across multiple pages and structure the extracted review data (reviewer name, rating, text, date).
Goal: From a list of event attendees or speakers, find their corresponding LinkedIn profiles.
Key Blocks Used:Open Websites (for initial list, potentially with pagination), Extract Data (to get names), Search on Google (using names to find LinkedIn profiles), Find Links, Follow Links, Extract Data (from LinkedIn profiles).
What you’ll learn: A more complex workflow involving multiple data sources, dynamic searching, and handling variations in search results.
Goal: Analyze a list of landing pages (e.g., from Google search results for a specific query) for basic SEO and content elements.
Key Blocks Used:Timer (optional, for scheduling), Search on Google, Find Links, Follow Links, Extract Data (with generative analysis instructions).
What you’ll learn: How to schedule workflows, process search results, and instruct the AI to perform an analytical task (like basic SEO analysis) on webpage content.
Tutorial 6: Handling Diverse Website Structures with Multi-Level Workflows
Goal: Scrape product data from a list of websites where some use standard link navigation and others use JavaScript-based navigation, merging the results into a single list.
Key Blocks Used:Open datasets, Layout menu (Add new row, Link actions), Find Links, Follow Links, Open sub-pages, Extract Data.
What you’ll learn: How to build parallel execution rows, handle different automation scenarios within a single workflow, and link branches to merge data into a unified output.
(More tutorials will be added over time. If you have a specific use case you’d like to see covered, please let us know!)We encourage you to work through these tutorials to gain hands-on experience. Feel free to adapt them to your own projects.