scraperapi-n8nlisted
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