Just Scrape

🌐Community
by scrapegraphai · vlatest · Repository

Extracts structured data from any webpage, even without APIs, using advanced web scraping techniques.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add just-scrape npx -- -y @trustedskills/just-scrape
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "just-scrape": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/just-scrape"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The just-scrape skill allows AI agents to extract data from web pages. It can handle various website structures and formats, providing a straightforward way to gather information without complex coding. The extracted data is returned in a structured format suitable for further processing or analysis.

When to use it

  • Market Research: Quickly collect product details like prices and descriptions from competitor websites.
  • News Aggregation: Gather headlines and summaries from multiple news sources into a single feed.
  • Real Estate Data Collection: Extract property listings, addresses, and pricing information from real estate websites.
  • Lead Generation: Scrape contact information (names, emails) from company directories or online business listings.

Key capabilities

  • Web page data extraction
  • Structured data output
  • Handles various website formats

Example prompts

  • "Scrape the product details for 'Nike Air Max' from this URL: [website address]"
  • "Extract all headlines and summaries from this news site: [website address]"
  • "Get a list of property addresses and prices from this real estate listing page: [website address]"

Tips & gotchas

The skill requires the target website to be publicly accessible. Be mindful of robots.txt files and respect website terms of service when scraping data.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
scrapegraphai
Installs
0

🌐 Community

Passed automated security scans.