Adaptive web scraping framework — handles everything từ single request đến full-scale crawl, tự động thích nghi khi site thay đổi. 59K stars.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add yanacuti1121/Yana-AI --skill d4vinci--scrapling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of D4vinci Scrapling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yanacuti1121-d4vinci-scrapling-yana-ai)More formats (shields.io, HTML) on the badges page.
---
name: d4vinci--scrapling
description: "Adaptive web scraping framework — handles everything từ single request đến full-scale crawl, tự động thích nghi khi site thay đổi. 59K stars."
allowed-tools: Bash, Read, Write
user-invocable: true
---
Scrapling là adaptive web scraping framework: tự động adapt khi website thay đổi layout, không cần update selector.
## Install
```bash
pip install scrapling
scrapling install # install browsers
```
## Quick start
```python
from scrapling import Fetcher
fetcher = Fetcher()
page = fetcher.get('https://example.com')
# Smart element finding — adapts to site changes
products = page.find_all('div.product', auto_match=True)
for p in products:
print(p.find('span.price').text)
```
## Features
- Auto-match selectors khi site thay đổi
- Playwright + requests + httpx backends
- Anti-bot bypass built-in
- Agent Skill available
## Source
https://github.com/D4Vinci/Scrapling · ⭐59.8K
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.