Skip to main content

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โ€‹

FeatureStatus
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