# BetaList AI Startup Monitor

**Use case:** 

Monitor BetaList startup discovery pages for AI products and collect enriched startup profiles for market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://betalist.com/topics/artificial-intelligence"
    }
  ],
  "maxItems": 75,
  "includeDetails": true,
  "requestDelaySecs": 0.5
}
```

## Output

```json
{
  "startupName": {
    "label": "Startup name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "betalistUrl": {
    "label": "BetaList URL",
    "format": "string"
  },
  "visitUrl": {
    "label": "Visit URL",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "founders": {
    "label": "Founders",
    "format": "array"
  },
  "founderProfileUrls": {
    "label": "Founder profile URLs",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "string"
  },
  "screenshotUrls": {
    "label": "Screenshot URLs",
    "format": "array"
  },
  "sourceListUrl": {
    "label": "Source list URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BetaList Startups Scraper](https://apify.com/automation-lab/betalist-startups-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/betalist-startups-scraper) to learn more, explore other use cases, and run it yourself.