# Zepto Oil Product Availability Tracker

**Use case:** 

Extract real-time product data for oil from Zepto, including prices, availability, and details across multiple pages for market analysis.

## Input

```json
{
  "startUrl": "https://www.zepto.com/search?query=Chocolate",
  "query": "oil",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "search_query": {
    "label": "Query",
    "format": "text"
  },
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "formatted_packsize": {
    "label": "Pack Size",
    "format": "text"
  },
  "unit_of_measure": {
    "label": "Unit",
    "format": "text"
  },
  "available_quantity": {
    "label": "Available Qty",
    "format": "number"
  },
  "out_of_stock": {
    "label": "Out Of Stock",
    "format": "text"
  },
  "mrp": {
    "label": "MRP",
    "format": "currency"
  },
  "selling_price": {
    "label": "Selling Price",
    "format": "currency"
  },
  "discounted_selling_price": {
    "label": "Discounted Price",
    "format": "currency"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "rating_average": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Ratings",
    "format": "number"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "store_product_id": {
    "label": "Store Product ID",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_variant_id": {
    "label": "Variant ID",
    "format": "text"
  },
  "store_id": {
    "label": "Store ID",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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