Metadata-Version: 2.4
Name: zlurp
Version: 1.0.0
Summary: Web scraping SDK for AI agents. Convert any URL to clean markdown via x402 micropayments on Base.
License: MIT
Project-URL: Homepage, https://zlurp.ai
Project-URL: Repository, https://github.com/zlurp/zlurp
Project-URL: Documentation, https://zlurp.ai/docs/llms.txt
Keywords: web-scraping,x402,ai-agents,markdown,base,usdc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# zlurp

Web scraping SDK for AI agents. Convert any URL to clean markdown via x402 micropayments on Base.

## Install

```bash
pip install zlurp
```

## Usage

```python
from zlurp import probe, scrape

# Check cost first (free)
cost = probe("https://example.com")
print(cost["costUSDC"])  # "0.005000"

# Scrape with x402 payment headers
result = scrape("https://example.com", mode="article")
print(result["markdown"])
```

## Links
- Homepage: https://zlurp.ai
- Docs: https://zlurp.ai/docs/llms.txt
- MCP Server: https://smithery.ai/servers/zlurp/zlurp
