# Jiomart Mobile Product Price and Stock Tracker

**Use case:** 

Extract product details like prices, ratings, and inventory for mobile phones from Jiomart. Get comprehensive data from up to 100 listings.

## Input

```json
{
  "startUrl": "https://www.jiomart.com/search?q=mobile",
  "keyword": "mobile",
  "pincode": "400001",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "selling_price": {
    "label": "Selling Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discount_pct": {
    "label": "Discount %",
    "format": "number"
  },
  "seller_name": {
    "label": "Seller",
    "format": "text"
  },
  "category_path": {
    "label": "Category",
    "format": "text"
  },
  "vertical_code": {
    "label": "Vertical",
    "format": "text"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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