scrape

Extract web page content using CSS selectors and stealthy fetching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to extract data from any website, even those protected by anti-bot measures, without needing an API key.

Core Features & Use Cases

  • Web Scraping: Extract content from URLs using various methods, including stealthy fetching.
  • Selector Filtering: Use CSS selectors to pre-filter content, reducing token usage.
  • Use Case: Quickly gather product details from an e-commerce site, extract article text from a blog, or collect data from multiple competitor pages.

Quick Start

Use the scrape skill to extract the main content from the provided URL.

Frequently Asked Questions about scrape

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

FAQPage Schema
How do I scrape web content from sites with anti-bot measures?

To scrape web content from protected sites, this Skill uses stealthy fetching techniques to bypass anti-bot measures. It handles JavaScript-rendered content and extracts data without requiring an API key.

Can I use CSS selectors to pre-filter extracted web scraping data?

Yes, you can use CSS selectors to pre-filter web scraping data. This feature targets specific page elements for extraction, which reduces token usage by isolating only the relevant content.

Does web scraping work on JavaScript-rendered dynamic websites?

Web scraping works on JavaScript-rendered dynamic websites by utilizing advanced fetching techniques. This ensures that dynamically loaded content is fully captured during the data extraction process.

What's the best way to extract product details from e-commerce sites without an API?

The best way to extract product details without an API is using stealthy fetching combined with CSS selectors. This approach gathers competitive analysis data while bypassing site restrictions.

Why should I use CSS selectors when scraping web pages for content aggregation?

You should use CSS selectors when scraping web pages to pre-filter extracted content. This prevents loading unnecessary page elements, making content aggregation more efficient and significantly reducing token usage.