<?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: Aman Bhawsar</title>
    <description>The latest articles on DEV Community by Aman Bhawsar (@aman_bhawsar_8ec322eb7815).</description>
    <link>https://dev.to/aman_bhawsar_8ec322eb7815</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%2F4011280%2F5e1d442b-90b8-49d6-9386-19863919d88d.png</url>
      <title>DEV Community: Aman Bhawsar</title>
      <link>https://dev.to/aman_bhawsar_8ec322eb7815</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aman_bhawsar_8ec322eb7815"/>
    <language>en</language>
    <item>
      <title>How to Get Fresh New-Business Leads Across 6 US States (with a simple API)</title>
      <dc:creator>Aman Bhawsar</dc:creator>
      <pubDate>Thu, 09 Jul 2026 05:57:02 +0000</pubDate>
      <link>https://dev.to/aman_bhawsar_8ec322eb7815/how-to-get-fresh-new-business-leads-across-6-us-states-with-a-simple-api-51na</link>
      <guid>https://dev.to/aman_bhawsar_8ec322eb7815/how-to-get-fresh-new-business-leads-across-6-us-states-with-a-simple-api-51na</guid>
      <description>&lt;p&gt;Every day, thousands of new companies register across the US — and new businesses buy &lt;em&gt;everything&lt;/em&gt;: banking, insurance, software, accounting. If you sell B2B, reaching them in their first week is a huge advantage.&lt;/p&gt;

&lt;p&gt;The problem: business registries are split across dozens of state websites, each with its own format. Scraping them yourself is painful.&lt;/p&gt;

&lt;h2&gt;
  
  
  The easy way
&lt;/h2&gt;

&lt;p&gt;I built a scraper that pulls newly registered businesses across 6 US states (14M+ records) into clean JSON/CSV — no setup, no browser automation on your side.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What you get per company:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Company name, registered agent, address&lt;/li&gt;
&lt;li&gt;Registration date &amp;amp; status&lt;/li&gt;
&lt;li&gt;Cross-linked with SEC EDGAR + OFAC sanctions screening&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Example output
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
json
{
  "company_name": "Sunrise Ventures LLC",
  "state": "TX",
  "status": "Active",
  "registered_agent": "John Smith",
  "registration_date": "2026-06-28"
}

Try it

👉 US Business Registry Scraper:
https://apify.com/inexhaustible_glass/us-business-registry

See all my scrapers here:
https://apify.com/inexhaustible_glass

Free to try. Great for B2B sales, fintech onboarding, and compliance teams who want first-mover advantage on fresh leads.

What data source would you want scraped next? Drop a comment 👇
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>leadgeneration</category>
      <category>datascience</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
