scrapling-official
Official web scraping framework for stealthy data extraction, browser automation, and concurrent crawls using Python.
Install
npx skills add https://github.com/d4vinci/scrapling --skill scrapling-officialStats
| Total installs | 925 |
| Weekly installs | 924 |
| GitHub stars | 33.3K |
| First seen | Mar 8, 2026 |
| Source | @d4vinci/scrapling |
Summary
- Three fetcher types for different scenarios: basic HTTP requests, stealth mode for anti-bot systems like Cloudflare Turnstile, and full browser automation with JavaScript rendering
- CLI commands (scrapling extract) for quick downloads and extraction without coding; escalate from get to fetch to stealthy-fetch as needed
- Spider framework for concurrent, multi-session crawls with pause/resume checkpoints, proxy rotation, and automatic parser learning from page changes
- Rich parsing API supporting CSS selectors, XPath, BeautifulSoup-style queries, and element navigation; works with both fetched pages and raw HTML strings
- Requires Python 3.10+; Docker image available for users without Python
Tags
Related skills
| Skill | Installs | vs scrapling-official |
|---|---|---|
| senior-fullstack | 956 | +31 |
| systems-thinking | 934 | +9 |
| grimoire | 946 | +21 |
| Git Helper | 0 | -925 |
| flutter-plugins | 951 | +26 |
FAQ
- How many installs does scrapling-official have?
- scrapling-official has 925 total installs and 924 installs this week.
- Where is scrapling-official hosted?
- scrapling-official is published by @d4vinci/scrapling at https://github.com/d4vinci/scrapling.
- How many GitHub stars does scrapling-official have?
- scrapling-official has 33.3K GitHub stars.
- When was scrapling-official first indexed?
- OrangeBot.AI first indexed scrapling-official on Mar 8, 2026.
- How do I install scrapling-official?
- Run: npx skills add https://github.com/d4vinci/scrapling --skill scrapling-official