# Find Most Funded Creative Projects Indiegogo

**Use case:** 

Discover highly successful creative projects that have surpassed their funding goals to understand winning strategies in art, film, and music. Use this insight 

## Input

```json
{
  "mode": "discoverMostFunded",
  "category": "creative",
  "projectType": "campaign",
  "slugs": [],
  "urls": [],
  "minBackers": 500,
  "fundedOnly": true,
  "maxItems": 80,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "creatorName": {
    "label": "Creator name"
  },
  "fundsGathered": {
    "label": "Funds gathered"
  },
  "campaignGoal": {
    "label": "Campaign goal"
  },
  "currencySymbol": {
    "label": "Currency symbol"
  },
  "backersCount": {
    "label": "Backers count"
  },
  "campaignEnd": {
    "label": "Campaign end"
  },
  "categoryName": {
    "label": "Category name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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