# Scrapling

> scrapling - 高度なWebスクレイピング

- Skill: `tegnike/scrapling` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tegnike/scrapling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tegnike/scrapling/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tegnike (https://skillmd.com/u/tegnike)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tegnike/scrapling

---

# scrapling - 高度なWebスクレイピング

Scraplingライブラリを使ったアンチボット対応Webスクレイピングシステム。

## Features

- Cloudflare対策
- JavaScriptレンダリング対応
- ブラウザフィンガープリント偽装
- 自動リトライ・セッション管理

## Usage

```
@nikechan Scraplingで{URL}取得して
@nikechan {URL}の内容教えて（Scrapling使用）
```

## Dependencies

- scrapling>=0.4

## Example

```python
from scrapling import Fetcher

fetcher = Fetcher()
page = fetcher.get("https://example.com")
print(page.text)
```

