grabber-development

Build production-grade Python web scrapers with stealth and anti-bot defenses.

6|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/acaprino/claude-code-daodan --skill grabber-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grabber-development
Source: https://github.com/acaprino/claude-code-daodan/tree/main/plugins/grabber-development/skills/grabber-development
Command: npx skills add https://github.com/acaprino/claude-code-daodan --skill grabber-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Builds a knowledge base and workflow for constructing stealthy, production-grade Python web scrapers that can handle modern anti-bot defenses, TLS fingerprinting, proxy strategies, CAPTCHA solving, and AI-assisted extraction.

Core Features & Use Cases

  • Stealth browser automation and browser patching strategies to access JS-rendered targets
  • TLS fingerprint impersonation and HTTP/2 fingerprint evasion for robust HTTP clients
  • Anti-bot bypass techniques for Cloudflare, DataDome, PerimeterX
  • CAPTCHA solving integration and proxy architecture for scalable scraping
  • AI-assisted extraction and integration with ScrapeGraphAI/Crawl4AI for resilient data pipelines
  • Production readiness: rate limiting, observability, and workflow orchestration with Scrapy or Crawlee

Quick Start

Install and activate this skill, then start a production-grade scraping task by launching a stealth browser session and loading your target site.

Frequently Asked Questions about grabber-development

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

FAQPage Schema
How do I bypass Cloudflare and DataDome anti-bot protection in Python web scraping?

Python web scraping bypasses Cloudflare and DataDome anti-bot protection by applying stealth browser automation, TLS fingerprint impersonation, and HTTP/2 fingerprint evasion to access protected endpoints without being blocked.

What is TLS fingerprint impersonation for web scrapers?

TLS fingerprint impersonation for web scrapers is a technique that mimics legitimate client browser signatures in HTTP requests, preventing anti-bot defenses from detecting and blocking automated data collection tools.

Can I use Scrapy or Crawlee for high-volume data pipelines requiring proxy rotation?

Yes, Scrapy or Crawlee support high-volume data pipelines requiring proxy rotation, providing production-ready workflow orchestration with built-in rate limiting and robust observability for resilient scraping.

How do I handle CAPTCHA challenges when scraping JS-rendered target sites?

Handling CAPTCHA challenges when scraping JS-rendered target sites requires integrating CAPTCHA solving services with stealth browser automation to programmatically access and extract protected content.

What is the best way to extract data from JS-rendered target sites?

The best way to extract data from JS-rendered target sites is using AI-assisted extraction with ScrapeGraphAI or Crawlee, combining stealth browser patching strategies with resilient data pipelines for production environments.

Do I need proxy rotation and rate limiting for production-grade Python scrapers?

Yes, production-grade Python scrapers need proxy rotation and rate limiting to prevent IP bans, distribute request loads across high-volume data pipelines, and maintain robust observability against anti-bot defenses.