# Ontario Biddingo roofing tender extractor

**Use case:** 

Extract open Ontario roofing tenders from Biddingo with solicitation numbers, public buyers, locations, closing dates, and source links.

## Input

```json
{
  "keywords": "roofing",
  "searchUrls": [],
  "status": "open",
  "buyer": "",
  "region": "",
  "province": "Ontario",
  "city": "",
  "postedAfter": "",
  "closingBefore": "",
  "maxItems": 50,
  "offset": 0,
  "includeDetails": true,
  "requestDelayMs": 150
}
```

## Output

```json
{
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "title": {
    "label": "Title"
  },
  "buyerName": {
    "label": "Buyer"
  },
  "province": {
    "label": "Province"
  },
  "city": {
    "label": "City"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "closingDate": {
    "label": "Closing",
    "format": "date"
  },
  "status": {
    "label": "Status"
  },
  "daysLeft": {
    "label": "Days left"
  },
  "bidType": {
    "label": "Procurement type"
  },
  "hasAddendum": {
    "label": "Addendum"
  },
  "hasQna": {
    "label": "Q&A"
  },
  "hasSiteMeeting": {
    "label": "Site meeting"
  },
  "hasResult": {
    "label": "Result"
  },
  "hasAward": {
    "label": "Award"
  },
  "isMasked": {
    "label": "Masked"
  },
  "detailUrl": {
    "label": "Biddingo page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Biddingo Public Tenders Scraper](https://apify.com/automation-lab/biddingo-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/biddingo-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.