kalil0321/reverse-api-engineer — reverse-engineered prompt
Reverse engineered prompt
Build me a Python CLI app that can turn a website into a usable API client. I want to type a goal like “get all jobs from this careers site”, have a browser open, capture the network calls the site actually uses, and then generate a clean client plus example usage and a short README. It should support a mode where I drive the browser myself, and another mode where an AI agent can do the browsing for me. I also want to be able to generate the client again later from a saved capture, and have a simple collector mode that can save structured results as JSON and CSV.
Make it feel polished for real use, with settings, run history, message logs, and simple commands to inspect old runs or rerun generated scripts. Let me choose Python, JavaScript, or TypeScript output. Save permanent run data in a user folder and also copy readable results into a local scripts folder. Please use Playwright for browsing and look up current docs online if you need to.
Want more depth? Deep Reverse