# Track Sponsored vs Organic Products on Swiggy Instamart

**Use case:** 

See exactly which products are sponsored ads vs organic listings on Swiggy Instamart for any search query and city. Built for FMCG brands tracking ad visibility

## Input

```json
{
  "searchQuery": "perfume",
  "city": "Banglore",
  "location": "Koramangala",
  "maxResults": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "price": {
    "label": "Price (₹)",
    "format": "number"
  },
  "mrp": {
    "label": "MRP (₹)",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "savings": {
    "label": "Savings (₹)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isAd": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Swiggy Instamart Data Extractor](https://apify.com/smacient/swiggy-instamart-data-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/smacient/swiggy-instamart-data-extractor) to learn more, explore other use cases, and run it yourself.