# Weekly AI Startup Launch Overview

**Use case:** 

Track new AI startup launches each week. Get details like websites, descriptions, launch dates, and tech stacks without requiring a login.

## Input

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

## Output

```json
{
  "name": {
    "label": "Project",
    "format": "string"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "string"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "pricingType": {
    "label": "Pricing",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "sourceCategory": {
    "label": "Found in",
    "format": "string"
  },
  "sourcePage": {
    "label": "Page",
    "format": "number"
  },
  "sourceRank": {
    "label": "Rank",
    "format": "number"
  },
  "startupFastUrl": {
    "label": "Listing",
    "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.