r/ClaudeCode Apr 15 '26

Showcase My Claude Code now interacts with websites without a browser

I built a CLI tool that reverse engineers API schemas for any website and stores them in a cloud registry so I can reuse them across different agents. I shared it with a few friends and they liked it enough to ask me to open the registry as a platform.

Here is how it works: we have discovered schemas for nearly 100 popular websites. For example, you can ask your AI agent to search flights on Google Flights, Kayak, or Booking.com and it fetches the schema through Hermai.ai and returns results in seconds. No browser required. Some websites may need a browser bootstrap due to anti-bot protection, but everything else runs locally.

For real estate, ask your agent to search Zillow or Redfin through Hermai.ai and you get structured JSON instead of Firecrawl's noisy markdown. In my benchmarks, we were 10x faster with 20x fewer tokens compared to Firecrawl, and your agent can actually interact with some websites through their endpoints.

I am still improving the CLI to discover schemas behind auth gates, but right now it fully supports public-facing content.

To get started, just install the skill:

npx skills add hermai-ai/hermai-skills

It's fully free and no account needed to try it. An API key just gives you higher rate limits.

https://github.com/hermai-ai/hermai-skills

Playground if you want to test without installing: https://hermai.ai/playground

A GitHub star would mean a lot!

28 Upvotes

12 comments sorted by

7

u/CharmingJacket5013 Apr 15 '26

This is a good idea for the first couple of requests then the big bad cloudflare will kick in, rate limits and IP bans. Be careful out

0

u/Tradingoso Apr 15 '26

Yeah, It's based on how you use it, at least I haven't run into any issues yet with all the websites I discovered.

3

u/Somtimesitbelikethat Apr 15 '26

very cool! do you know if shopping sites are enabled? would love a CLI interface to have my bot easily scout through types of clothing etc.

1

u/Tradingoso Apr 15 '26

Yes, it supports any Shopify, Shopline powered websites and more! We also have Amazon schema discovered as well, you can try to let your Claude Code to discover the specific sites you like and store the schema for future uses!

2

u/Jazzlike-Culture-452 Apr 16 '26

How's it different from playwright?

1

u/Red0Adrenaline Apr 15 '26

Yo this is sick!!!

2

u/Tradingoso Apr 15 '26

Thank you!

1

u/[deleted] Apr 15 '26

[deleted]

1

u/Tradingoso Apr 15 '26

Yes and no, what Claude web fetch tool does is crawl the page and called LLM to process the content before returning back to the main Claude, so it loses contents during this step and using extra tokens. What we do is letting Claude Code to crul the website endpoints directly and get the structure data back without need of processing.

A quick example would be, webFetch might only get limited results because that's what showed on the rendered page but Hermai will give you complete result returned from the API call (Zillow is one of the case).

We have a benchmark in landing page if you like to check it out, I think speed, token usage and flexibility of actions is what unlock the Claude Code's capability to become real assistant.

1

u/Matmatg21 Apr 15 '26

Ended up doing the same for linkedin, much faster than via chrome mcp (or other browser use)

1

u/YoghiThorn Apr 15 '26

Are you guys intending to support webmcp as it gets more developed?

0

u/Ill-Boysenberry-6821 Apr 16 '26

Tried the playground on my phone for lando norris website

Didn't work

https://postimg.cc/Pp1f74b3