scrape

Extracts structured web data from pages and returns JSON.

Updated May 11, 2026
One-click install
npx skills add https://github.com/wodeh/gstack-kimi --skill scrape-wodeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape
Source: https://github.com/wodeh/gstack-kimi/tree/main/scrape
Command: npx skills add https://github.com/wodeh/gstack-kimi --skill scrape-wodeh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull data from web pages to automate data collection and extraction tasks without manual clicks and scrapes.

Core Features & Use Cases

  • Prototyped intents on first call; deterministic browser actions on subsequent calls.
  • Returns JSON payloads for downstream processing.
  • Read-only scraping; for form fills or submissions use /automate.

Quick Start

Ask the skill to scrape a page and return structured data as JSON.

Frequently Asked Questions about scrape

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

FAQPage Schema
How do I extract data from web pages and get JSON output?

To extract data from web pages and return JSON, you can use read-only browsing primitives to pull structured information from catalogs, headlines, or product listings. This method automates data collection without manual clicks, providing fast deterministic results on repeated requests.

Can I use web scraping for product listings and pricing pages?

Yes, web scraping works for product listings and pricing pages. It uses read-only browsing primitives to extract structured data from these web pages and returns JSON payloads, making it ideal for quick data collection from catalogs and automating repetitive extraction tasks.

What is the difference between read-only scraping and browser automation?

Read-only scraping extracts structured data from web pages without modifying them, returning JSON for analysis. Browser automation performs mutating actions like form fills or submissions. For form fills or submissions, you should use a dedicated automation skill instead of read-only scraping.

Do I need browser automation to fill forms during web data extraction?

No, read-only web scraping does not handle form fills or submissions. It uses read-only browsing primitives strictly for data extraction. If your task requires mutating actions like form fills or submissions, you should route to a dedicated browser automation skill.

Why does my web scraper return different data on repeated requests?

Web scraping relies on read-only browsing primitives for initial prototyping, then routes to a codified browser skill for consistent results. Initial requests may vary while prototyping intents, but subsequent requests deliver fast, deterministic results for stable data extraction.

What format should I expect from automated web page data extraction?

Automated web page data extraction returns JSON payloads. This format allows for seamless downstream processing of the structured data pulled from web pages, whether you are collecting headlines, product listings, or pricing information for your data and analytics workflows.