CanadaBuys Federal Tenders & Contracts Scraper avatar

CanadaBuys Federal Tenders & Contracts Scraper

Pricing

from $9.23 / 1,000 results

Go to Apify Store
CanadaBuys Federal Tenders & Contracts Scraper

CanadaBuys Federal Tenders & Contracts Scraper

Scrape Government of Canada federal procurement tenders from CanadaBuys. Extract tender title, organization, GSIN and UNSPSC codes, closing date, delivery region and buyer contact name, email and phone. Export to JSON, CSV or Excel.

Pricing

from $9.23 / 1,000 results

Rating

5.0

(1)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

CanadaBuys Federal Tenders & Contracts Scraper

CanadaBuys Federal Tenders & Contracts Scraper

Here is one real result, with every field the actor returns:

{
"title": "TSG Dual USB Positive Disconnect boxes",
"status": "Open",
"tenderUrl": null,
"referenceNumber": "SSC-26-00034512:T",
"solicitationNumber": "BPM026303/34512",
"organization": "Shared Services Canada",
"noticeType": "Request for Proposal",
"procurementMethod": "Competitive - Open bidding",
"procurementCategory": ["Services related to goods"],
"gsin": "*JX5805B",
"gsinDescription": "*Switching Systems, Electronic - Maintenance",
"unspsc": null,
"unspscDescription": null,
"regionOfOpportunity": "*Canada",
"deliveryRegion": "*Canada",
"tradeAgreements": "*Canada-Chile Free Trade Agreement (CCFTA) *Comprehensive Land Claim Agreement (CLCA) ... *Canada-UK Trade Continuity Agreement (Canada-UK TCA)",
"publicationDate": "2026-08-12",
"closingDate": "2026-08-18T14:00:00",
"expectedContractStartDate": null,
"expectedContractEndDate": null,
"amendmentNumber": "000",
"amendmentDate": null,
"selectionCriteria": null,
"limitedTenderingReason": null,
"buyerAddress": "90 Metcalfe Street, Ottawa, Ontario, K0A 0C3, Canada",
"buyerCity": "Ottawa",
"buyerProvince": "Ontario",
"buyerPostalCode": "K0A 0C3",
"endUserEntity": "Shared Services Canada",
"endUserEntityAddress": "90 Metcalfe Street,Ottawa,Ontario,K0A 0C3,Canada",
"contactName": "Ashley,Potter",
"contactEmail": null,
"contactPhone": "6135700637",
"contactFax": "6135700637",
"contactAddress": "Voice Network Procurement Team 400 Cooper Street, Ottawa, Ontario, K2P 2N1, CANADA",
"attachments": [
"https://sscp2pspc.ssc-spc.gc.ca/page.aspx/en/fil/download_public/0851F71D-F6E3-4F9F-9E27-D6ABE412DC27",
"https://sscp2pspc.ssc-spc.gc.ca/page.aspx/en/fil/download_public/FB759EBD-0DA6-40AD-8C9C-E4183C4887B0"
],
"tenderDescription": "TSG Dual USB Positive Disconnect boxes SSC TSG Dual USB Positive Disconnect boxes- Amendment 000",
"aiSummary": null,
"aiExtract": null,
"observedAt": "2026-08-14T06:18:05.544Z",
"error": null
}

The most complete CanadaBuys tenders scraper available. It returns every field the Government of Canada federal procurement feed exposes for each opportunity, including GSIN and UNSPSC codes, closing dates, delivery region, buyer contact name, email and phone and all attachments, plus optional AI add-ons, and gives you four filters to target exactly the tenders you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor reads the CanadaBuys open procurement feed, applies the filters you pass as input, and writes one normalized record per tender opportunity to the run's dataset. Each record carries the tender title and description, reference and solicitation numbers, buying organization, notice type and procurement method, GSIN and UNSPSC classification codes, publication and closing dates, delivery region, trade agreements, the full buyer address and buyer contact name, email, phone and fax, and links to all bid attachments. Results are sorted newest first by publication date, and missing source values are returned as null.

Pick which feed to read with dataset: open lists every currently open opportunity, and new is the small file refreshed every two hours with the latest notices and amendments. Optional AI add-ons (withAiSummary, withAiExtract) add a plain-language summary and structured fields per tender. They are paid add-ons, charged only when they return usable output.

Quickstart

Open the actor, paste this into the input, and press Run. It returns three currently open tenders.

{
"dataset": "open",
"maxTenders": 3
}

Every input field is optional. Leave keyword empty to browse all open tenders; add filters to narrow by category, region or publication date.

Input reference

FieldTypeRequiredDefaultDescription
maxTendersintegerno10Maximum number of tender opportunities to collect (1 to 1000000).
datasetenumnoopenWhich CanadaBuys feed to read. open lists all currently open opportunities. new is the small file refreshed every two hours with the latest notices and amendments.
keywordstringno(empty)Free-text keyword matched against the tender title, description and organization, for example software, construction, roof repair.
procurementCategoriesstring[]no(any)Filter by opportunity kind. One or more of GD (Goods), SRV (Services), CNST (Construction), SRVTGD (Services related to goods).
regionstringno(any)Match a delivery region or province by name, for example Ontario, Quebec, National Capital Region.
publishedAfterstringno(empty)Only return tenders published on or after this date (YYYY-MM-DD).
withAiSummarybooleannofalseAI plain-language summary of each tender. Paid add-on, charged only when a summary is produced.
withAiExtractbooleannofalseAI structured extract (buyer, value, deadline, category, eligibility). Paid add-on, charged only when fields are produced.

Filters are optional and combine with logical AND.

Output reference

