LaunchKit · 2026
Back to Skills

decodo-scraper-skill

Search Google, scrape web pages, Amazon product pages, YouTube subtitles, or Reddit (post/subreddit)

1
426 downloads
by @donatasdecodo

Setup & Installation

openclaw skills install @donatasdecodo/decodo-scraper-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install decodo-scraper-skill

What This Skill Does

Connects to the Decodo Web Scraping API to run Google searches, scrape web pages, fetch Amazon product data, retrieve YouTube transcripts, and read Reddit posts or subreddits. Each target returns structured output: markdown for pages, JSON for search results and Amazon data, plain text for transcripts.

Handles JavaScript-rendered pages and anti-bot measures through Decodo's API, avoiding the need to manage headless browsers or proxy rotation yourself.

When to use it

  • Pulling Google search results into a research pipeline
  • Scraping competitor product prices from Amazon
  • Getting transcripts from YouTube videos without manual copying
  • Reading Reddit thread discussions for sentiment or topic analysis
  • Extracting web page content as markdown for LLM context

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: summarize the top Reddit discussion about the latest iPhone release

AGENT
  1. 1Search Google with query 'iPhone release reddit discussion' to find relevant post URLs
  2. 2Identify the most relevant Reddit post URL from organic results
  3. 3Call reddit_post target with the post URL to fetch thread content as JSON
  4. 4Extract top comments and post body from the JSON response
  5. 5Summarize the key opinions and themes from the thread
OUTPUT

A summary of the Reddit thread highlighting the main user reactions, complaints, and praise about the iPhone release

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

DECODO_AUTH_TOKEN environment variable (Basic auth token from Decodo Dashboard under Scraping APIs)