# Tiny Startups founder outreach and deals workflow

**Use case:** 

Build a founder outreach list by combining recent Tiny Startups launches with exclusive deal listings when available.

## Input

```json
{
  "mode": "archive",
  "searchQueries": [
    "ai",
    "developer tools"
  ],
  "maxItems": 100,
  "includeDeals": true
}
```

## Output

```json
{
  "startupName": {
    "label": "Startup",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "upvoteCount": {
    "label": "Upvotes",
    "format": "number"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "date"
  },
  "creatorName": {
    "label": "Creator",
    "format": "text"
  },
  "creatorUsername": {
    "label": "Creator username",
    "format": "text"
  },
  "dealHeadline": {
    "label": "Deal",
    "format": "text"
  },
  "dealCode": {
    "label": "Deal code",
    "format": "text"
  },
  "sourceMode": {
    "label": "Source mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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