Stop rebuilding scrapers.
Turn any website into stable APIs.
Hermai is the open catalog of website APIs. Use it when your product needs the same site data again without keeping scrapers alive.
Integrates with
Use cases
Your agent reads the sites that matter.
Government records, business filings, procurement, and live market data, delivered as structured, site-specific APIs that stay stable when the site changes.
Benchmarks
Faster. Cleaner. Proven.
Real workflows on government and consumer sites where scrapers fail. Benchmarked against Firecrawl and WebFetch: cleaner data, structured fields, fewer failures.
Try in playground - no signup neededSearch recent federal awards
10 awards · ID, recipient, amount
200 OK, but 0 awards from the JS app
JS app - empty payload, no awards
10 awards · ID, recipient, amount
200 OK, but 0 awards from the JS app
JS app - empty payload, no awards
Gov rows June 2026 · Zillow/GitHub April 2026 · cold fetch, single connection
How it works
Install once. Ask anything. Get structured data.
No scrapers. No HTML parsing. No guessing. Your agent reads schemas, calls the site, and hands you clean data from the registry.
Install the skill
Run the install command in any agent. Claude Code, Cursor, Windsurf, and 40+ tools.
✓ Found skill: hermai ✓ Installed to ~/.claude/skills/ ✓ Covers calling + contributing
Ask anything
Your agent reads the schema, calls the real API, and handles auth. No scraping, no guessing.
"find 3-bedroom Airbnb listings in San Francisco for next weekend, group of 4"
Get structured data
Clean structured data, not HTML noise. Schemas discovered once, reused whenever you need the same site data.
{
"listings": [
{ "title": "Sunny Mission flat",
"price": 412,
"beds": 3,
"rating": 4.91 }
],
"total": 12
}Contribute
Don't see your site? Add it for agents.
Hermai is an open catalog of website APIs. Anyone can add a schema with the CLI; every contribution makes the next agent more reliable. AGPL-3.0.
Using Claude Code, Cursor, or Codex? Add the hermai skill and let your agent run the CLI for you, with schema rules enforced. The contributor references load on demand.
Trending
Trending this week
Most fetched by agents in the last 7 days. Health-monitored continuously, so broken schemas drop out before they reach your agent.
Search, browse, and enumerate Walmart US product and store data, including product detail pages, store-scoped product detail, category pages, reviews, and store directory sources.
Public schema metadata is available. Pull the package with an API key to inspect the full technical details.
Wine.com catalog schema for public product discovery, sitemap lookup, and product detail pages with price, vintage, producer, and availability context where available.
albertsons.com grocery catalog and store directory schema for public product discovery, aisle browsing, product detail lookup, and store metadata.
Roadmap
Where we're headed.
- CLI + Schema catalog
Search, pull, execute. Structured JSON back.
- Hosted execution
Run schemas through Hermai with an API key. No local setup required.
- Community contributions
Open submissions with verification and trust scoring
- Health monitoring
Continuous verification, auto-flagging stale schemas
- Contributor profiles
Public profiles for schema authors with contribution history
- Community ratings & discussions
Upvote, downvote, and discuss schemas with other agent builders
- Site-hunter rankings
Weekly leaderboard for top schema contributors
- Schema composer
Search and return available endpoints for the data you need
- Usage history
Review recent runs, usage, and handoff details from one place
- Safe example mode
Try a structured response before running a live request.
- Guided error fixes
Explain missing params, auth needs, and next steps in plain language.
- Team visibility
Saved runs, usage history, and clearer handoff from trial to production.
- CLI + Schema catalog
Search, pull, execute. Structured JSON back.
- Hosted execution
Run schemas through Hermai with an API key. No local setup required.
- Community contributions
Open submissions with verification and trust scoring
- Health monitoring
Continuous verification, auto-flagging stale schemas
- Contributor profiles
Public profiles for schema authors with contribution history
- Community ratings & discussions
Upvote, downvote, and discuss schemas with other agent builders
- Site-hunter rankings
Weekly leaderboard for top schema contributors
- Schema composer
Search and return available endpoints for the data you need
- Usage history
Review recent runs, usage, and handoff details from one place
- Safe example mode
Try a structured response before running a live request.
- Guided error fixes
Explain missing params, auth needs, and next steps in plain language.
- Team visibility
Saved runs, usage history, and clearer handoff from trial to production.
FAQ
Frequently asked questions
Short answers about the catalog, schemas, and how Hermai helps teams use stable website APIs.
What is Hermai?
Hermai is an open catalog of website APIs. Contributors add schemas for sites that do not offer a clean public API, so products and agents can use stable data instead of brittle scrapers.
How is this different from web scraping?
Scrapers depend on page HTML, so they break when a site changes its layout. Hermai schemas describe the API surface behind a site and return structured JSON.
Is Hermai free to use?
Yes. The schema catalog, CLI, and HTTP API are open source under AGPL-3.0. You can browse schemas and try the playground without signing up.
What sites does Hermai support?
The catalog covers commerce, media, travel, finance, government, developer tools, and more. Check the live catalog to see what is covered today.
Can I use Hermai for government and public-record data?
Yes. Government and public records are a flagship vertical: federal registers, business filings, procurement, and state and local open-data portals, delivered as structured, health-monitored APIs. See the Government solutions page for the compliance, KYB, and procurement workflows.
How do I add a new schema?
Install the CLI, inspect a site's API surface, then publish the schema to the registry. The hermai skill can guide your agent through the process.
Who maintains the schemas?
Schemas are contributed and maintained by the community. Hermai runs health checks and shows trust metadata so users can see which schemas are verified.