Decodo Scraper
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.
Run in terminal (recommended)
claude mcp add decodo-scraper npx -- -y @trustedskills/decodo-scraper
Or manually add to ~/.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_searchto analyze competitor pricing or identify emerging trends in a specific industry. - Content Summarization: The
universaltool can be used to summarize lengthy articles or blog posts for quick consumption. - Product Intelligence: Agents can leverage the
amazonandamazon_searchtools to monitor product prices, track reviews, and identify popular items. - Social Listening: Use
reddit_postto 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.
Requirements
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.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.