# Art Kickstarter Projects - Crowdfunding Data

**Use case:** 

Extract Kickstarter Projects - Crowdfunding Data data filtered by Art. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "search": "technology",
  "maxItems": 10,
  "category": "art",
  "sort": "magic"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "goal": {
    "label": "Goal",
    "format": "number"
  },
  "pledged": {
    "label": "Pledged",
    "format": "number"
  },
  "backers": {
    "label": "Backers",
    "format": "number"
  },
  "percentFunded": {
    "label": "% Funded",
    "format": "number"
  },
  "daysLeft": {
    "label": "Days Left",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "blurb": {
    "label": "Blurb",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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