# 🇨🇦 CanadaBuys Federal Tenders Data Export

**Use case:** 

Data Export of 🇨🇦 CanadaBuys Federal Tenders. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "construction services",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "referenceNumber": {
    "label": "referenceNumber",
    "format": "text"
  },
  "entity": {
    "label": "entity",
    "format": "text"
  },
  "closingDate": {
    "label": "closingDate",
    "format": "date"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🇨🇦 CanadaBuys Federal Tenders Scraper](https://apify.com/parseforge/canadabuys-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/canadabuys-tenders-scraper) to learn more, explore other use cases, and run it yourself.