# Milk Price Comparison - BigBasket and Blinkit

**Use case:** 

Compare milk prices in Mumbai from BigBasket and Blinkit with brand, pack size, MRP, stock status, images, and product URLs for grocery price tracking.

## Input

```json
{
  "sources": [
    "bigbasket",
    "blinkit",
    "jiomart"
  ],
  "searchQueries": [
    "milk"
  ],
  "city": "Mumbai",
  "latitude": 19.076,
  "longitude": 72.8777,
  "minPrice": 0,
  "maxPrice": 1000000,
  "inStockOnly": true,
  "maxResults": 15,
  "maxPagesPerQuery": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "packSize": {
    "label": "Pack Size",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "integer"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [India E-commerce Price Tracker](https://apify.com/fascinating_lentil/india-ecommerce-price-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/india-ecommerce-price-tracker) to learn more, explore other use cases, and run it yourself.