https://github.com/scrapegraphai/n8n-nodes-scrapegraphai
https://github.com/scrapegraphai/n8n-nodes-scrapegraphai
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrapegraphai/n8n-nodes-scrapegraphai
- Owner: ScrapeGraphAI
- License: mit
- Created: 2025-04-14T13:42:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-06T12:28:23.000Z (10 months ago)
- Last Synced: 2025-08-06T12:31:18.245Z (10 months ago)
- Language: TypeScript
- Size: 190 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-scrapegraphai
This is the official node for [ScrapegraphAI](https://scrapegraphai.com) for n8n. It allows you to use ScrapegraphAI's powerful web scraping and data extraction capabilities within your n8n workflows.
## Installation
You can install this node in your n8n instance as follows:
1. Go to **Settings** in your n8n instance
2. Select the **Community Nodes** tab
3. Click on **Install**
4. Enter `n8n-nodes-scrapegraphai` in the "npm package name" field
5. Click **Install**
After installation, you will be able to use the ScrapegraphAI nodes in your workflows.
## Features
This node provides several operations to interact with the ScrapegraphAI API:
- Markdownify - Convert a webpage to markdown
- Smart Scraper - Extract specific data from a webpage
- Search Scraper - Extract data from search results
## Credentials
To use this node, you need a ScrapegraphAI API key. You can get one by signing up at [scrapegraphai.com](https://scrapegraphai.com) and visiting your [dashboard](https://dashboard.scrapegraphai.com/dashboard).

## Usage
After adding the node to your workflow, you'll need to:
1. Create new credentials and enter your ScrapegraphAI API key
2. Choose the operation you want to perform
3. Configure the required parameters (e.g., website URL, extraction rules)
## License
[MIT](LICENSE.md)