Save Data from Multiple Pages

Looping through a set of links and saving data from each page
1
Browser Control

Go

url
https://www.robor...
Go to the Roborabbit blog
2
Data Extraction

Save Attribute

all
true
attribute
href
element
h3 a
Save all href attributes from h3 a tags
3
Data Extraction

Save Structured Data

format
JSON
data
title h1 Text ---...
element
div[class="blog_a...
Get structured data from each page
Example Output
{
  "go": {
    "status": 200,
    "location": "https://www.roborabbit.com/blog/",
    "headers": {
      "age": "0",
      "cache-control": "public,max-age=0,must-revalidate",
      "cache-status": "\"Netlify Edge\"; fwd=miss",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "8c56ad26b95b2099-IAD",
      "content-encoding": "br",
      "content-type": "text/html; charset=UTF-8",
      "date": "Thu, 19 Sep 2024 04:01:46 GMT",
      "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
      "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=VYhmPHMvUmpzFlEmNYOLAxZXTAiYlZOJOa1mORXPpt7ACN8w6afI45GYMO4%2FyTj5ioLq5EXL4rFSiaXGLthImPwnqcuVIwacNCgXQVYQfjmlNLWez0xv%2B0sY7rEueMXtXw9Gbw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
      "server": "cloudflare",
      "strict-transport-security": "max-age=31536000",
      "vary": "Accept-Encoding",
      "x-nf-request-id": "01J8472X2ADM0BR5F74DV29ETK"
    }
  },
  "save_attribute": [
    "/blog/the-ultimate-guide-to-web-scraping-for-beginners-10-tips-for-efficient-data-extraction/",
    "/blog/our-guide-to-roborabbit-element-interaction/",
    "/blog/how-to-use-puppeteer-in-aws-lambda-for-web-scraping-via-serverless/",
    "/blog/how-to-test-search-bar-functionality-without-code/",
    "/blog/how-to-scrape-lists-of-urls-from-a-web-page-using-roborabbit/",
    "/blog/how-to-automatically-save-images-with-roborabbit/",
    "/blog/how-to-use-a-proxy-in-curl/",
    "/blog/how-to-debug-your-roborabbit-tasks-a-nocode-guide/",
    "/blog/how-to-make-a-discord-bot-to-send-price-change-alerts-automatically/"
  ],
  "save_structured_data": [
    {
      "link": "https://www.roborabbit.com/blog/the-ultimate-guide-to-web-scraping-for-beginners-10-tips-for-efficient-data-extraction/",
      "title": "The Ultimate Guide to Web Scraping for Beginners: 10 Tips for Efficient Data Extraction",
      "description": "In this article, we'll cover the basics of web scraping and share tips to help you improve your data extraction process. No matter if you're just starting or looking to improve your web scraping skills, you'll find practical tips to make your web scraping more efficient.",
      "author_date": "by Josephine Loo · September 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/our-guide-to-roborabbit-element-interaction/",
      "title": "Our Guide to Roborabbit Element Interaction",
      "description": "Roborabbit gives you the tools to automate a wide range of user interactions. By understanding how to effectively use these actions, you can create efficient, reusable automations that mimic human behavior and produce consistent, high-quality results.",
      "author_date": "by Julianne Youngberg · August 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-use-puppeteer-in-aws-lambda-for-web-scraping-via-serverless/",
      "title": "How to Use Puppeteer in AWS Lambda for Web Scraping via Serverless",
      "description": "In this article, we’ll explore how AWS Lambda’s serverless architecture can simplify the deployment of your Puppeteer tasks and walk you through the process of setting up Puppeteer in AWS Lambda using the Serverless framework.",
      "author_date": "by Josephine Loo · August 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-test-search-bar-functionality-without-code/",
      "title": "How to Test Search Bar Functionality Without Code",
      "description": "By leveraging the power of nocode automation tools like Roborabbit, website owners can efficiently validate functionality, identify issues, and continually optimize the search experience for visitors. Here are our tips for getting started.",
      "author_date": "by Julianne Youngberg · August 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-scrape-lists-of-urls-from-a-web-page-using-roborabbit/",
      "title": "How to Scrape Lists of URLs from a Web Page Using Roborabbit",
      "description": "Discover how to efficiently scrape URLs from websites for analyzing a site's linking structure, uncovering potential backlink opportunities, validating links, etc. using Roborabbit in this article.",
      "author_date": "by Josephine Loo · July 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-automatically-save-images-with-roborabbit/",
      "title": "How to Automatically Save Images with Roborabbit",
      "description": "Automatic image extraction can supercharge a variety of use cases. With Roborabbit's browser automation capabilities, you have several options to quickly and efficiently save the images you need.",
      "author_date": "by Julianne Youngberg · July 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-use-a-proxy-in-curl/",
      "title": "How to Use a Proxy in cURL",
      "description": "cURL, known for its simplicity and versatility, is a preferred tool for API testing, web automation, and web scraping. In this article, we’ll learn how to use cURL with a proxy, to facilitate tasks that require enhanced privacy and security, bypass geo-restrictions, or route requests.",
      "author_date": "by Josephine Loo · July 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-debug-your-roborabbit-tasks-a-nocode-guide/",
      "title": "How to Debug Your Roborabbit Tasks (A Nocode Guide)",
      "description": "Debugging automated browser tasks can be a challenge, and knowing where to start troubleshooting can be a lifesaver. This guide will show you where to start when a Roborabbit task goes wrong.",
      "author_date": "by Julianne Youngberg · July 2024"
    },
    {
      "link": "https://www.roborabbit.com/blog/how-to-make-a-discord-bot-to-send-price-change-alerts-automatically/",
      "title": "How to Make a Discord Bot to Send Price Change Alerts Automatically",
      "description": "In Discord communities, bots like Carl-bot, MEE6, Dyno, and Pancake are essential for improving server functionality and engaging users. Did you know you can also make your own Discord bot tailored to your specified needs? Let’s learn how in this article!",
      "author_date": "by Josephine Loo · July 2024"
    }
  ]
}
Custom Feed Output
[
  {
    "link": "https://www.roborabbit.com/blog/the-ultimate-guide-to-web-scraping-for-beginners-10-tips-for-efficient-data-extraction/",
    "author": "Josephine Loo",
    "date": "September 2024",
    "description": "In this article, we'll cover the basics of web scraping and share tips to help you improve your data extraction process. No matter if you're just starting or looking to improve your web scraping skills, you'll find practical tips to make your web scraping more efficient.",
    "title": "The Ultimate Guide to Web Scraping for Beginners: 10 Tips for Efficient Data Extraction"
  },
  {
    "link": "https://www.roborabbit.com/blog/our-guide-to-roborabbit-element-interaction/",
    "author": "Julianne Youngberg",
    "date": "August 2024",
    "description": "Roborabbit gives you the tools to automate a wide range of user interactions. By understanding how to effectively use these actions, you can create efficient, reusable automations that mimic human behavior and produce consistent, high-quality results.",
    "title": "Our Guide to Roborabbit Element Interaction"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-use-puppeteer-in-aws-lambda-for-web-scraping-via-serverless/",
    "author": "Josephine Loo",
    "date": "August 2024",
    "description": "In this article, we’ll explore how AWS Lambda’s serverless architecture can simplify the deployment of your Puppeteer tasks and walk you through the process of setting up Puppeteer in AWS Lambda using the Serverless framework.",
    "title": "How to Use Puppeteer in AWS Lambda for Web Scraping via Serverless"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-test-search-bar-functionality-without-code/",
    "author": "Julianne Youngberg",
    "date": "August 2024",
    "description": "By leveraging the power of nocode automation tools like Roborabbit, website owners can efficiently validate functionality, identify issues, and continually optimize the search experience for visitors. Here are our tips for getting started.",
    "title": "How to Test Search Bar Functionality Without Code"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-scrape-lists-of-urls-from-a-web-page-using-roborabbit/",
    "author": "Josephine Loo",
    "date": "July 2024",
    "description": "Discover how to efficiently scrape URLs from websites for analyzing a site's linking structure, uncovering potential backlink opportunities, validating links, etc. using Roborabbit in this article.",
    "title": "How to Scrape Lists of URLs from a Web Page Using Roborabbit"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-automatically-save-images-with-roborabbit/",
    "author": "Julianne Youngberg",
    "date": "July 2024",
    "description": "Automatic image extraction can supercharge a variety of use cases. With Roborabbit's browser automation capabilities, you have several options to quickly and efficiently save the images you need.",
    "title": "How to Automatically Save Images with Roborabbit"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-use-a-proxy-in-curl/",
    "author": "Josephine Loo",
    "date": "July 2024",
    "description": "cURL, known for its simplicity and versatility, is a preferred tool for API testing, web automation, and web scraping. In this article, we’ll learn how to use cURL with a proxy, to facilitate tasks that require enhanced privacy and security, bypass geo-restrictions, or route requests.",
    "title": "How to Use a Proxy in cURL"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-debug-your-roborabbit-tasks-a-nocode-guide/",
    "author": "Julianne Youngberg",
    "date": "July 2024",
    "description": "Debugging automated browser tasks can be a challenge, and knowing where to start troubleshooting can be a lifesaver. This guide will show you where to start when a Roborabbit task goes wrong.",
    "title": "How to Debug Your Roborabbit Tasks (A Nocode Guide)"
  },
  {
    "link": "https://www.roborabbit.com/blog/how-to-make-a-discord-bot-to-send-price-change-alerts-automatically/",
    "author": "Josephine Loo",
    "date": "July 2024",
    "description": "In Discord communities, bots like Carl-bot, MEE6, Dyno, and Pancake are essential for improving server functionality and engaging users. Did you know you can also make your own Discord bot tailored to your specified needs? Let’s learn how in this article!",
    "title": "How to Make a Discord Bot to Send Price Change Alerts Automatically"
  }
]

Integrate with Zapier or our REST API

Use This Task