# Singapore Licensed Supermarkets Directory Scraper

**Use case:** 

Scrape every NEA licensed supermarket in Singapore. Export licensee, building, street, unit and postal code to CSV or Excel. No login or API key.

## Input

```json
{
  "licenceType": "supermarket",
  "grade": "",
  "searchQuery": "",
  "sortByNewest": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "licenseeName": {
    "label": "Licensee"
  },
  "licenceNumber": {
    "label": "Licence No"
  },
  "premisesAddress": {
    "label": "Premises Address"
  },
  "grade": {
    "label": "Hygiene Grade"
  },
  "demeritPoints": {
    "label": "Demerit Points"
  },
  "suspensionStartDate": {
    "label": "Suspension Start"
  },
  "suspensionEndDate": {
    "label": "Suspension End"
  },
  "licenceType": {
    "label": "Licence Type"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore NEA Food Hygiene Grades Scraper](https://apify.com/scrapers_lat/singapore-food-hygiene-grades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-food-hygiene-grades-scraper) to learn more, explore other use cases, and run it yourself.