REALMRadar Canada

Syndicating REALM Radar

REALM Radar publishes structured, filterable feeds of Canadian agriculture opportunities. Subscribe in any RSS reader, ingest the JSON feed into your CMS, or display latest items via the embed widget. 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-radar-canada.vercel.app/feeds/all.xml — master firehose
  • https://realm-radar-canada.vercel.app/feeds/category/<category>.xml
  • https://realm-radar-canada.vercel.app/feeds/state/<province-slug-or-code>.xml
  • https://realm-radar-canada.vercel.app/feeds/state/<province>/<category>.xml — cross-filter
  • https://realm-radar-canada.vercel.app/feeds/partner/<scope>.xml?token=<your-token> — tokenized

Categories: livestock, machinery, vehicles_transport, farm_equipment, land_property, inputs_supplies.

Provinces accept either 2-letter codes (on) or kebab-case names (ontario, british-columbia).

Quick examples

Fetch the Ontario livestock feed via curl:

curl https://realm-radar-canada.vercel.app/feeds/state/ontario.xml

Or as JSON:

curl https://realm-radar-canada.vercel.app/feeds/category/livestock.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 Radar” with a link to https://realm-radar-canada.vercel.app/radar.
  • Do not republish full body content — feeds are link + short summary only.
  • Do not strip or modify the <source> tag.

Item schema

Each RSS item contains:

<item>
  <title><![CDATA[...]]></title>
  <link>https://realm-radar-canada.vercel.app/radar/listing/<slug></link>
  <guid isPermaLink="false">uuid</guid>
  <pubDate>RFC822</pubDate>
  <description><![CDATA[280-char summary]]></description>
  <dc:creator>Source publication name</dc:creator>
  <source url="https://source-publication">Name</source>
  <category>livestock</category>
  <category>ON</category>
</item>

Want a custom slice?

Need a province + category combo (e.g. Saskatchewan machinery) or a tokenized partner feed? Email partners@realmgroup.global — we add new public slices when there's confirmed demand.

Also available