gimmedat

Gimme dat data from any website - the cheeky web scraper for n8n

Package Information

Downloads: 4 weekly / 47 monthly
Latest Version: 0.3.0
Author: GimmeDat

Documentation

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-gimmedat

What It Does

Scrapes websites using:

  • CSS selectors for specific data extraction
  • Auto-content mode for articles/documentation

Usage

  1. Add the "Gimme Dat" node to your workflow
  2. Enter the URL you want to scrape
  3. Choose extraction mode:
    • Simple: Auto-extracts main content
    • Advanced: Use CSS selectors for specific elements
  4. 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)

License

MIT

Discussion