Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/scraperapi/scraperapi-skills/scraperapi-n8nnpx skills add scraperapi/scraperapi-skills --skill scraperapi-n8ngit clone --depth 1 https://github.com/scraperapi/scraperapi-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00279 | $0.06112 |
| Opus 5 | $0.00139 | $0.03056 |
| Sonnet 5 | $0.00056 | $0.01222 |
| Haiku 4.5 | $0.00028 | $0.00611 |
Grade A, and why
scraperapi-n8n scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 549 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
- 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.
- The community node installed: Settings → Community Nodes → Install →
n8n-nodes-scraperapi-official. After install, "ScraperAPI" appears in the node picker. - A ScraperAPI API key from
https://dashboard.scraperapi.com/. They create the credential once via Credentials → New → ScraperAPI API and paste the key. The credential is namedScraperAPI APIin the UI andscraperApi-Apiin the workflow JSON.
If the user is on n8n Cloud and the workflow JSON references this node, importing will succeed only after the community node is installed in their instance. Mention this when handing over JSON.
Four resources — pick the right one
The ScraperAPI node has one operation surface (resource) with four
branches. Choose based on the job:
| Job | Resource | Why |
|---|---|---|
| Scrape an arbitrary URL and get HTML/Markdown/Text/JSON | api |
General-purpose proxy. Hand it any URL. |
| Get clean JSON from a supported site (Amazon, Google, eBay, Walmart, Redfin) | sde |
Pre-parsed structured data. Saves a Set/Code node for HTML parsing and is more reliable across site changes. |
| Crawl multiple pages from one starting URL, streaming results to a webhook | crawler |
Multi-page jobs that follow links. Returns a jobId; results arrive at your webhook, not as the node's output. |
| Extract custom structured JSON from many similarly-structured pages on a site with no SDE | aiparser |
Build a reusable AI parser once from example URLs, then apply it to any similar page. Asynchronous: create → poll status → parse. |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 549 lines · 279 tokens per session scan A fa240801c35d
scraperapi-n8n is a skill published in the GitHub repository scraperapi/scraperapi-skills (10 stars, last pushed 25d ago), licensed MIT. It adds 279 tokens to every session and 6,112 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scrapling-official
Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; webfetch fails; the site has anti-bot protections; write Python code to…
browser-automation
Playwright-based browser automation patterns for autonomous web interaction.
browser-automation
Playwright-based browser automation patterns for autonomous web interaction.
web-browse
Drive a headless browser to navigate pages, read content, click, and fill forms — for sites that need JavaScript rendering or interaction beyond a plain HTTP fetch.
ecommerce-full-pipeline
电商运营在开展跨境电商或闲鱼捡漏业务时,若需解决选品难、上架繁琐等痛点,必用此技能!一键打通“爆品挖掘→1688采集→多平台上架→推广文案→短视频生成”全自动流水线,轻松实现端到端自动化,让开店运营效率翻倍。.
browser-scrape
用 AutoCLI 二进制驱动用户已登录的 Chrome 抓取 Twitter/X、知乎、Bilibili、Reddit 等 55+ 站点.