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. See examples from Scrapfly documentation to see usage.

Operations

  • Scrape web page URLs
    Scrapes the HTML source of a given web page URL with the support of headless browsers, proxies, and anti-bot bypass.
  • Extract Data From an HTML, Text, or Markdown Document Using AI
    Automatically parse HTML, Text, or Markdown documents using pre-defined templates or LLM prompts to extract structured data.
  • 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 and its usage.

Credentials

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

Usage

For example, regarding usage and predefined workflow templates, please look at ScrapFly's n8n integration docs.

Resources

Development

To publish a new release, you need repo access and play command like make bump-version VERSION=0.1.3