n8n-nodes-gimmedat
v0.3.0
Published
Gimme dat data from any website - the cheeky web scraper for n8n
Maintainers
Readme
n8n-nodes-gimmedat
Gimme dat data from any website! The cheeky web scraper for n8n.
Installation
In n8n, go to Settings → Community Nodes → Install and enter:
n8n-nodes-gimmedatWhat It Does
Scrapes websites using:
- CSS selectors for specific data extraction
- Auto-content mode for articles/documentation
Usage
- Add the "Gimme Dat" node to your workflow
- Enter the URL you want to scrape
- Choose extraction mode:
- Simple: Auto-extracts main content
- Advanced: Use CSS selectors for specific elements
- Get your data!
Features
- No authentication required
- Supports custom user agents
- Extract text, links, images, or any HTML attribute
- Return single values or arrays of matches
Example
Extract product info:
- URL:
https://example.com/product - Fields:
- title →
h1.product-name - price →
.price-tag - image →
img.product-image(src attribute)
- title →
License
MIT
