# AI Startup Launch Data Extraction

**Use case:** 

Get insights on new AI startups with details like launch dates, descriptions, upvotes, and websites. Perfect for tracking market trends.

## Input

```json
{
  "category": "ai",
  "maxItems": 50,
  "maxPagesPerCategory": 5,
  "minUpvotes": 0,
  "launchedAfter": "2026-07-01",
  "onlyNewItems": false,
  "monitorKey": "weekly-ai-launches",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  },
  "name": {
    "label": "Project",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "launchDate": {
    "label": "Launched",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "startupFastUrl": {
    "label": "Startup Fast",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Fast Scraper: Launch Intelligence](https://apify.com/getascraper/startupfast-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/startupfast-scraper) to learn more, explore other use cases, and run it yourself.