🕷️

Decodo Scraper

🌐Community
by Decodo · v1.0.0 · MITRepository

Search Google, scrape web pages, Amazon product pages, YouTube subtitles, or Reddit using the Decodo Web Scraping API. No manual parsing needed.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add decodo-scraper npx -- -y @trustedskills/decodo-scraper
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "decodo-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/decodo-scraper"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Decodo Scraper skill integrates Decodo’s Web Scraping API into AI agents, providing access to structured data from various online sources. It allows agents to perform Google searches with JSON results, scrape and parse webpages into Markdown, extract data from Amazon product pages and search results, retrieve YouTube subtitles, fetch Reddit posts, and more. This enables agents to gather information and complete tasks that require web interaction.

When to use it

  • Market Research: An agent can use google_search to analyze competitor pricing or identify emerging trends in a specific industry.
  • Content Summarization: The universal tool can be used to summarize lengthy articles or blog posts for quick consumption.
  • Product Intelligence: Agents can leverage the amazon and amazon_search tools to monitor product prices, track reviews, and identify popular items.
  • Social Listening: Use reddit_post to analyze sentiment around a specific topic within Reddit communities.

Key capabilities

  • google_search: Performs Google searches and returns structured JSON results.
  • universal: Scrapes and parses webpages into Markdown format.
  • amazon: Parses data from Amazon product pages (price, reviews, specs).
  • amazon_search: Searches Amazon for products by keyword.
  • youtube_subtitles: Extracts subtitles/transcripts from YouTube videos.
  • reddit_post: Fetches Reddit post content and metadata.

Example prompts

  • "Search Google for 'best noise-canceling headphones' and give me the top 3 results in JSON format."
  • "Scrape this article [URL] and summarize it into a short paragraph using Markdown."
  • "Find the current price of the 'Kindle Paperwhite' on Amazon."

Tips & gotchas

The Decodo Scraper skill requires an active Decodo API key for functionality. Be mindful of usage limits associated with your Decodo plan to avoid interruptions in service.

Tags

Requirements

Environment Variables
DECODO_AUTH_TOKEN
🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Verified Commit16e1f637

Installing this skill downloads the exact code at commit 16e1f637, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
Decodo
Installs
0

🌐 Community

Passed automated security scans.

Pinned commit16e1f637

Install command fetches the verified snapshot, not the live repository.