# Discover Personal Care Offers on Blinkit in Mumbai

**Use case:** 

Discover Blinkit deals on skincare, beauty, and personal care products in Mumbai to find better prices and save on everyday essentials.

## Input

```json
{
  "searchQueries": [
    "Personal care"
  ],
  "productsLimit": 45,
  "locations": [
    "Mumbai"
  ],
  "includeEtaDetails": false
}
```

## Output

```json
{
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "variant": {
    "label": "Variant",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "out_of_stock": {
    "label": "Out of stock",
    "format": "boolean"
  },
  "eta_in_minutes": {
    "label": "ETA in minutes",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "offer_text": {
    "label": "Offer Text",
    "format": "string"
  },
  "inventory": {
    "label": "Inventory",
    "format": "number"
  },
  "merchant_id": {
    "label": "Merchant ID",
    "format": "string"
  },
  "merchant_type": {
    "label": "Merchant Type",
    "format": "string"
  },
  "rating_value": {
    "label": "Rating Value",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Blinkit Product Listings Scraper](https://apify.com/krazee_kaushik/blinkit-product-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/blinkit-product-results-scraper) to learn more, explore other use cases, and run it yourself.