# Startupfast Recent AI Products

**Use case:** 

Get structured data for startupfast recent ai products with Startupfast Startups Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "categorySlugs": [
    "ai"
  ],
  "sort": "recent",
  "maxResultsPerCategory": 10,
  "maxPagesPerCategory": 1
}
```

## Output

```json
{
  "logo_url": {
    "label": "Logo",
    "format": "image"
  },
  "name": {
    "label": "Startup",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "matched_categories": {
    "label": "Matched categories",
    "format": "array"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "project_url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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