Skip to content

Commit f3b9883

Browse files
committed
docs(readme): humanize LLM/MCP copy
1 parent d54cb2a commit f3b9883

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<h1 align="center">WebSkrap</h1>
66

77
<p align="center">
8-
<strong>Async-first Python scraping framework built on Playwright — and a first-class web tool for LLMs and agents.</strong><br>
9-
<em>Coherent browser profiles, persistent sessions, resource routing, and Patchright-powered stealth for data collection workflows that need realistic browser behavior. Ships an MCP server so Claude, Codex, and any MCP agent can fetch live pages as clean, token-efficient text.</em>
8+
<strong>Async-first Python scraping framework built on Playwright that also works as a web tool for LLMs and agents.</strong><br>
9+
<em>Coherent browser profiles, persistent sessions, resource routing, and Patchright-powered stealth for data collection that needs realistic browser behavior. Ships an MCP server so Claude, Codex, and any MCP agent can fetch live pages as plain text instead of raw HTML.</em>
1010
</p>
1111

1212
WebSkrap does not include CAPTCHA solving, login-wall bypassing, credential bypassing, or access-control circumvention. Use it only on targets you are allowed to access.
@@ -403,11 +403,11 @@ tools over stdio: `fetch`, `stealth_fetch`, and `doctor`.
403403
Built for LLMs: both `fetch` and `stealth_fetch` run the same CDP-leak-free
404404
Patchright stealth path the CLI uses (headless Chrome, `networkidle` wait), so
405405
JS-heavy and anti-bot pages that block naive scrapers still load. They return
406-
**clean visible page text by default** no HTML tags, scripts, or style noise
406+
clean visible page text by default, with no HTML tags, scripts, or style noise,
407407
so agents spend tokens on content, not markup (typically 5-10x fewer tokens than
408408
raw HTML). Pass `text_only=False` when you actually need the HTML. Use
409-
`stealth_fetch` for finer control (fingerprint surface, WebRTC, UA masking,
410-
persistent profile). Every result carries `status`, `final_url`, `title`,
409+
`stealth_fetch` for finer control over fingerprint surface, WebRTC, UA masking,
410+
and persistent profiles. Every result carries `status`, `final_url`, `title`,
411411
`text_length`, and truncation flags so the model knows exactly what it got.
412412

413413
```bash

0 commit comments

Comments
 (0)