Reverse API Engineer — клиент к скрытому API сайта
★ 964
Reverse API Engineer is a tool that turns websites into APIs: you (or an AI agent) browse the site, and you get a clean, typed client for the endpoints the site actually uses under the hood. Reach for it when a service has no public API but you need its data or actions programmatically: you give it a site and a goal ("fetch all Apple jobs"), a browser (driven by you or an agent) runs the scenario, network traffic is captured to a HAR file, and the model reads it and generates a working client in Python, JavaScript, TypeScript, Go, Java, C#, PHP, Ruby, or C. Its focus is reconstructing a site's hidden API from its network traffic into a ready client, not a general web scraper or a browser agent for actions: the output is code that calls the internal requests. It is a dual-use tool: use it within the law and the service's terms, bearing in mind that private endpoints can change and be protected against such access.
- #AI Agents