<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: NexusCore</title>
    <description>The latest articles on DEV Community by NexusCore (@zachdreamz).</description>
    <link>https://dev.to/zachdreamz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032752%2F2f61fe22-f847-4cff-a25c-f0488d2e0377.png</url>
      <title>DEV Community: NexusCore</title>
      <link>https://dev.to/zachdreamz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zachdreamz"/>
    <language>en</language>
    <item>
      <title>I built a tiny HTTP gateway so agents get structured JSON from any URL</title>
      <dc:creator>NexusCore</dc:creator>
      <pubDate>Thu, 16 Jul 2026 20:37:16 +0000</pubDate>
      <link>https://dev.to/zachdreamz/i-built-a-tiny-http-gateway-so-agents-get-structured-json-from-any-url-59</link>
      <guid>https://dev.to/zachdreamz/i-built-a-tiny-http-gateway-so-agents-get-structured-json-from-any-url-59</guid>
      <description>&lt;h1&gt;
  
  
  Why
&lt;/h1&gt;

&lt;p&gt;Most agent stacks still end with "scrape this page and hope the HTML stays stable." I wanted something boring and paid: &lt;strong&gt;URL + schema → validated JSON&lt;/strong&gt;, with a free tier for eval and a \ starter if you just want to poke it.&lt;/p&gt;

&lt;p&gt;Live: &lt;a href="https://agentapigw.dpdns.org" rel="noopener noreferrer"&gt;agentapigw.dpdns.org&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Send a URL + a schema type (product / article / company)&lt;/li&gt;
&lt;li&gt;Get structured JSON back&lt;/li&gt;
&lt;li&gt;Polar checkout for starter / hobby / pro&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  API shape (high level)
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;http&lt;br&gt;
POST /v1/...&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Health:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ash&lt;br&gt;
curl -s https://agentapigw.dpdns.org/health&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Buy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free tier for eval&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://agentapigw.dpdns.org/buy" rel="noopener noreferrer"&gt;\ starter&lt;/a&gt; if free is too tight&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;People wiring agents that need &lt;strong&gt;structured web data&lt;/strong&gt; without babysitting parsers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you break it, tell me. Repo: &lt;a href="https://github.com/ZachDreamZ/agent-api-gateway" rel="noopener noreferrer"&gt;https://github.com/ZachDreamZ/agent-api-gateway&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>api</category>
      <category>showdev</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
