Scrape Browserbear Blog

Simple task that grabs the latest blog posts from the Browserbear Blog
1
Browser Control

Go

url
https://www.brows...
waitUntil
networkidle
2
Page Control

Scroll Into View

helper
div[class*="conta...
3
Data Extraction

Save Structured Data

format
JSON
data
title */div/div[2...
helper
div[class*="column"]
Example Output
{
  "go": {
    "status": 200,
    "headers": {
      "status": "200",
      "date": "Tue, 28 Mar 2023 08:39:59 GMT",
      "content-type": "text/html; charset=UTF-8",
      "age": "0",
      "cache-control": "public, max-age=0, must-revalidate",
      "strict-transport-security": "max-age=31536000",
      "vary": "Accept-Encoding",
      "x-nf-request-id": "01GWKNZG0GATJTHA7XA4C6XSN3",
      "cf-cache-status": "DYNAMIC",
      "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=IvmKiiMYWksN0mRElMfYPrwOJ1%2F%2FiysgAKHFeDO2%2B5Fd62eEbi0H53v0Z6l4TPx888%2FxfWtAz648Y4Ui%2Bpz7BZwjPmV01L6o2YtVqc5TrbgDZdS6Pq%2B%2BR3kTM2r30JPxPV6jNp0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
      "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
      "server": "cloudflare",
      "cf-ray": "7aee90d30b088263-IAD",
      "content-encoding": "br"
    }
  },
  "save_structured_data": [
    {
      "title": "How to Automatically Take Website Screenshots on Different Devices using Serverless and Browserbear",
      "link": "/blog/how-to-automatically-take-website-screenshots-on-different-devices-using-serverless-and-browserbear/",
      "description": "Learn how to take scheduled website screenshots in desktop, tablet, and mobile views using Browserbear in Node.js. You will also learn how to deploy AWS Lambda functions using the Serverless Framework to automate the screenshot task.",
      "image": "/images/ghost/2023-03-22-how-to-automatically-take-website-screenshots-on-different-devices-using-serverless-and-browserbear/BrBT_screenshot-01.png\""
    },
    {
      "title": "How to Automatically Send Structured Data to Airtable",
      "link": "/blog/how-to-automatically-send-structured-data-to-airtable/",
      "description": "Scraped data should be stored in an easily accessible place so you can use it for other workflows. Here's how to automatically send your data to Airtable.",
      "image": "/images/ghost/2023-03-21-how-to-automatically-send-structured-data-to-airtable/9.4-Thumbnail.png\""
    },
    {
      "title": "Web Scraping with JavaScript: An Introduction",
      "link": "/blog/web-scraping-with-javascript-an-introduction/",
      "description": "Web scraping has become a crucial part of data gathering in today's digital age. It involves extracting data from websites automatically using various tools. In this article, we will explore different web scraping tools including Cheerio, Puppeteer, Nightmare, Playwright, and Browserbear.",
      "image": "/images/ghost/2023-03-15-web-scraping-with-javascript-an-introduction/BrBT_JSscrape-01.png\""
    },
    {
      "title": "5 Handy Ways to Improve Your Browserbear Screenshot Workflow",
      "link": "/blog/5-handy-ways-to-improve-your-browserbear-screenshot-workflow/",
      "description": "Automated screenshots are easy to set up, but tricky to optimize. Learn how to take better screenshots with Browserbear and store them efficiently for later use.",
      "image": "/images/ghost/2023-03-14-5-handy-ways-to-improve-your-browserbear-screenshot-workflow/9.3-Thumbnail.png\""
    },
    {
      "title": "How to Scrape Data from a Website Using Browserbear (Part 2)",
      "link": "/blog/how-to-scrape-data-from-a-website-using-browserbear-part-2/",
      "description": "In this article, we will discuss the advanced techniques for web scraping with Browserbear. Building upon the basic understanding of web scraping introduced in Part 1 of the tutorial, we will show you how to scrape more information using the data that we got from the previous task.",
      "image": "/images/ghost/2023-03-08-how-to-scrape-data-from-a-website-using-browserbear-part-2/BrBT_scrapedata2-01.png\""
    },
    {
      "title": "Web Scraping with Python: An Introduction and Tutorial",
      "link": "/blog/web-scraping-with-python-an-introduction-and-tutorial/",
      "description": "In this article, we will explore different ways to scrape data from a website using Python, including using libraries like Beautiful Soup, Scrapy, Selenium, and an API called Browserbear.",
      "image": "/images/ghost/2023-03-08-web-scraping-with-python-an-introduction-and-tutorial/BrBT_scrapepython-01.png\""
    },
    {
      "title": "Getting Started with Browserbear: How to Automate Browsers",
      "link": "/blog/how-to-automate-browsers-with-browserbear/",
      "description": "This article introduces you to Browserbear, a scalable, cloud-based service that helps you automate the web browser with ease. We'll also go through some automation templates that you can start using immediately.",
      "image": "/images/ghost/2023-03-01-how-to-automate-browsers-with-browserbear/BrBT_browserautomate-01.png\""
    },
    {
      "title": "How to Create Automated Web App Login Tests with No Code",
      "link": "/blog/how-to-create-automated-web-app-login-tests-with-no-code/",
      "description": "Web app testing is more efficient when it's automated and set up with no code tools. Here's how to set up a test run using Browserbear, Zapier, and Airtable.",
      "image": "/images/ghost/2023-02-28-how-to-create-automated-web-app-login-tests-with-no-code/9.2-Thumbnail.png\""
    },
    {
      "title": "How to Automatically Take Screenshots with Browserbear",
      "link": "/blog/how-to-automatically-take-screenshots-with-browserbear/",
      "description": "Screenshots preserve the way a website or app looks at a given moment. Here's how to use Browserbear and Zapier to capture them automatically.",
      "image": "/images/ghost/2023-02-21-how-to-automatically-take-screenshots-with-browserbear/9.1-Thumbnail.png\""
    }
  ]
}

Integrate with Zapier or our REST API

Use This Task