Learn best practices for planning and building effective and reliable Jsonify workflows.
Extract Data
before you Open Websites
or Follow Links
to a page.Explore Content
), it’s often clearer to break down complex tasks into a series of simpler blocks.Open Websites
.Interact with Page
.Find Links
(followed by Follow Links
).Extract Data
.Open datasets
.Open datasets
or processing lists, test with a small number of items first to speed up debugging.Open Websites
) rather than using a dedicated pagination block that simulates clicks on “Next” buttons. Processing each page URL as a new starting point can be beneficial because each new browser session initiated by the agent might use a unique IP address, making the activity appear less like a single bot rapidly clicking through pages from one IP.Extract Data
, Explore Content
, Find Links
, Interact with Page
) rely on your natural language instructions to guide the AI.
Extract Data
, giving examples in the description field significantly improves accuracy.Open datasets
is injected into subsequent blocks.Find Links
or Extract Data
) produce output that is implicitly used by the next block (like Follow Links
) or can be explicitly captured and used later.Open datasets
or “Follow each link” in Follow Links
, the subsequent blocks will run for each item/page, processing data in that specific context.