# CanadaBuys Department Tender Extractor

**Use case:** 

Extract CanadaBuys opportunities for a target department or agency and export solicitation dates and buyer fields.

## Input

```json
{
  "keywords": "services",
  "startUrls": [],
  "openOnly": true,
  "statuses": [],
  "organization": "National Defence",
  "category": "",
  "region": "",
  "dateFrom": "",
  "dateTo": "",
  "maxItems": 50,
  "includeDetails": false,
  "requestDelayMs": 300
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "tenderId": {
    "label": "Tender ID"
  },
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "status": {
    "label": "Status"
  },
  "category": {
    "label": "Category"
  },
  "organization": {
    "label": "Organization"
  },
  "region": {
    "label": "Region"
  },
  "openDate": {
    "label": "Open/amendment"
  },
  "closingDate": {
    "label": "Closing date"
  },
  "closingTime": {
    "label": "Closing time"
  },
  "publicationDate": {
    "label": "Published"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "searchKeyword": {
    "label": "Keyword"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CanadaBuys Tender Opportunities Scraper](https://apify.com/automation-lab/canadabuys-tender-opportunities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/canadabuys-tender-opportunities-scraper) to learn more, explore other use cases, and run it yourself.