Package Information
Downloads: 3 weekly / 23 monthly
Latest Version: 1.0.0
Author: Sleywill
Documentation
n8n-nodes-snapapi
This is an n8n community node for SnapAPI — a fast screenshot and web scraping API.
Features
- Screenshot: Capture full-page or viewport screenshots in PNG, JPEG, or PDF format
- Scrape: Convert any web page to clean Markdown
Installation
In n8n, go to Settings → Community Nodes and install n8n-nodes-snapapi.
Credentials
You'll need a SnapAPI API key. Get one at snapapi.pics.
Operations
Screenshot
| Parameter | Description | Default |
|---|---|---|
| URL | Website URL to screenshot | — |
| Format | png / jpeg / pdf | png |
| Full Page | Capture full scrollable page | false |
| Viewport Width | Browser width in px | 1280 |
| Viewport Height | Browser height in px | 800 |
| Delay (ms) | Wait before capture | 0 |
Scrape
| Parameter | Description |
|---|---|
| URL | Website URL to scrape to Markdown |