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 firehosehttps://realm-radar-canada.vercel.app/feeds/category/<category>.xmlhttps://realm-radar-canada.vercel.app/feeds/state/<province-slug-or-code>.xmlhttps://realm-radar-canada.vercel.app/feeds/state/<province>/<category>.xml— cross-filterhttps://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.xmlOr as JSON:
curl https://realm-radar-canada.vercel.app/feeds/category/livestock.jsonRefresh 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
- Real-time webhooks — POST notifications when listings are published
- Embed widget — drop latest listings into your site as HTML
- Full feed directory — browse every slice