# Home Indiegogo Campaign - Crowdfunding Data

**Use case:** 

Extract Indiegogo Campaign - Crowdfunding Data data filtered by Home. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "Home",
  "sort": "trending"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "goal": {
    "label": "Goal",
    "format": "text"
  },
  "raised": {
    "label": "Raised",
    "format": "text"
  },
  "percentFunded": {
    "label": "% Funded",
    "format": "text"
  },
  "backers": {
    "label": "Backers",
    "format": "number"
  },
  "daysLeft": {
    "label": "Days Left",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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