# Monitor Competitor Crowdfunding Campaigns Indiegogo

**Use case:** 

Track the performance of specific competitor campaigns by their URLs to observe their funding progress, backer count, and updates. Stay informed about rivals' s

## Input

```json
{
  "mode": "byUrl",
  "category": "tech",
  "projectType": "campaign",
  "slugs": [],
  "urls": [
    "https://www.indiegogo.com/projects/neptune-suite-wearable-device",
    "https://www.indiegogo.com/projects/skydio-x2d-the-autonomous-drone-for-defense"
  ],
  "fundedOnly": false,
  "maxItems": 10,
  "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.