# Startup Launch Monitoring on Tiny Startups

**Use case:** 

Monitor the Tiny Startups Startup of the Day surface and collect newly visible launch details in a structured dataset for scheduled research.

## Input

```json
{
  "target": "today",
  "maxNbItemsToScrape": 30,
  "shouldIncludePromotedListings": false,
  "shouldIncludeDeals": false
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "text"
  },
  "sourceMode": {
    "label": "Source target",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "listingUrl": {
    "label": "Tiny Startups listing",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "upvoteCount": {
    "label": "Upvotes",
    "format": "number"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "date"
  },
  "isPromotedListing": {
    "label": "Promoted",
    "format": "boolean"
  },
  "deal.headline": {
    "label": "Deal headline",
    "format": "text"
  },
  "deal.code": {
    "label": "Deal code",
    "format": "text"
  },
  "deal.expiresAt": {
    "label": "Deal expiration",
    "format": "date"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "emails": {
    "label": "Public emails",
    "format": "array"
  }
}
```

## About this Actor

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