You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
[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.
6
+
7
+
## Installation
8
+
9
+
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
10
+
11
+
## Operations
12
+
-__Scrape web page URLs__
13
+
Scrapes the HTML source of a given web page URL with the support of headless browsers, proxies, and antibot bypass.
14
+
-__Extract Data From an HTML, Text, or Markdown Document Using AI__
15
+
Automatically parse HTML, Text, or Markdown documents to extract structurued data using pre-defined templates or LLM prompts.
16
+
-__Capture web page screenshot__
17
+
Takes a screenshot of a web page as an image file given its URL.
18
+
-__Get account info__
19
+
Get information about the current account subscription its usage.
20
+
21
+
## Credentials
22
+
23
+
ScrapFly API key is used as a credential key. To get your API key, register for free.
24
+
25
+
## Compatibility
26
+
27
+
_State the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues._
28
+
29
+
## Usage
30
+
31
+
For example usage and predefined workflow tempaltes, refer to [ScrapFly's n8n integration docs](https://scrapfly.io/docs/integration/n8n).
32
+
33
+
## Resources
34
+
35
+
*[n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
0 commit comments