# Singapore Tampines Food Establishments Scraper

**Use case:** 

Scrape licensed eating establishments in Tampines Singapore with NEA food hygiene grades. Export licensee, address and grade to JSON, CSV or Excel.

## Input

```json
{
  "licenceType": "eating",
  "grade": "",
  "searchQuery": "TAMPINES",
  "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.