# Top Mutual Funds in India - Groww

**Use case:** 

Find Indian mutual fund data from Groww with NAV, returns, category, rating, AUM, logos, and clean export fields for market research.

## Input

```json
{
  "source": "mutual_funds",
  "keywords": [
    "nippon india small cap",
    "parag parikh flexi cap"
  ],
  "maxResults": 10,
  "includeStockLivePrice": false,
  "includeNfoFunds": false
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo URL",
    "format": "string"
  },
  "assetTypeLabel": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "symbol": {
    "label": "Symbol / Code",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "subCategory": {
    "label": "Sub Category",
    "format": "string"
  },
  "priceOrNav": {
    "label": "Price / NAV",
    "format": "number"
  },
  "changeOrReturn": {
    "label": "Change / Return %",
    "format": "number"
  },
  "marketCapOrAum": {
    "label": "Market Cap / AUM",
    "format": "number"
  },
  "peOrRating": {
    "label": "P/E / Rating",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Groww Stocks & Mutual Funds Scraper](https://apify.com/fascinating_lentil/groww-stocks-mutual-funds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/groww-stocks-mutual-funds-scraper) to learn more, explore other use cases, and run it yourself.