REALMJobs Radar

Syndicating REALM Jobs Radar

REALM Jobs Radar publishes structured, filterable feeds of rural and agricultural job listings from Australia, USA, Canada, New Zealand, and the UK. Subscribe in any RSS reader, ingest the JSON feed into your CMS, or display the latest roles via your own integration. Browse the full directory at /feeds.

Endpoint shape

Every feed is available as both RSS 2.0 and JSON Feed 1.1. Swap the extension.

  • https://realm-jobs-radar.vercel.app/feeds/all.xml — master firehose (all published jobs)
  • https://realm-jobs-radar.vercel.app/feeds/all.json — same, JSON Feed 1.1
  • https://realm-jobs-radar.vercel.app/feeds/country/<country-slug>.xml
  • https://realm-jobs-radar.vercel.app/feeds/role/<role-slug>.xml

Country slugs: australia, usa, canada, new-zealand, uk.

Role slugs: farm-jobs, station-jobs, ranch-jobs, cowboy-jobs, agribusiness-jobs, harvest-jobs, equine-jobs.

Quick examples

Fetch the Australian jobs feed via curl:

curl https://realm-jobs-radar.vercel.app/feeds/country/australia.xml

Or the farm jobs feed as JSON:

curl https://realm-jobs-radar.vercel.app/feeds/role/farm-jobs.json

Refresh cadence

Feeds are regenerated every 10 minutes and served with Cache-Control: public, s-maxage=600, stale-while-revalidate=3600. Polling more often than every 10 minutes will not yield fresher data.

Attribution requirements

  • Link every republished item back to the source URL provided in the feed item.
  • Credit “via REALM Jobs Radar” with a link to https://realm-jobs-radar.vercel.app.
  • Do not republish full job descriptions — feeds are link + short summary only.
  • Do not strip or modify the <source> tag.

Item schema (RSS)

Each RSS item contains:

<item>
  <title><![CDATA[Job title]]></title>
  <link>https://realm-jobs-radar.vercel.app/jobs/listing/<slug></link>
  <guid isPermaLink="false">uuid</guid>
  <pubDate>RFC822</pubDate>
  <description><![CDATA[280-char summary]]></description>
  <dc:creator>Source name or employer</dc:creator>
  <source url="https://source-site.com">Source Name</source>
  <category>role-slug</category>
  <category>region or country</category>
</item>

Want a custom slice?

Need a country + role combo (e.g. Australian station jobs) or a tokenized partner feed? Email partners@realmgroup.global — we add new public slices when there's confirmed demand.

Also available