# Category audit: fresh produce shelf in two cities

**Use case:** 

Walks whole categories rather than searching, sorted cheapest first so it reaches deep into the shelf. For assortment and share-of-shelf work.

## Input

```json
{
  "locations": [
    "Mumbai · Powai",
    "Bengaluru · Koramangala"
  ],
  "searchTerms": [
    "milk"
  ],
  "categories": [
    "Fresh Fruits",
    "Fresh Vegetables"
  ],
  "fullCatalog": false,
  "maxItems": 200,
  "includeDetails": false,
  "sortBy": "price_asc",
  "onlyInStock": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "locationLabel": {
    "label": "Location Label"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "area": {
    "label": "Area"
  },
  "storeId": {
    "label": "Store Id"
  },
  "storeIdSource": {
    "label": "Store Id Source"
  },
  "deliverySeconds": {
    "label": "Delivery Seconds"
  },
  "deliveryMinutes": {
    "label": "Delivery Minutes"
  },
  "serviceable": {
    "label": "Serviceable"
  },
  "storeCount": {
    "label": "Store Count"
  },
  "stores": {
    "label": "Stores",
    "format": "array"
  },
  "id": {
    "label": "Id"
  },
  "listingId": {
    "label": "Listing Id"
  },
  "itemId": {
    "label": "Item Id"
  },
  "brand": {
    "label": "Brand"
  },
  "title": {
    "label": "Title"
  },
  "name": {
    "label": "Name"
  },
  "packSize": {
    "label": "Pack Size"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "currency": {
    "label": "Currency"
  },
  "price": {
    "label": "Price"
  },
  "mrp": {
    "label": "Mrp"
  },
  "discountPercent": {
    "label": "Discount Percent"
  },
  "discountAmount": {
    "label": "Discount Amount"
  },
  "savingsText": {
    "label": "Savings Text"
  },
  "pricePerUnit": {
    "label": "Price Per Unit"
  },
  "pricePerUnitOf": {
    "label": "Price Per Unit Of"
  },
  "memberPrice": {
    "label": "Member Price"
  },
  "deliveryCharge": {
    "label": "Delivery Charge"
  },
  "priceType": {
    "label": "Price Type"
  },
  "inStock": {
    "label": "In Stock"
  },
  "stockState": {
    "label": "Stock State"
  },
  "maxOrderQuantity": {
    "label": "Max Order Quantity"
  },
  "expiryDate": {
    "label": "Expiry Date"
  },
  "expiryText": {
    "label": "Expiry Text"
  },
  "offers": {
    "label": "Offers",
    "format": "array"
  },
  "offerTags": {
    "label": "Offer Tags",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "saleTag": {
    "label": "Sale Tag"
  },
  "sponsored": {
    "label": "Sponsored"
  },
  "position": {
    "label": "Position"
  },
  "sellerId": {
    "label": "Seller Id"
  },
  "returnPolicy": {
    "label": "Return Policy"
  },
  "keySpecs": {
    "label": "Key Specs",
    "format": "array"
  },
  "superCategory": {
    "label": "Super Category"
  },
  "category": {
    "label": "Category"
  },
  "subCategory": {
    "label": "Sub Category"
  },
  "vertical": {
    "label": "Vertical"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "sourceType": {
    "label": "Source Type"
  },
  "sourceInput": {
    "label": "Source Input"
  },
  "sourceId": {
    "label": "Source Id"
  },
  "detailStatus": {
    "label": "Detail Status"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "fssaiNumber": {
    "label": "Fssai Number"
  },
  "ingredients": {
    "label": "Ingredients"
  },
  "nutrientContent": {
    "label": "Nutrient Content"
  },
  "netQuantity": {
    "label": "Net Quantity"
  },
  "shelfLife": {
    "label": "Shelf Life"
  },
  "countryOfOrigin": {
    "label": "Country Of Origin"
  },
  "manufacturer": {
    "label": "Manufacturer"
  },
  "packer": {
    "label": "Packer"
  },
  "importer": {
    "label": "Importer"
  },
  "genericName": {
    "label": "Generic Name"
  },
  "organic": {
    "label": "Organic"
  },
  "containerType": {
    "label": "Container Type"
  },
  "flavour": {
    "label": "Flavour"
  },
  "productType": {
    "label": "Product Type"
  },
  "modelName": {
    "label": "Model Name"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating Count"
  },
  "reviewCount": {
    "label": "Review Count"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Flipkart Minutes Scraper: Prices, Stock & Delivery Time](https://apify.com/clearpath/flipkart-minutes-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/flipkart-minutes-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/flipkart-minutes-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
