# Scrape FairPrice Product Nutrition & Origin

**Use case:** 

Scrape FairPrice nutrition and sourcing data: product name, brand, Nutri-Grade, ingredients, country of origin and price. No login. Export to CSV.

## Input

```json
{
  "searchTerms": [
    "milk",
    "yogurt"
  ],
  "startUrls": [],
  "productIds": [],
  "onOfferOnly": false,
  "nutriGrades": [],
  "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.