# Singapore COE Category B Prices June 2026

**Use case:** 

See Singapore COE Category B premiums for June 2026, with quota, bids received and bids successful by bidding exercise.

## Input

```json
{
  "maxRecords": 1000,
  "vehicleClass": "Category B",
  "month": "2026-06",
  "searchQuery": "",
  "sortByNewest": true
}
```

## Output

```json
{
  "month": {
    "label": "Month"
  },
  "biddingNo": {
    "label": "Bidding No"
  },
  "vehicleClass": {
    "label": "Vehicle Class"
  },
  "quota": {
    "label": "Quota"
  },
  "bidsSuccess": {
    "label": "Successful Bids"
  },
  "bidsReceived": {
    "label": "Bids Received"
  },
  "premium": {
    "label": "Premium (SGD)"
  },
  "subscriptionRate": {
    "label": "Subscription Rate"
  },
  "successRate": {
    "label": "Success Rate"
  },
  "currency": {
    "label": "Currency"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore COE Prices & Bidding Results Scraper](https://apify.com/scrapers_lat/singapore-coe-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-coe-prices-scraper) to learn more, explore other use cases, and run it yourself.