What problem does it solve?
Many modern websites hide the data users need behind internal APIs, encrypted payloads, WebSocket streams, or heavily obfuscated JavaScript, making traditional HTML scraping impossible.
Core Features & Use Cases
- Network capture to discover hidden API calls.
- Response classification to distinguish plaintext, compressed, or encrypted data.
- API replay with minimal required headers.
- Token extraction from cookies, local storage, or inline scripts.
- JavaScript deobfuscation to locate endpoints and keys.
- Payload decryption for NaCl, AES‑GCM, or CryptoJS protected data.
- WebSocket interception for real‑time feeds.
- GraphQL reconstruction when introspection is disabled.
- Protobuf decoding for binary message formats.
These capabilities enable developers to extract data from e‑commerce sites, dashboards, real‑time feeds, and any web app that loads content dynamically.
Quick Start
Use torch to reverse‑engineer a URL and automatically retrieve its hidden API data.