n8n-nodes-snapapi
v1.0.0
Published
n8n community node for SnapAPI - screenshot any website in ~2 seconds
Downloads
10
Maintainers
Readme
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 |
