I have many tasks I ask my AI agent to handle, like searching flight tickets, finding rentals on Zillow, or browsing events on lu.ma. My agent would try to crawl or use a browser (both real and headless), and as you might know, it is slow and burns a lot of tokens.
I remember seeing parse.bot on HN but it is too pricey, and I prefer running requests locally, so I built a CLI tool that finds API schemas of websites and contributes them to a public registry so I can use them across any agent I have. I showed it to a few friends and they really liked it and pushed me to build a platform where everyone can use discovered schemas locally and contribute new ones as well.
Right now the CLI is focused on public-facing actions and supports Cloudflare-protected websites (requires browser bootstrap). I am continuing to improve on discovering schemas behind auth gates, which should come soon.
I have collected about 100 website schemas for you to try. My goal is to build a HuggingFace for website API schemas so agents can interact with any website without a browser.
If you don't want to sign up, there is a playground in the nav menu where you can test discovered websites and see exactly how to get the data you need. The main goal is to help agents act faster and use fewer tokens. If you find this helpful, please star me on GitHub as it encourage me and contribute schemas if you want to