scrape-webpage

Scrape webpage content, metadata, and images into migration-ready JSON and assets.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill scrape-webpage-juricamigac-from-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape-webpage
Source: https://github.com/juricamigac-from-hr/svemojestrane/tree/main/.agents/skills/scrape-webpage
Command: npx skills add https://github.com/juricamigac-from-hr/svemojestrane --skill scrape-webpage-juricamigac-from-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, sharp, and includes scripts (resource) components.

What problem does it solve?

Scrape webpage content, extract metadata, download images, and prepare for import/migration to AEM Edge Delivery Services. Returns analysis JSON with paths, metadata, cleaned HTML, and local images.

Core Features & Use Cases

  • Extracts content and images from a webpage for migration to a CMS
  • Produces metadata (Open Graph, JSON-LD) and cleaned HTML with local image references
  • Generates document paths and artifact layout to feed downstream migration steps

Quick Start

Analyze a given URL to produce metadata.json, cleaned HTML, and image assets for migration.

Frequently Asked Questions about scrape-webpage

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

FAQPage Schema
How do I extract webpage content and images for CMS migration?

Scraping a webpage for CMS migration involves extracting HTML content, downloading images, and capturing metadata like Open Graph or JSON-LD. This skill outputs a migration-ready JSON file and local image assets with cleaned HTML references.

What metadata formats are extracted during webpage scraping?

Webpage scraping extracts Open Graph and JSON-LD metadata formats. The skill compiles this data into a metadata.json file, ensuring structured page information is preserved alongside cleaned HTML and local images for migration.

Does this webpage scraping tool require Playwright and Sharp?

Yes, this webpage scraping tool requires Playwright and Sharp as dependencies. Playwright handles dynamic page loading and content analysis, while Sharp processes downloaded images to ensure assets are optimized for migration.

How do I prepare webpage assets for AEM Edge Delivery Services import?

Preparing webpage assets for AEM Edge Delivery Services import requires scraping the page to download images, extract metadata, and clean HTML. This generates local artifact layouts and structured JSON for seamless downstream migration.

Why does progressive content loading matter when scraping a webpage?

Progressive content loading ensures safe operation when scraping webpages by allowing dynamic elements to fully render before extraction. This prevents missing images or incomplete HTML during the migration preparation process.

What is the best way to download images and clean HTML from a webpage?

The best way to download images and clean HTML from a webpage is using an automated scraping tool that captures assets and updates references locally. This skill exports local image paths and cleaned HTML for migration-ready JSON output.