What problem does it solve?
ApiTap provides a browser-free way to access web data by converting websites into portable API skill files, avoiding the cost and fragility of browser automation and manual scraping.
Core Features & Use Cases
- Read mode extracts page content without launching a browser, using site-specific decoders and fallbacks for general HTML.
- Replay mode calls a captured endpoint directly via fetch() using a signed skill file, enabling AI agents to rely on stable APIs.
- Capture mode records network traffic from a site to generate new skill files for future replay, reducing setup effort and improving reproducibility.
- Typical use cases include querying popular services (Stripe, GitHub, Slack) or any site with an API-like surface via a portable skill.
Quick Start
Use ApiTap to capture a site and generate a skill file, then replay an endpoint directly with fetch().