https://github.com/scrapfly/n8n-nodes-scrapfly
Scrapfly n8n community integration
https://github.com/scrapfly/n8n-nodes-scrapfly
n8n-community-node-package web-scraping
Last synced: about 1 year ago
JSON representation
Scrapfly n8n community integration
- Host: GitHub
- URL: https://github.com/scrapfly/n8n-nodes-scrapfly
- Owner: scrapfly
- License: other
- Created: 2024-10-18T12:13:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:21:32.000Z (over 1 year ago)
- Last Synced: 2025-04-14T17:49:18.026Z (about 1 year ago)
- Topics: n8n-community-node-package, web-scraping
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/n8n-nodes-scrapfly
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# n8n-nodes-scrapfly
This is an n8n community node. It lets you use ScrapFly in your n8n workflows. [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[ScrapFly.io](https://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](https://docs.n8n.io/integrations/community-nodes/installation/) 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](https://scrapfly.io/docs/integration/n8n).
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [ScrapFly documentation](https://scrapfly.io/docs)