# Prepaid Plans in India - Jio, Airtel, Vi & BSNL

**Use case:** 

Compare prepaid plans from Jio, Airtel, Vi, and BSNL with prices, validity, data, calls, SMS, 5G benefits, and official recharge URLs.

## Input

```json
{
  "operators": [
    "vi",
    "jio",
    "airtel",
    "bsnl"
  ],
  "categories": [],
  "minPrice": 0,
  "maxPrice": 5000,
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "operator": {
    "label": "Operator",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "planName": {
    "label": "Plan",
    "format": "text"
  },
  "price": {
    "label": "Price (INR)",
    "format": "number"
  },
  "validity": {
    "label": "Validity",
    "format": "text"
  },
  "data": {
    "label": "Data",
    "format": "text"
  },
  "voice": {
    "label": "Calls",
    "format": "text"
  },
  "sms": {
    "label": "SMS",
    "format": "text"
  },
  "networkType": {
    "label": "Network",
    "format": "text"
  },
  "circle": {
    "label": "Circle",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "ottBenefits": {
    "label": "OTT Benefits",
    "format": "array"
  },
  "rechargeUrl": {
    "label": "Recharge URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [India Telecom Plans Scraper - Jio, Airtel, Vi and BSNL](https://apify.com/fascinating_lentil/india-telecom-plans-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/india-telecom-plans-scraper) to learn more, explore other use cases, and run it yourself.