scraperapi

23 mods across 2 repositories, 15 stars between them.

scraperapi

02

scraperapi/scraperapi-skills

Plugin Claude Code

ScraperAPI's official Claude Code plugin: a growing library of skills covering the full ScraperAPI surface.

10 24d ago A tokens not measured original MIT

ScraperAPI

03

scraperapi/scraperapi-skills

MCP server Claude CodeCodexCursor +2

MCP server "ScraperAPI", hosted remotely at mcp.scraperapi.com, as configured in scraperapi/scraperapi-skills.

10 24d ago A tokens not measured original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Entry point for agents and developers new to ScraperAPI. Read first when integrating ScraperAPI into an agent or app, setting up the MCP server for Claude Code or other LLM tools, choosing the right ScraperAPI product, or obtaining an API key. Trigger on: "how do I use ScraperAPI", "set up ScraperAPI", "connect…

10 24d ago A 162 tokens original MIT

scraperapi-async

05

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Product-usage reference for ScraperAPI's Async Jobs API — submit scraping jobs in the background and retrieve results via polling or webhook, including batch jobs up to 50,000 URLs. Consult when the user is scraping many URLs, needs non-blocking requests, or wants webhook delivery. Use when user asks: "how do I scrape…

10 24d ago B 186 tokens original MIT

scraperapi-cli

06

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Product-usage reference for the official ScraperAPI command-line tool (sapi, distributed as scraperapi-cli). Use this skill whenever the user wants to scrape, run async jobs, fetch structured data, manage crawls, check account credits, or drive DataPipeline projects from a terminal or shell script — anywhere a…

10 24d ago A 262 tokens original MIT

scraperapi-crawler

07

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Product-usage reference for ScraperAPI's Crawler — crawl an entire site or section by following links automatically. Consult when the user needs to extract data from many pages of a site without knowing the URLs upfront. Use when user asks: "crawl an entire website with ScraperAPI", "scrape all pages on a domain"…

10 24d ago B 188 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Product-usage reference for ScraperAPI's DataPipeline — managed, scheduled scraping projects that run automatically and deliver results to a webhook or dashboard download. Consult when the user needs recurring scraping, has a large list of URLs/ASINs/queries to process, or wants to avoid building and maintaining their…

10 24d ago A 185 tokens original MIT

scraperapi-java-sdk

09

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Best-practices reference for the ScraperAPI Java SDK (com.scraperapi:sdk Maven artifact). Consult whenever the user is writing, debugging, or reviewing Java code that calls ScraperAPI. Use when user asks: "scrape a website with Java and ScraperAPI", "ScraperAPI Java example", "how do I add ScraperAPI to my Maven…

10 24d ago A 175 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Use this skill whenever the user wants to enrich a contact or company and build a profile. Trigger on: "enrich this lead", "find info about [person or company]", "build a contact card for X", "I have this LinkedIn URL, find more about them", "find the email for [person] at [company]", "research this contact", "I have…

10 24d ago A 210 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Market research powered by live web data. Use this skill when the user wants to understand a market, category, or customer segment — including consumer sentiment, demand and trend signals, price and category structure, or the competitive landscape. Trigger on requests like "research the [X] market," "what do customers…

10 24d ago A 119 tokens original MIT

scraperapi-mcp

12

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Knowledge base for the 28 ScraperAPI MCP tools. Covers scrape, Google (search, news, jobs, shopping, maps), Amazon (product, search, offers), Walmart (search, product, category, review), eBay (search, product), Redfin (forsale, forrent, search, agent), crawler tools, and the AI Parser (create, getdetails, parseurl…

10 24d ago A 245 tokens original MIT

scraperapi-n8n

13

scraperapi/scraperapi-skills

Skill Claude CodeCodex

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…

10 24d ago A 279 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Best-practices reference for the ScraperAPI Node.js / JavaScript SDK (scraperapi-sdk npm package). Consult whenever the user is writing, debugging, or reviewing JavaScript or TypeScript code that calls ScraperAPI. Use when user asks: "scrape a website with Node.js and ScraperAPI", "ScraperAPI JavaScript example", "how…

10 24d ago B 187 tokens original MIT

scraperapi-php-sdk

15

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Best-practices reference for the ScraperAPI PHP SDK (scraperapi/sdk Composer package). Consult whenever the user is writing, debugging, or reviewing PHP code that calls ScraperAPI. Use when user asks: "scrape a website with PHP and ScraperAPI", "ScraperAPI PHP example", "how do I use the ScraperAPI PHP SDK", "PHP…

10 24d ago A 154 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Use this skill whenever the user wants to check, track, or be alerted about product prices on Amazon, Walmart, or via Google Shopping. Trigger on: "monitor the price of this Amazon product", "did the price drop on [Walmart URL]?", "track these ASINs", "compare today's prices to last week", "alert me if [product] goes…

10 24d ago A 196 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Best-practices reference for the ScraperAPI Python SDK (scraperapi-sdk package). Consult whenever the user is writing, debugging, or reviewing Python code that calls ScraperAPI. Use when user asks: "scrape a website with Python and ScraperAPI", "how do I use ScraperAPIClient", "ScraperAPI Python render example"…

10 24d ago B 177 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Autonomous web research agent — takes a research question, uses ScraperAPI to discover and scrape relevant sources, uploads content as file artifacts to the Anthropic Files API, then feeds everything to Claude for synthesis into a cited research report. All in one flow. Use when user asks: "research X for me and give…

10 24d ago A 188 tokens original MIT

scraperapi-ruby-sdk

19

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Best-practices reference for the ScraperAPI Ruby SDK (scraperapi gem). Consult whenever the user is writing, debugging, or reviewing Ruby code that calls ScraperAPI. Use when user asks: "scrape a website with Ruby and ScraperAPI", "ScraperAPI Ruby example", "how do I use the ScraperAPI gem", "Ruby ScraperAPI render"…

10 24d ago A 150 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Build and implement web scrapers using ScraperAPI. Use this skill whenever the user asks to build, write, create, or implement a scraper, or wants runnable code that extracts data from a website. Trigger on: "build me a scraper for [website]", "write a scraper that fetches product pages from [ecommerce site]", "I need…

10 24d ago A 206 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Run a comprehensive SEO audit using ScraperAPI's live SERP and scraping tools — no setup required. Use this skill whenever the user wants to: audit SEO for a website, understand why a page isn't ranking, check SEO health, analyze keyword rankings, compare against competitors in search results, find content gaps…

10 24d ago A 196 tokens original MIT

scraperapi/scraperapi-skills

Skill Claude CodeCodex

SERP landscape analysis for SEO strategy decisions. Use this skill when the user wants to understand what a search results page actually looks like for their target keywords — including AI Overview presence and attribution, SERP feature composition, how Google is interpreting query intent, which competitors dominate…

10 24d ago A 167 tokens original MIT

scraperapi-zapier

23

scraperapi/scraperapi-skills

Skill Claude CodeCodex

Guide users to build Zaps that use the official ScraperAPI Zapier integration. Use this skill whenever the user wants to add web scraping, SERP data, or e-commerce data to a Zapier workflow through ScraperAPI — even when they don't say "skill" or name the integration. Triggers include: "build a Zap that scrapes Amazon…

10 24d ago A 208 tokens original MIT