Skip to main content
Back to the directory
jamditis/claude-skills-journalismSoftware EngineeringFrontend and Design

web-scraping

Reliable web scraping with cascading fallbacks, anti-bot bypass, and poison pill detection.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/jamditis/claude-skills-journalism --skill web-scraping
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, web-scraping has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: jamditis/claude-skills-journalism. Canonical URL: https://skills.sh/jamditis/claude-skills-journalism/web-scraping.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Reliable web scraping with cascading fallbacks, anti-bot bypass, and poison pill detection. Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling. Implement multiple extraction strategies with automatic fallback: Use browser developer tools to discover APIs: When you copy a cURL from dev tools, it includes many parameters. Strip it down by: Source: Leon Yin, "Finding Undocumented APIs," Inspect Element , 2023 Detect paywalls, anti-bot pages, and other failures: - Implements a scraping cascade architecture with four strategies: trafilatura for fast article extraction, requests with rotating user agents, Playwright with stealth mode for JavaScript-heavy sites, and async Playwright for Jupyter notebooks - Includes poison pill detection to identify paywalls, CAPTCHAs, rate limits, Cloudflare blocks, and login walls using pattern matching and status code analysis - Covers reverse-engineering undocumented APIs through browser dev tools, with examples for autocomplete endpoints and parameter stripping - Provides ready-to-use patterns for YouTube (yt-dlp), Instagram (instaloader), and TikTok scraping, including metadata extraction, video downloads, and transcript retrieval - Emphasizes ethical scraping: robots.txt compliance, rate limiting, request delays per domain, and respectful User-Agent headers - Open developer tools (right-click → Inspect,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does web-scraping do?

Reliable web scraping with cascading fallbacks, anti-bot bypass, and poison pill detection.

Is web-scraping good?

web-scraping does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support web-scraping?

web-scraping currently lists compatibility with Skills CLI.

Is web-scraping safe to install?

web-scraping has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to web-scraping?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install web-scraping?

Run the following command to install web-scraping: npx skills add https://github.com/jamditis/claude-skills-journalism --skill web-scraping

Related skills

More from jamditis/claude-skills-journalism

Related skills

Alternatives in Software Engineering