# Monitor Competitor Kickstarter Campaigns and Funding Success

**Use case:** 

Track competitor crowdfunding campaigns to understand their marketing strategies, funding goals, and backer engagement. Leverage this competitive intelligence t

## Input

```json
{
  "searchQueries": [
    "board game",
    "card game",
    "tabletop RPG",
    "miniatures"
  ],
  "state": "any",
  "sort": "end_date",
  "maxResults": 200
}
```

## Output

```json
{
  "name": {
    "label": "Project",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "pledged": {
    "label": "Pledged",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "percentFunded": {
    "label": "% Funded",
    "format": "number"
  },
  "backersCount": {
    "label": "Backers",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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