# Scrape In-Stock FairPrice Products

**Use case:** 

Scrape only in-stock FairPrice products: name, brand, price, promotion and Nutri-Grade — skip out-of-stock items. No login. Export to CSV or Excel.

## Input

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

## Output

```json
{
  "name": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "listPrice": {
    "label": "List price"
  },
  "discountPercent": {
    "label": "Disc %"
  },
  "currency": {
    "label": "Cur"
  },
  "nutriGrade": {
    "label": "Nutri-Grade"
  },
  "countryOfOrigin": {
    "label": "Origin"
  },
  "category": {
    "label": "Category"
  },
  "inStock": {
    "label": "In stock"
  },
  "productUrl": {
    "label": "URL"
  }
}
```

## 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.