scrape

Automate structured data extraction from web pages using defined criteria.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill scrape-ericdahl-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape
Source: https://github.com/ericdahl-dev/coauthor-cleaner/tree/main/.claude/skills/gstack/scrape
Command: npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill scrape-ericdahl-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually extracting data from web pages, providing an automated solution that saves time and reduces errors.

Core Features & Use Cases

  • Automated Data Extraction: Pulls data from web pages using specified criteria and formats.
  • Custom Triggers: Allows invocation through commands like "scrape this page" or "get data from".
  • Use Case: For example, it can be used to automatically gather product information from e-commerce sites or extract data from a list of job postings.

Quick Start

Run the command: scrape this page for information about new products.

Frequently Asked Questions about scrape

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured data from web pages automatically?

Web scraping automates the extraction of structured data from web pages using defined criteria, handling HTML/CSS content to gather information efficiently for e-commerce, market research, and content aggregation workflows.

What's the best way to automate data extraction for e-commerce product information?

Automated data extraction pulls product information from e-commerce sites using specified criteria and formats, allowing you to trigger collection workflows through commands like "scrape this page" or "get data from" specific URLs.

Can I use web scraping for market research and job posting data collection?

Yes, web scraping supports market research and job posting data collection by automating information retrieval from web pages, extracting structured data from lists of postings or product pages based on your defined criteria.

How does automated information retrieval handle HTML and CSS content?

Automated information retrieval parses HTML and CSS content from web pages to locate and extract structured data, using a defined set of criteria and tools to navigate page elements and pull the targeted information.

Do I need Bash to run web scraping automation workflows?

Yes, the web scraping automation requires Bash to execute scripts, along with Read for file handling and AskUserQuestion to clarify extraction criteria, ensuring the data collection workflow runs smoothly in your environment.