# Compare Beverage Prices Across Cities on Zepto

**Use case:** 

Compare beverage prices across Zepto locations in different cities to identify regional price differences and discover better deals on popular drinks and refres

## Input

```json
{
  "searchQueries": [
    "beverage"
  ],
  "productsLimit": 10,
  "locations": [
    "South City 1, Gurgaon",
    "Alpha 1, Greater Noida"
  ]
}
```

## Output

```json
{
  "product_id": {
    "label": "🆔 Product ID",
    "format": "string"
  },
  "input_location": {
    "label": "📍 Entered Location",
    "format": "string"
  },
  "resolved_location": {
    "label": "🗺️ Resolved Location",
    "format": "string"
  },
  "resolved_latitude": {
    "label": "🌐 Latitude",
    "format": "string"
  },
  "resolved_longitude": {
    "label": "🌐 Longitude",
    "format": "string"
  },
  "timestamp_ingested": {
    "label": "🕜 Timestamp",
    "format": "string"
  },
  "name": {
    "label": "🛒 Product Name",
    "format": "string"
  },
  "brand": {
    "label": "🏷 Brand",
    "format": "string"
  },
  "variant": {
    "label": "📦 Variant",
    "format": "string"
  },
  "formatted_packsize": {
    "label": "📏 Size",
    "format": "string"
  },
  "category": {
    "label": "🗂 Category",
    "format": "string"
  },
  "price": {
    "label": "💸 Selling Price",
    "format": "number"
  },
  "mrp": {
    "label": "🏷 MRP",
    "format": "number"
  },
  "discount_percent": {
    "label": "🔥 Discount %",
    "format": "number"
  },
  "inventory_available": {
    "label": "📦 Stock",
    "format": "number"
  },
  "out_of_stock": {
    "label": "❌ OOS",
    "format": "boolean"
  },
  "rating_value": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "👥 Rating Count",
    "format": "number"
  },
  "store_id": {
    "label": "🏬 Store ID",
    "format": "string"
  },
  "images": {
    "label": "🖼 Images",
    "format": "array"
  }
}
```

## About this Actor

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