

Scrappey ships a verified n8n node so you can pull clean HTML or LLM-ready Markdown from JavaScript-heavy and modern websites without writing code. Drop it into any visual workflow, paste your API key, and connect web data to over 1,000 other n8n apps and AI nodes.
On n8n Cloud or self-hosted, install the verified Scrappey node from Settings, Community Nodes. The command above is for manual installs in a self-hosted instance.
npm install n8n-nodes-scrappeyIn a self-hosted n8n, open Settings, Community Nodes and install the verified Scrappey node (or run the npm command above). On n8n Cloud the verified node is available directly from the nodes panel.
npm install n8n-nodes-scrappeyCreate a free account at https://app.scrappey.com/#/register to get your API key. In n8n, add a new Scrappey credential and paste the key. It is reused by every Scrappey node in the instance.
Click + in the editor, search for Scrappey, and add the node. Set the URL you want to collect and run the workflow. The node returns the page content as structured data you can pass downstream.
// Scrappey node fields
URL: https://example.com
Markdown response: true // returns LLM-ready MarkdownOpen template 2299 in n8n, click Use this workflow, then replace YOUR_API_KEY and the test URL with your own. Connect any trigger or data source at the entry point and you have a working scraper in minutes.
// n8n HTTP Request node
// Method: POST
// URL: https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY
// Body Content Type: JSON
{
"cmd": "request.get",
"url": "https://example.com",
"markdownResponse": true
}
// The response contains LLM-ready Markdown you can
// route into an AI node, a database, or a Sheet.Workflow shape:
1. Schedule Trigger (runs daily)
2. Code / Set node outputs an array of URLs
3. Split In Batches one URL per item
4. HTTP Request (Scrappey)
POST https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY
Body (JSON):
{
"cmd": "request.get",
"url": "{{ $json.url }}",
"markdownResponse": true
}
5. Set node map response to { url, content }
6. Google Sheets / Postgres append the rows
You only pay for successful requests, so failed items
in the batch cost nothing.The Scrappey node is built by Scrappey and verified by n8n. Add it from the nodes panel, paste a key, and start collecting data visually.
Return ready-to-parse HTML or LLM-ready Markdown from JavaScript-heavy and modern websites, so AI nodes get usable input straight away.
Managed sessions, residential proxies, and full-browser rendering are handled for you. No proxy nodes or browser setup inside n8n.
Pipe collected pages into AI agents, Google Sheets, databases, Slack, or any other n8n node to build complete automations.
150 free requests to start, then pay-as-you-go. Residential proxies are included and failed requests are free, so retries do not inflate your bill.
Template 2299 gives you a working scraping workflow you can import and customize in minutes instead of wiring nodes from scratch.
Feed live web pages as Markdown into n8n AI nodes so agents summarize, classify, or answer questions over current public data.
Run a Schedule Trigger that loops through product or competitor URLs and appends the parsed content to a sheet or database.
Look up a company or profile URL from a CRM record, collect the public page, and write structured fields back automatically.
Build a working data collection workflow visually, share it across the n8n instance, and let teammates reuse it without coding.
More ways to plug Scrappey into your stack
Try It For Free. No Subscription Required. No Credit Card Required. Instant Set-Up. 150 Free Requests Are Waiting For You!