<?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: Michael Ozersky</title>
    <description>The latest articles on DEV Community by Michael Ozersky (@michael_ozersky_9624310ec).</description>
    <link>https://dev.to/michael_ozersky_9624310ec</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3943039%2F4d657d69-d9fa-4334-8b84-8dcd23a9e12d.png</url>
      <title>DEV Community: Michael Ozersky</title>
      <link>https://dev.to/michael_ozersky_9624310ec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michael_ozersky_9624310ec"/>
    <language>en</language>
    <item>
      <title>I built a tool that lets you query websites using SQL</title>
      <dc:creator>Michael Ozersky</dc:creator>
      <pubDate>Wed, 20 May 2026 23:21:57 +0000</pubDate>
      <link>https://dev.to/michael_ozersky_9624310ec/i-built-a-tool-that-lets-you-query-websites-using-sql-5de</link>
      <guid>https://dev.to/michael_ozersky_9624310ec/i-built-a-tool-that-lets-you-query-websites-using-sql-5de</guid>
      <description>&lt;p&gt;Have you ever wondered: Why can't I query a web page like I can query a DB? That question led me to start building &lt;a href="https://SiteRows.com" rel="noopener noreferrer"&gt;https://SiteRows.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea is to expose web content as queryable datasets, so you can do things like:&lt;/p&gt;

&lt;p&gt;URL: &lt;a href="https://wikipedia.org" rel="noopener noreferrer"&gt;https://wikipedia.org&lt;/a&gt;&lt;br&gt;
SQL: select * from @a where text like '%English%'&lt;br&gt;
RESULT: A list of all links whose text contains "English"&lt;/p&gt;

&lt;p&gt;There is a front-end with a SQL-like object explorer, and there is an API to set up automation. Please feel free to visit SiteRows and let me know what you think.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://SiteRows.com" rel="noopener noreferrer"&gt;https://SiteRows.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
