# Singapore GeBIZ services tender scraper

**Use case:** 

Find Singapore GeBIZ tender and quotation opportunities matching services for procurement monitoring and bid alerts.

## Input

```json
{
  "keyword": "services",
  "startUrls": [],
  "todayOnly": true,
  "maxItems": 50,
  "includeDetails": false,
  "requestDelayMs": 750,
  "useApifyProxy": false,
  "proxyGroups": [],
  "proxyCountryCode": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "documentNo": {
    "label": "Document No."
  },
  "referenceNo": {
    "label": "Reference No."
  },
  "opportunityType": {
    "label": "Type"
  },
  "status": {
    "label": "Status"
  },
  "agency": {
    "label": "Agency"
  },
  "publishedAt": {
    "label": "Published"
  },
  "closingDate": {
    "label": "Closing date"
  },
  "closingTime": {
    "label": "Closing time"
  },
  "procurementCategory": {
    "label": "Procurement category"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "searchKeyword": {
    "label": "Keyword"
  },
  "searchMode": {
    "label": "Search mode"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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