# Search Ended Smart Home Campaigns Indiegogo

**Use case:** 

Retrieve data on concluded smart home campaigns to analyze past market performance, identify successful product categories, and learn from both successes and fa

## Input

```json
{
  "mode": "searchCampaigns",
  "query": "smart home",
  "category": "tech",
  "sortBy": "most_funded",
  "projectType": "campaign",
  "status": "ended",
  "slugs": [],
  "urls": [],
  "fundedOnly": false,
  "maxItems": 100,
  "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.