scrape-webpage

Scrapes webpages and extracts metadata, images, and cleaned HTML for migration.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/paolomoz/quasar --skill scrape-webpage-paolomoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape-webpage
Source: https://github.com/paolomoz/quasar/tree/main/.skills/scrape-webpage
Command: npx skills add https://github.com/paolomoz/quasar --skill scrape-webpage-paolomoz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of extracting content, metadata, and images from web pages, preparing them for import into systems like AEM Edge Delivery Services.

Core Features & Use Cases

  • Webpage Scraping: Extracts all necessary assets and content from a given URL.
  • Image Handling: Downloads images, converts formats, and updates HTML to reference local files.
  • Metadata Extraction: Captures SEO and social media metadata for preservation.
  • Use Case: When migrating a website, use this Skill to efficiently gather all content and assets from an existing page, ensuring a smooth transition to a new platform.

Quick Start

Use the scrape-webpage skill to analyze the content of https://example.com/about-us.

Frequently Asked Questions about scrape-webpage

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

FAQPage Schema
How do I scrape webpage content and download images for AEM migration?

Webpage scraping for AEM migration automates extracting content, metadata, and images from a URL using Playwright. It returns a comprehensive analysis JSON with local image paths, cleaned HTML, and extracted SEO metadata to prepare assets for import.

What is the best way to extract SEO metadata and images from a webpage?

Extracting SEO metadata and images from a webpage involves capturing social media tags and downloading visual assets simultaneously. This Skill processes the URL to return cleaned HTML alongside locally downloaded and converted image files ready for platform transition.

Does Playwright work well for web scraping and content extraction?

Playwright works effectively for web scraping by providing browser automation to render and capture full webpage content. It drives the extraction process to retrieve dynamic HTML, images, and metadata that static fetchers might miss.

Can I use Sharp for image manipulation during webpage scraping?

Sharp is used during webpage scraping to handle image manipulation, converting downloaded formats and updating the HTML to reference local files. This ensures extracted visual assets are optimized and correctly linked for AEM Edge Delivery Services.

What format does the webpage scraper return for imported assets?

The webpage scraper returns a comprehensive analysis JSON containing local image paths, cleaned HTML, and extracted metadata. This structured output ensures all scraped content and assets are properly formatted for immediate import or migration.

Why use an automated scraper for AEM Edge Delivery Services migration?

Automated scraping for AEM Edge Delivery Services migration efficiently gathers all content and assets from existing pages, ensuring a smooth transition. It eliminates manual extraction by automatically downloading images, converting formats, and preserving SEO metadata.