<?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: Programmatic SEO</title>
    <description>The latest articles on DEV Community by Programmatic SEO (@programmatic_seo).</description>
    <link>https://dev.to/programmatic_seo</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%2F3869237%2F7fb943ac-ca5c-44d8-b614-8bef57776f49.png</url>
      <title>DEV Community: Programmatic SEO</title>
      <link>https://dev.to/programmatic_seo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/programmatic_seo"/>
    <language>en</language>
    <item>
      <title>I built a free salary data API for engineers — 200+ roles, 500+ cities, no auth needed</title>
      <dc:creator>Programmatic SEO</dc:creator>
      <pubDate>Thu, 09 Apr 2026 07:29:26 +0000</pubDate>
      <link>https://dev.to/programmatic_seo/i-built-a-free-salary-data-api-for-engineers-200-roles-500-cities-no-auth-needed-2o6e</link>
      <guid>https://dev.to/programmatic_seo/i-built-a-free-salary-data-api-for-engineers-200-roles-500-cities-no-auth-needed-2o6e</guid>
      <description>&lt;p&gt;I got tired of salary data being locked behind paywalls or buried in job listings. So I built a free API.&lt;/p&gt;

&lt;p&gt;No API key. No signup. Just data.&lt;/p&gt;

&lt;h2&gt;
  
  
  Base URL
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://engineersalarydata.com/wp-json/salarydata/v1/" rel="noopener noreferrer"&gt;https://engineersalarydata.com/wp-json/salarydata/v1/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Example Requests
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Get all available roles:&lt;/strong&gt;&lt;br&gt;
GET /wp-json/salarydata/v1/roles&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get salary by role and city:&lt;/strong&gt;&lt;br&gt;
GET /wp-json/salarydata/v1/salaries?role=software-engineer&amp;amp;city=seattle&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Search:&lt;/strong&gt;&lt;br&gt;
GET /wp-json/salarydata/v1/search?q=software+engineer+seattle&lt;/p&gt;

&lt;h2&gt;
  
  
  Example Response
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"role"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"software-engineer"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"city"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"seattle"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"min_salary"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;145000&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"max_salary"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;220000&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"avg_salary"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;179520&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"currency"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"USD"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"year"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;2026&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"source_article"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://engineersalarydata.com/..."&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"last_updated"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"2026-04-08"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What It Covers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;200+ engineering roles — Software Engineer, Staff Engineer, ML Engineer, DevOps, Cloud Architect, and more&lt;/li&gt;
&lt;li&gt;500+ cities worldwide — US, UK, Canada, Australia, Europe, Asia&lt;/li&gt;
&lt;li&gt;Experience levels — entry, mid, senior, staff, principal&lt;/li&gt;
&lt;li&gt;2026 verified data updated regularly&lt;/li&gt;
&lt;li&gt;CORS enabled — works from browser or server&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Full Documentation
&lt;/h2&gt;

&lt;p&gt;engineersalarydata.com/api/&lt;/p&gt;

&lt;p&gt;Free to use with attribution. Would love feedback — what data would you find most useful?&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>career</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
