Launching today

Agent API Gateway
Turn any URL into structured JSON for AI agents
5 followers
Turn any URL into structured JSON for AI agents
5 followers
Agent API Gateway is a structured web data API for AI agents. Pass any URL and get back clean, schema-locked JSON — product details, articles, company info, and more. No more fragile scrapers or parsing HTML. Built for AI agents that need real-time web data they can trust.

Passed a few messy product pages and the JSON came back surprisingly clean, no schema drift so far. Honestly the schema-locked output makes wiring it into an agent way less painful than my usual scraper mess.
one thing that would honestly make this way more useful for me, caching responses with a ttl so repeat requests for the same url don't hit your backend every time, basically a stale while revalidate setup would save a ton of compute and speed things up for agents polling the same pages
One thing that would make this way more useful for my agents is built-in caching with a TTL parameter so repeat queries for the same URL don't burn through credits. Right now I'd have to build that wrapper myself, and it feels like it should just be part of the gateway.