Discover common and effective ways to combine Jsonify blocks to solve various automation tasks.
Open Websites
(configured with a list of URLs, or a numbered range, or imported CSV)Extract Data
(configured to extract desired information from each page)Open Websites
block feeds one URL at a time to the subsequent Extract Data
block. The Extract Data
block then processes that single page according to its schema. This repeats for every URL in the input list.[Open Websites (List of URLs)] ➙ [Extract Data]
Open Websites
(opens an initial overview or listing page)Find Links
(identifies links to detail pages, e.g., individual product links)Follow Links
(navigates to each found link, typically using “Follow each link”)Extract Data
(extracts detailed information from each detail page)[Open Websites] ➙ [Find Links] ➙ [Follow Links] ➙ [Extract Data]
Open Websites
(opens the first page of the list/feed)Paginate a list
(is used to handle “Next” buttons, numbered page buttons, or infinite scroll for a set number of iterations/pages. For infinite scroll, each scroll action that loads new content can be considered a “page” or viewport change.)Extract Data
(extracts data from the content visible on each “page” or after each pagination action)Open Websites
(configured with “Add a numbered range of URLs” to generate direct links for page 1, page 2, page 3, etc., if the URL structure supports this)Extract Data
(extracts data from each numbered page)[Open Websites (Initial Page)] ➙ [Paginate through Listings] ➙ [Extract Data (runs for each paginated segment)]
Open datasets
(provides a list of search terms, company names, etc.)Search on Google
(or other search block, using the variable in the query, e.g., Search for "{{company_name}} official website"
)Find Links
(identifies the most relevant link from the search results, e.g., Find the official website link
)Follow Links
(navigates to the found relevant link, typically “Follow the first link”)Extract Data
(extracts information from the target page)[Open datasets] ➙ [Search on Google] ➙ [Find Links] ➙ [Follow Links] ➙ [Extract Data]
Open Websites
(opens a starting page or a list of pages)Explore Content
(instructs the agent to find specific target pages, e.g., “Find all pages related to pricing policies” or “Locate the ‘About Us’ and ‘Contact’ pages”)Extract Data
(configured to extract specific information from the found pages, or to generate new content like a summary or FAQ based on the content of these targeted pages. The summarization/generation logic is defined within this Extract Data
block’s instructions.)Extract Data
block to summarize their content.Explore Content
is set up to do so), the subsequent Extract Data
block processes this information from the now current page(s), potentially using generative AI capabilities for summarization or Q&A generation.[Open Websites] ➙ [Explore Content (Finds Target Pages)] ➙ [Extract Data (Extracts/Summarizes from Found Pages)]