Save Data from Multiple Pages

Looping through a set of links and saving data from each page
Save Data from Multiple Pages
1
Browser Control

Go

url
https://www.brows...
waitUntil
networkidle
2
Data Extraction

Save Attribute

all
true
attribute
href
helper
h3 a
3
Data Extraction

Save Structured Data

format
JSON
data
title */h1 Text -...
helper
div[class*="blog_...
Example Output
{
  "go": {
    "status": 200,
    "headers": {
      "status": "200",
      "date": "Tue, 20 Jun 2023 02:48:05 GMT",
      "content-type": "text/html; charset=UTF-8",
      "age": "945",
      "cache-control": "public, max-age=0, must-revalidate",
      "strict-transport-security": "max-age=31536000",
      "vary": "Accept-Encoding",
      "x-nf-request-id": "01H3BB7H06MKCGHRYZYNFXJZNQ",
      "cf-cache-status": "DYNAMIC",
      "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=MN274y%2FGIyMaXrQdIC2l0jRG4EtqGGkEJ%2Bdu2yknGyfsGVV8A8gjCdKmogu4yOQVGkuimEc20ZricGWCtyWs%2Fo9GL0PZqeD6teE03FJZlOxAAfCb5PMfeROgUNHT4zTomyDgiHU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
      "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
      "server": "cloudflare",
      "cf-ray": "7da0b0d96ddb2417-IAD",
      "content-encoding": "br"
    }
  },
  "save_attribute": [
    "/blog/how-to-auto-fill-forms-with-data-from-a-csv-file-in-python-using-browserbear/",
    "/blog/xpath-cheat-sheet-a-quick-reference-to-essential-xpath-expressions/",
    "/blog/solving-captchas-automatically-with-browserbear/",
    "/blog/how-to-use-curl-in-python-with-examples/",
    "/blog/a-brief-guide-to-line-items-arrays-and-strings-in-zapier/",
    "/blog/playwright-vs-cypress/",
    "/blog/how-to-build-a-personal-job-listings-aggregator/",
    "/blog/everything-you-need-to-know-about-the-xpath-contains-function/",
    "/blog/how-to-scrape-lists-with-browserbear/"
  ],
  "save_structured_data": [
    {
      "link": "https://www.browserbear.com/blog/how-to-auto-fill-forms-with-data-from-a-csv-file-in-python-using-browserbear/",
      "title": "How to Auto-Fill Forms with Data from a CSV File in Python Using Browserbear",
      "author_date": "by Josephine Loo · June 2023",
      "description": "Filling in numerous web forms manually lacks efficiency, accuracy, and consistency. Let’s learn how to fix this by doing it automatically, using data from a CSV file with Python and Browserbear.",
      "image": "/images/ghost/2023-06-14-how-to-auto-fill-forms-with-data-from-a-csv-file-in-python-using-browserbear/BrBT_FillinForms-02-01.png"
    },
    {
      "link": "https://www.browserbear.com/blog/xpath-cheat-sheet-a-quick-reference-to-essential-xpath-expressions/",
      "title": "XPath Cheat Sheet: A Quick Reference to Essential XPath Expressions",
      "author_date": "by Josephine Loo · June 2023",
      "description": "While XPath expressions are incredibly useful to locate an HTML element, it can be challenging to accurately navigate through complex and nested HTML/XML structures. If you’re struggling with writing XPath expressions, use this cheat sheet to prepare them effortlessly.",
      "image": "/images/ghost/2023-06-07-xpath-cheat-sheet-a-quick-reference-to-essential-xpath-expressions/BrBT_xpathcheat-01.png"
    },
    {
      "link": "https://www.browserbear.com/blog/solving-captchas-automatically-with-browserbear/",
      "title": "Solving CAPTCHAs Automatically with Browserbear: A Beginner's Guide",
      "author_date": "by Julianne Youngberg · June 2023",
      "description": "CAPTCHA-solving tools allow browser automations to access bot-protected sites. In this article, learn how to integrate them with your Browserbear tasks.",
      "image": "/images/ghost/2023-06-06-solving-captchas-automatically-with-browserbear/12.2-Thumbnail.png"
    },
    {
      "link": "https://www.browserbear.com/blog/how-to-use-curl-in-python-with-examples/",
      "title": "How to Use cURL in Python (with Examples)",
      "author_date": "by Josephine Loo · May 2023",
      "description": "Using cURL in Python provides developers with a powerful combination of versatility and functionality for data transfer tasks. By leveraging the PycURL library, you can seamlessly incorporate cURL into your existing Python projects.",
      "image": "/images/ghost/2023-05-31-how-to-use-curl-in-python-with-examples/BBT_cURL-01.png"
    },
    {
      "link": "https://www.browserbear.com/blog/a-brief-guide-to-line-items-arrays-and-strings-in-zapier/",
      "title": "A Brief Guide to Line Items, Arrays, and Strings in Zapier",
      "author_date": "by Julianne Youngberg · May 2023",
      "description": "Knowing how to manipulate line items, trays, and strings in Zapier helps you organize and process data for better workflows. Learn how in this guide.",
      "image": "/images/ghost/2023-05-30-a-brief-guide-to-line-items-arrays-and-strings-in-zapier/12.1-Thumbnail.png"
    },
    {
      "link": "https://www.browserbear.com/blog/playwright-vs-cypress/",
      "title": "Playwright vs. Cypress: Selecting the Ideal Automated Testing Tool for Your Web Project",
      "author_date": "by Josephine Loo · May 2023",
      "description": "Not sure which automated testing tool you should use for your web application? Consider these two that are used by tens of thousands of developers around the world.",
      "image": "/images/ghost/2023-05-24-playwright-vs-cypress/BrBT_playwrightvscypress.png"
    },
    {
      "link": "https://www.browserbear.com/blog/how-to-build-a-personal-job-listings-aggregator/",
      "title": "How to Build a Personal Job Listings Aggregator (No Code)",
      "author_date": "by Julianne Youngberg · May 2023",
      "description": "Save time looking for relevant job listings by automating the search process and bringing options to you! Here's how to automate an aggregator with no code.",
      "image": "/images/ghost/2023-05-23-how-to-build-a-personal-job-listings-aggregator/11.4-Thumbnail.png"
    },
    {
      "link": "https://www.browserbear.com/blog/everything-you-need-to-know-about-the-xpath-contains-function/",
      "title": "Everything You Need to Know About the XPath Contains() Function",
      "author_date": "by Josephine Loo · May 2023",
      "description": "XPath functions allow you to perform various operations on XML or HTML documents by providing additional capabilities for selecting, manipulating, and extracting values from the document's nodes. There are over 20 XPath functions available and here’s one you must know.",
      "image": "/images/ghost/2023-05-17-everything-you-need-to-know-about-the-xpath-contains-function/BrBT_XPathContains.png"
    },
    {
      "link": "https://www.browserbear.com/blog/how-to-scrape-lists-with-browserbear/",
      "title": "How to Scrape Lists with Browserbear (A No Code Guide)",
      "author_date": "by Julianne Youngberg · May 2023",
      "description": "Some web scraping situations may call for grouping list items together in a field. Here are some tips for setting up nocode list scraping tasks with Browserbear.",
      "image": "/images/ghost/2023-05-16-how-to-scrape-lists-with-browserbear/11.3-Thumbnail.png"
    }
  ]
}

Integrate with Zapier or our REST API

Use This Task