comp-scout-scrape

Community

Automate competition data extraction, effortlessly.

Authordiscreteds
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manual web scraping for competition details is time-consuming, error-prone, and struggles with varied website layouts and date formats. This Skill automates the process using AI to interpret page content, saving significant manual effort and ensuring you capture accurate data.

Core Features & Use Cases

  • LLM-Enhanced Scraping: Intelligently extracts structured data (dates, prompts, brands, prize values) from complex web pages, outperforming traditional regex-based methods.
  • Two-Phase Workflow: Combines Playwright for robust, JavaScript-rendered page fetching with Claude for nuanced natural language data interpretation.
  • Structured Output: Delivers clean, standardized JSON data for each competition, ready for easy integration into other systems or further analysis.
  • Use Case: Automatically gather comprehensive details for dozens of "25 words or less" competitions from various aggregator sites, ensuring you never miss an opportunity and always have up-to-date information.

Quick Start

Scrape all new "25 words or less" competitions from competitions.com.au and netrewards.com.au, then summarize the findings.

Dependency Matrix

Required Modules

playwright

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: comp-scout-scrape
Download link: https://github.com/discreteds/competition-scout/archive/main.zip#comp-scout-scrape

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository