web-scrape

Extract web page content into markdown, JSON, or text outputs.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/CodingHeader/MySkills --skill web-scrape-codingheader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-scrape
Source: https://github.com/CodingHeader/MySkills/tree/main/Skillstore/web-scrape/21pounder-web-scrape
Command: npx skills add https://github.com/CodingHeader/MySkills --skill web-scrape-codingheader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cheerio, turndown, and includes scripts (resource) components.

What problem does it solve?

Intelligent web scraping with content extraction, multiple output formats, and robust error handling.

Core Features & Use Cases

  • Extracts content from articles, product pages, and documentation
  • Outputs in markdown, json, or plain text
  • Handles dynamic content with optional scrolling and optional screenshots

Quick Start

Invoke the web-scrape command with a target URL to extract content in the selected format.

Frequently Asked Questions about web-scrape

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

FAQPage Schema
How do I extract web page content into markdown or json?

To extract web page content into markdown or json, you can invoke the web-scrape command with a target URL and select your desired output format. It processes articles, product pages, and documentation into clean, structured data for downstream use.

What is the best way to scrape dynamic content from articles and product pages?

Scraping dynamic content from articles and product pages is handled through optional scrolling and screenshot capabilities during the extraction process. This ensures dynamically loaded elements are captured before formatting the final output.

Does this web scraping approach work with cheerio and turndown?

Yes, this web scraping approach works with cheerio and turndown as its core dependencies for parsing HTML and converting extracted content into markdown. These libraries enable robust content extraction and structured formatting.

Can I extract structured data from documentation sites without losing formatting?

You can extract structured data from documentation sites while preserving formatting by outputting the scraped content as markdown or json. This ensures clean, structured results suitable for downstream processing without losing text hierarchy.

How does error management work during web page content extraction?

Error management during web page content extraction is built into the scraping process to handle failures gracefully and ensure robust data retrieval. It prevents processing interruptions when targeting articles, product pages, or documentation.