One dataset item per tender. Types: string, string[], object, or null when the source value is absent.

FieldTypeDescription
titlestringTender title.
statusstringTender status, for example Open.
tenderUrlstringLink to the tender notice page, or null.
referenceNumberstringCanadaBuys reference number.
solicitationNumberstringSolicitation number.
organizationstringBuying organization / department.
noticeTypestringNotice type, for example Request for Proposal.
procurementMethodstringProcurement method, for example Competitive - Open bidding.
procurementCategorystring[]Procurement category labels.
gsinstringGoods and Services Identification Number.
gsinDescriptionstringGSIN description.
unspscstringUNSPSC classification code, or null.
unspscDescriptionstringUNSPSC description, or null.
regionOfOpportunitystringRegion where the opportunity applies.
deliveryRegionstringDelivery region.
tradeAgreementsstringApplicable trade agreements.
publicationDatestringPublication date (YYYY-MM-DD).
closingDatestringClosing date and time (ISO).
expectedContractStartDatestringExpected contract start date, or null.
expectedContractEndDatestringExpected contract end date, or null.
amendmentNumberstringAmendment number.
amendmentDatestringAmendment date, or null.
selectionCriteriastringSelection criteria text, or null.
limitedTenderingReasonstringLimited tendering reason, or null.
buyerAddressstringFull buyer postal address.
buyerCitystringBuyer city.
buyerProvincestringBuyer province.
buyerPostalCodestringBuyer postal code.
endUserEntitystringEnd-user entity name.
endUserEntityAddressstringEnd-user entity address.
contactNamestringBuyer contact name.
contactEmailstringBuyer contact email, or null.
contactPhonestringBuyer contact phone.
contactFaxstringBuyer contact fax, or null.
contactAddressstringBuyer contact mailing address.
attachmentsstring[]Links to bid document attachments.
tenderDescriptionstringFull tender description text.
aiSummarystringAI summary, or null unless withAiSummary is on.
aiExtractobjectAI structured extract, or null unless withAiExtract is on.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"dataset":"open","maxTenders":3,"withAiSummary":true,"withAiExtract":true}). The AI fields are populated because this run enabled them, and the long tradeAgreements and attachments values are trimmed here with an ellipsis:

{
"title": "TSG Dual USB Positive Disconnect boxes",
"status": "Open",
"referenceNumber": "SSC-26-00034512:T",
"solicitationNumber": "BPM026303/34512",
"organization": "Shared Services Canada",
"noticeType": "Request for Proposal",
"procurementMethod": "Competitive - Open bidding",
"procurementCategory": ["Services related to goods"],
"gsin": "*JX5805B",
"gsinDescription": "*Switching Systems, Electronic - Maintenance",
"regionOfOpportunity": "*Canada",
"deliveryRegion": "*Canada",
"publicationDate": "2026-08-12",
"closingDate": "2026-08-18T14:00:00",
"buyerAddress": "90 Metcalfe Street, Ottawa, Ontario, K0A 0C3, Canada",
"buyerCity": "Ottawa",
"buyerProvince": "Ontario",
"buyerPostalCode": "K0A 0C3",
"contactName": "Ashley,Potter",
"contactPhone": "6135700637",
"contactAddress": "Voice Network Procurement Team 400 Cooper Street, Ottawa, Ontario, K2P 2N1, CANADA",
"attachments": ["https://sscp2pspc.ssc-spc.gc.ca/page.aspx/en/fil/download_public/0851F71D-F6E3-4F9F-9E27-D6ABE412DC27"],
"tenderDescription": "TSG Dual USB Positive Disconnect boxes SSC TSG Dual USB Positive Disconnect boxes- Amendment 000",
"aiSummary": "Shared Services Canada is seeking proposals for the supply of TSG Dual USB Positive Disconnect boxes. The competitive bidding process is open until August 18, 2026.",
"aiExtract": {
"buyer": "Shared Services Canada",
"value": null,
"deadline": "2026-08-18T14:00:00",
"category": "Services related to goods",
"eligibility": null
},
"observedAt": "2026-08-14T06:18:05.544Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~canadabuys-tenders-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"dataset":"open","keyword":"software","maxTenders":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~canadabuys-tenders-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"dataset":"open","procurementCategories":["CNST"],"region":"Ontario","maxTenders":100}'

Apify CLI:

apify call scrapers_lat/canadabuys-tenders-scraper \
--input '{"dataset":"new","maxTenders":50}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per tender record returned (result event). See the pricing tab for the current per-result price.
  • AI add-ons are billed separately. withAiSummary and withAiExtract each charge only when they return usable output, and are available to paying users.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxTenders.

FAQ and troubleshooting

Does it include buyer contact details? Yes. Each record includes the buyer contact name, phone, fax and mailing address, plus the email when the source publishes one.

What is the difference between the open and new feeds? open lists every currently open opportunity. new is the small file refreshed every two hours with the latest notices and amendments, newest first.

A run returned 0 records. Why? The keyword plus filter combination matched nothing in the selected feed. Broaden the keyword, remove a category or region filter, or widen publishedAfter. Zero-result runs are not charged.

Why are the AI fields null? They only populate when you enable withAiSummary or withAiExtract. Otherwise they stay null.

How fresh is the data? The feed is read live at run time (see observedAt). The new feed is refreshed by CanadaBuys every two hours.

Is this an official government tool? No. This actor is independent and has no affiliation with CanadaBuys or Public Services and Procurement Canada. It reads only data published on the CanadaBuys open procurement feed. Use the results in accordance with the source's terms.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with CanadaBuys or Public Services and Procurement Canada. Accesses only publicly available procurement data. Use in accordance with the source's terms.