# Scrape FairPrice Nutri-Grade A & B Drinks

**Use case:** 

Scrape FairPrice products by Nutri-Grade rating (A, B, C or D): name, brand, price, Nutri-Grade and nutrition data for healthier-choice analysis.

## Input

```json
{
  "searchTerms": [
    "drinks",
    "juice"
  ],
  "startUrls": [],
  "productIds": [],
  "onOfferOnly": false,
  "nutriGrades": [
    "A",
    "B"
  ],
  "inStockOnly": false,
  "maxItems": 100,
  "monitorMode": false,
  "monitorStoreName": "fairprice-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "nutriGrade": {
    "label": "Nutri-Grade"
  },
  "countryOfOrigin": {
    "label": "Origin"
  },
  "dietaryAttributes": {
    "label": "Dietary"
  },
  "isHalal": {
    "label": "Halal"
  },
  "supplier": {
    "label": "Supplier"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "barcode": {
    "label": "Barcode"
  }
}
```

## About this Actor

This example demonstrates how to use [FairPrice Scraper - Singapore Grocery Prices & Products](https://apify.com/scrapesage/fairprice-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fairprice-scraper) to learn more, explore other use cases, and run it yourself.