# AI & Machine Learning Startups Scraper

**Use case:** 

Scrape new AI & ML startups from JustLaunched.fyi: names, taglines, upvotes, launch dates, and links. Export to JSON, CSV, or Excel.

## Input

```json
{
  "searchQuery": "",
  "categories": [
    "ai-machine-learning"
  ],
  "sortBy": "newest",
  "maxResults": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "upvote_count": {
    "label": "Upvotes",
    "format": "number"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "launch_date": {
    "label": "Launched",
    "format": "text"
  },
  "url": {
    "label": "Website",
    "format": "link"
  },
  "detail_url": {
    "label": "JustLaunched URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JustLaunched Scraper — New Startups & SaaS Launches](https://apify.com/vulnv/justlaunched-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vulnv/justlaunched-scraper) to learn more, explore other use cases, and run it yourself.