Save Data from a Single Page

Save structured data from a single page
Save Data from a Single Page
1
Browser Control

Go

url
https://www.brows...
waitUntil
networkidle
2
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:40:04 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": "01H3BARTYKZQZ50HWQ31J2TGA7",
      "cf-cache-status": "DYNAMIC",
      "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=2JS93Y3NTUxwuNZ006g8WSAgJkebOeJJNJvi%2B9NuOA1ytorGzKMmIBvt6KgV251sN6VdrdHClgqtU0f%2BaqGcpckXJIopMOq4uFkg3W4BbNWkOau2WMMKouaWlakfb%2FYyqzOHKY8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
      "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
      "server": "cloudflare",
      "cf-ray": "7da0a5190c8c58c6-IAD",
      "content-encoding": "br"
    }
  },
  "save_structured_data": {
    "title": "How to Auto-Fill Forms with Data from a CSV File in Python Using Browserbear",
    "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.",
    "author_date": "by Josephine Loo · June 2023",
    "category": "Developers"
  }
}

Integrate with Zapier or our REST API

Use This Task