Python SDK for CRW web scraper — scrape, crawl, and map any website from Python
Project description
crw
Python SDK for CRW — the open-source web scraper built for AI agents.
Install
pip install crw
Usage
from crw import CrwClient
# Zero-config (downloads crw-mcp binary automatically):
client = CrwClient()
result = client.scrape("https://example.com")
print(result["markdown"])
# Or connect to a remote server:
client = CrwClient(api_url="https://fastcrw.com/api", api_key="fc-...")
MCP Server
After installing, you can also use crw-mcp as an MCP server:
crw-mcp # starts stdio MCP server
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crw-0.2.1.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
crw-0.2.1-py3-none-any.whl
(7.2 kB
view details)
File details
Details for the file crw-0.2.1.tar.gz.
File metadata
- Download URL: crw-0.2.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4485e95d8434e84c4e101d20219fa15341917f0b28d33a640a97476176058f02
|
|
| MD5 |
3b588ecf5e686a8bc80487140131d35f
|
|
| BLAKE2b-256 |
1a9046a9d669049e4ac1adf82a313b7691025cae05a38b76e39cd8332a63c047
|
File details
Details for the file crw-0.2.1-py3-none-any.whl.
File metadata
- Download URL: crw-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
746369819347b6cdd3947c387bf3e2ab6aeb61ef5e84e6df67f7f1d928d10fda
|
|
| MD5 |
815a1f1759e82c683871bf11bac2e631
|
|
| BLAKE2b-256 |
da1b43e7f98bc8e03660285b0459fd5b651fb9e367222b74054ff68525d5611d
|