scrape

Extract structured data and text content from web pages into JSON.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill scrape-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/scrape
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill scrape-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort of copying and pasting content from websites, allowing you to pull structured data directly into your workflow.

Core Features & Use Cases

  • Web Extraction: Automatically pulls text and data from specified URLs.
  • Workflow Integration: Returns data in JSON format for immediate use by other agents or scripts.
  • Use Case: Quickly gather product pricing, article text, or contact information from a webpage without leaving your terminal environment.

Quick Start

Invoke the scrape skill by asking the agent to extract data from the target URL.

Frequently Asked Questions about scrape

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

FAQPage Schema
How do I extract web data from a URL into a structured format?

To extract web data, provide the target URL to the agent, which will pull text and content directly from the webpage and return it as structured JSON for immediate workflow integration.

What is the best way to automate web scraping without leaving the terminal?

Automating web scraping via terminal involves using slash-command orchestration to interface with browser primitives, pulling specified webpage content into your local environment without manual copying.

Can I use bash orchestration to retrieve and parse article text from web pages?

Yes, bash-based orchestration interfaces with browser-skill primitives to retrieve and parse article text, product pricing, or contact information from web pages and return JSON-formatted results.

Does web scraping return JSON formatted data for automated information gathering?

Web scraping returns JSON-formatted data, ensuring the extracted text and content are immediately usable by other agents or scripts for automated information gathering and site monitoring.

What are the limitations of using slash commands for web page content extraction?

Slash-command web page extraction relies on browser-skill primitives, meaning its effectiveness depends on the target site's accessibility and structure rather than complex browser rendering engines.