authenticated-scrape

Community

Scrape data from authenticated sites in minutes.

AuthorSalberg87
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Scraping data from pages that require login can be tedious and error-prone. This Skill automates the process by capturing authenticated network requests and producing ready-to-use data scripts, saving time and reducing manual effort.

Core Features & Use Cases

  • Authenticated header capture: After you log in once, Claude captures Authorization and Cookie headers from network traffic for reuse.
  • Data extraction: Parse responses (JSON/HTML) and extract targeted fields into JSON, CSV, or code snippets.
  • Use Case: Export customer data from a private analytics dashboard or routinely fetch private metrics from an API without manual login steps.

Quick Start

Use the skill by running /authenticated-scrape, then provide the site you want to scrape and the specific data to extract. Claude will guide you to log in, capture requests, pick the target endpoint, and generate reusable scripts (Node.js, Python, or curl) for future automation.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: authenticated-scrape
Download link: https://github.com/Salberg87/authenticated-scrape/archive/main.zip#authenticated-scrape

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository