# GeBIZ Singapore Government Tender — Full Export

**Use case:** 

Scrape the full gebiz singapore government tender dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract gebiz singapore government tender for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "keyword": "",
  "statusFilter": "open",
  "fetchDetails": true
}
```

## Output

```json
{
  "tenderId": {
    "label": "Tenderid",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "tenderType": {
    "label": "Tendertype",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "closingDate": {
    "label": "Closingdate",
    "format": "string"
  },
  "tenderUrl": {
    "label": "Tenderurl",
    "format": "string"
  }
}
```

## About this Actor

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