<?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: Kristian Ponsford</title>
    <description>The latest articles on DEV Community by Kristian Ponsford (@kristian_ponsford_3d040b9).</description>
    <link>https://dev.to/kristian_ponsford_3d040b9</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%2F4022092%2F807257a0-176a-4a49-ba74-b8a7639fcee0.jpg</url>
      <title>DEV Community: Kristian Ponsford</title>
      <link>https://dev.to/kristian_ponsford_3d040b9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kristian_ponsford_3d040b9"/>
    <language>en</language>
    <item>
      <title>I built a hiring-signals tracker because job scrapers keep breaking</title>
      <dc:creator>Kristian Ponsford</dc:creator>
      <pubDate>Thu, 09 Jul 2026 04:02:30 +0000</pubDate>
      <link>https://dev.to/kristian_ponsford_3d040b9/i-built-a-hiring-signals-tracker-because-job-scrapers-keep-breaking-4of5</link>
      <guid>https://dev.to/kristian_ponsford_3d040b9/i-built-a-hiring-signals-tracker-because-job-scrapers-keep-breaking-4of5</guid>
      <description>&lt;p&gt;Every job scraper I've tried does the same thing: parse careers-page HTML,&lt;br&gt;
break two weeks later, return mush. But here's the thing — most companies&lt;br&gt;
don't host their own job boards. They use an ATS: Greenhouse, Lever, Ashby,&lt;br&gt;
Workable, Recruitee, SmartRecruiters. And every one of those exposes a public&lt;br&gt;
JSON API for its boards.&lt;/p&gt;

&lt;p&gt;So instead of scraping HTML, my actor calls the APIs directly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stripe -&amp;gt; Greenhouse API -&amp;gt; 502 open roles, structured JSON, ~1 second&lt;/li&gt;
&lt;li&gt;Ramp -&amp;gt; Ashby API -&amp;gt; 128 roles&lt;/li&gt;
&lt;li&gt;Give it just "anthropic.com" and it auto-detects the Greenhouse board (404 roles)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Listings are commodity. Signals are the product.
&lt;/h2&gt;

&lt;p&gt;The actor keeps a snapshot between runs and diffs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HIRING_SURGE — new-role velocity &amp;gt;=20% (a department is expanding: sales trigger)&lt;/li&gt;
&lt;li&gt;HIRING_FREEZE — &amp;gt;=25% of postings pulled (often precedes news by weeks)&lt;/li&gt;
&lt;li&gt;NEW_ROLES — every new job since last check, with title/location/URL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Schedule it daily against a watchlist and pipe the diff to Slack. A 100-company&lt;br&gt;
watchlist costs about $2/day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who actually uses this
&lt;/h2&gt;

&lt;p&gt;B2B sales (hiring in your buyer's department = budget exists), recruiters&lt;br&gt;
(req velocity across target accounts), analysts (freezes as leading&lt;br&gt;
indicators), and job seekers who want first-mover advantage on target companies.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://apify.com/Bythonic_API/hiring-signals-monitor" rel="noopener noreferrer"&gt;https://apify.com/Bythonic_API/hiring-signals-monitor&lt;/a&gt;. First runs are cheap; failed lookups are never charged.&lt;br&gt;
Missing an ATS you need (Workday, iCIMS)? Open an issue — I'm actively adding.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>python</category>
      <category>sales</category>
    </item>
  </channel>
</rss>
