Quickscrape
QuickScrape is a lightweight, high-level web scraping library for Python that makes extracting structured data from websites simple and intuitive. Unlike more complex scraping frameworks, QuickScrape focuses on providing straightforward APIs for common extraction tasks.
Install / Use
/learn @akkasayaz/QuickscrapeQuality Score
Category
Development & EngineeringSupported Platforms
README
QuickScrape
A simple Python library for extracting common data types from web pages.
Installation
pip install quickscrape
Usage
import quickscrape
# Extract emails from a webpage
emails = quickscrape.extract("email", "https://example.com/contact")
# Extract tables
tables = quickscrape.extract("table", "https://example.com/data")
# Get tables as pandas DataFrames
tables_df = quickscrape.extract("table", "https://example.com/data", output_format="dataframe")
# Extract multiple data types at once
results = quickscrape.extract(["email", "table"], "https://example.com")email", "https://example.com/contact")
# Extract tables
tables = quickscrape.extract("table", "https://example.com/data")
License
MIT
Development Workflow
-
Local Development: Install your package in development mode:
pip install -e . -
Testing : Use pytest for writing and running tests.
pip install pytest pytest
Related Skills
apple-reminders
349.7kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
349.7kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
349.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
349.7kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
