Canada Government Tenders - Federal + Quebec Open Data avatar

Canada Government Tenders - Federal + Quebec Open Data

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Canada Government Tenders - Federal + Quebec Open Data

Canada Government Tenders - Federal + Quebec Open Data

The procurement data MERX charges $30-160/month for, free from official open-data portals. Normalized federal CanadaBuys tenders (all departments) plus Quebec SEAO in one schema. Filter by keyword, date, status. No login, commercial use permitted.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

AgentumGroup

AgentumGroup

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Canada Tenders — Federal + Quebec (Open Data)

Normalized Canadian government procurement tenders from official open-data sources only — no login required, no scraping, no ToS risk.

What this actor does

Fetches and normalizes tender/procurement notices from multiple Canadian jurisdictions into a single, consistent schema. Every field is sourced from official government open-data portals licensed under open government licences.

Covered jurisdictions

JurisdictionSourceFeed typeTypical volumeUpdate frequency
FederalCanadaBuysOpen CSV (PSPC daily export)~850 open tendersDaily
Quebec (QC)SEAO via Données QuébecOCDS JSON (weekly)~5,000 releases/weekWeekly

Dropped sources and reasons

PortalReason dropped
BC BidLogin-walled; redirects to session-required pages
Alberta Purchasing Connection (purchasing.alberta.ca)Cloudflare-protected; no public API or open-data feed
SaskTendersNo accessible public JSON/API endpoint (ASP.NET session redirect)
Ontario Tenders (etenders.ca)Session-required login system
Manitoba Tenders (gov.mb.ca/tenders/)No structured open-data feed; HTML only
NS / NB / PEI / NLNo dedicated open-data procurement portal found

Federal (CanadaBuys) covers all federal departments across every province, which represents a significant majority of Canadian public procurement value. Quebec's SEAO is the largest provincial portal with a clean OCDS open-data feed.

Use cases

  • Contractors finding bids — monitor for new tenders in your category and region; schedule the actor daily with postedAfter set to yesterday
  • Bid-intelligence platforms — build searchable procurement databases covering federal + provincial
  • AI procurement agents — feed tender notices to AI agents that match opportunities to vendor capabilities; the normalized schema makes this plug-and-play
  • Vendor pipeline management — filter by keywords for your industry, track closingDate urgency
  • Market research — analyze government spending categories, procurement methods, and buying departments

Input schema

FieldTypeDefaultDescription
jurisdictionsstring[]["federal","qc"]Which jurisdictions to fetch. Valid: federal, qc
statusstring"open""open" = active tenders only; "all" = open + recently closed/awarded
postedAfterstring (YYYY-MM-DD)nullOnly include tenders published on or after this date
keywordsstringnullComma-separated keyword filter on title + description (case-insensitive)
maxRecordsinteger500Maximum total records across all jurisdictions

Output schema

Each record in the dataset:

{
"jurisdiction": "Federal",
"tenderId": "AR26SLHX_86026",
"referenceNumber": "MX-443841357513",
"solicitationNumber": "AR26SLHX_86026",
"title": "Open Construction Source List for CFB Halifax",
"org": "Defence Construction Canada - Atlantic Region",
"category": "*CNST",
"region": "Nova Scotia",
"noticeType": null,
"procurementMethod": "Competitive - Open bidding",
"postedDate": "2026-01-23",
"closingDate": "2029-03-31",
"value": null,
"status": "Open",
"url": "https://www.merx.com/public/solicitations/3776296409/abstract?language=EN",
"description": "Defence Construction Canada (DCC) is inviting contractors...",
"fetchedAt": "2026-07-19T20:00:00.000Z",
"raw": { "...": "trimmed source fields" }
}

Field notes

  • value — estimated contract value if published at notice stage. CanadaBuys does not publish this at notice stage (null); SEAO includes it when available.
  • description — truncated to 500 characters from source.
  • raw — shallow key-value copy of source fields, long strings truncated to 400 chars, geometry/personal fields removed.
  • status — Federal: "Open" / "Closed" / "Awarded". QC (SEAO/OCDS): "active" / "complete" / "cancelled".

Scheduling for daily-diff workflow

Set postedAfter to yesterday's date and schedule the actor daily. This gives you only new tenders added in the last 24 hours:

{
"jurisdictions": ["federal", "qc"],
"status": "open",
"postedAfter": "2026-07-18",
"maxRecords": 500
}

All data sourced from:

Both are permissive open licences allowing commercial use with attribution. No robots.txt violations; no login bypass; no personal data.

Data freshness

  • CanadaBuys refreshes its open-CSV exports daily. The openTenderNotice CSV always reflects the current set of open tenders.
  • SEAO publishes weekly OCDS JSON files. The actor automatically fetches the most recent weekly file from the Données Québec CKAN API.