# Generate Leads for Kickstarter Project Creators and Agencies

**Use case:** 

Discover active Kickstarter project creators and their campaigns for lead generation in marketing, PR, or manufacturing services. Identify potential clients who

## Input

```json
{
  "searchQueries": [
    "film",
    "documentary",
    "animation",
    "short film"
  ],
  "state": "live",
  "sort": "newest",
  "maxResults": 75
}
```

## 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.