Pry โ Self-Hosted Web Scraping ๐ข
Pry (pryscraper) is an open-source web scraping framework you run yourself. No third-party scraping API, no per-page billing, no data leaving your server.
Why self-host scraping?โ
- Cost: third-party scraping APIs charge per page. Pry costs one VPS.
- Privacy: scraped data never transits a vendor.
- Control: full Playwright access โ sessions, cookies, headers, JS execution.
- Anti-bot handling: built-in Cloudflare/challenge bypass layer with graceful fallbacks (request โ headless browser โ solver).
What you getโ
| Feature | Status |
|---|---|
| REST API: submit URL โ structured content | ๐ข Live |
| Markdown / HTML / JSON extraction | ๐ข Live |
| Cloudflare challenge bypass | ๐ข Live |
| Session persistence (cookies across requests) | ๐ข Live |
| Screenshot capture | ๐ข Live |
| Template library (pre-built extractors) | ๐ก Beta |
Live instanceโ
The Rug Munch instance powers our research pipelines. Self-host your own: Installation โ
Repo: git.rugmunch.io/RugMunchMedia/pryscraper ยท Product site: pryscraper.com