← ClaudeAtlas

scraperapi-n8nlisted

Generate n8n workflows that use the official ScraperAPI community node (n8n-nodes-scraperapi-official). Use this skill whenever the user wants to build, design, automate, or scaffold an n8n workflow that scrapes the web through ScraperAPI — even when they don't say "skill" or "ScraperAPI node" by name. Triggers include: "build an n8n workflow that monitors Amazon prices", "create an n8n flow to scrape Google search daily", "generate an n8n JSON for a crawler that hits this site", "wire ScraperAPI into n8n to email me product reviews", "n8n automation for Walmart price tracking", "use ScraperAPI in n8n to enrich leads", "give my n8n AI Agent web access via ScraperAPI", "add ScraperAPI as a tool to my n8n agent". Produces either importable workflow JSON or a step-by-step build guide in the n8n editor, picking the format based on how the user phrased the request.
scraperapi/scraperapi-skills · ★ 9 · AI & Automation · score 78
Install: claude install-skill scraperapi/scraperapi-skills
# ScraperAPI in n8n — Workflow Generator This skill helps you assemble n8n workflows around the **official ScraperAPI community node** (`n8n-nodes-scraperapi-official`). It supports two output shapes, picked from the user's phrasing: | User says … | Produce | |-------------|---------| | "give me the workflow JSON", "export", "I want to import this", "scaffold a .json" | A complete, importable workflow JSON file | | "walk me through it", "show me how to build", "in the n8n editor", "step by step" | A numbered build guide referencing exact resource / operation / parameter names | | Ambiguous | Default to JSON. It's reversible — they can either import it or follow it as a recipe. | When you produce JSON, write it to a file in the working directory (e.g., `scraperapi-workflow.json`) and tell the user to import it via **Workflows → Import from File** in the n8n UI. When you produce a build guide, format the steps for the n8n editor (resource picker → operation picker → fields). ## Prerequisites the user must have 1. An n8n instance (Cloud, self-hosted, or desktop) where they can install community nodes. On self-hosted instances, an instance owner must enable community nodes first. 2. The community node installed: **Settings → Community Nodes → Install → `n8n-nodes-scraperapi-official`**. After install, "ScraperAPI" appears in the node picker. 3. A ScraperAPI API key from `https://dashboard.scraperapi.com/`. They create the credential once via **Credentials → Ne