Skip to content

scrapfly/n8n-nodes-scrapfly

Repository files navigation

n8n-nodes-scrapfly

This is an n8n community node. It lets you use ScrapFly in your n8n workflows. n8n is a fair-code licensed workflow automation platform.

ScrapFly.io provides data collection APIs for web page scraping, screenshots, and AI data extraction at scale. Integrating ScrapFly within a workflow enables extracting web page sources, parsing for structured data, or taking screenshots as binary files.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Scrape web page URLs
    Scrapes the HTML source of a given web page URL with the support of headless browsers, proxies, and antibot bypass.
  • Extract Data From an HTML, Text, or Markdown Document Using AI
    Automatically parse HTML, Text, or Markdown documents to extract structurued data using pre-defined templates or LLM prompts.
  • Capture web page screenshot
    Takes a screenshot of a web page as an image file given its URL.
  • Get account info
    Get information about the current account subscription its usage.

Credentials

ScrapFly API key is used as a credential key. To get your API key, register for free.

Usage

For example usage and predefined workflow tempaltes, refer to ScrapFly's n8n integration docs.

Resources