# Tiny Startups deals scraper preset

**Use case:** 

Run a Tiny Startups deals preset that exports deal listings with startup websites, source links, deal headlines, codes, and optional public emails.

## Input

```json
{
  "sourceMode": "deals",
  "maxNbItemsToScrape": 30,
  "shouldIncludePromotedListings": false,
  "shouldIncludeDeals": false,
  "shouldScrapeEmails": true
}
```

## Output

```json
{
  "sourceMode": {
    "label": "Source mode",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website url",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing url",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "upvoteCount": {
    "label": "Upvote count",
    "format": "integer"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "string"
  },
  "isPromotedListing": {
    "label": "Is promoted listing",
    "format": "boolean"
  },
  "creator": {
    "label": "Creator",
    "format": "object"
  },
  "deal": {
    "label": "Deal",
    "format": "object"
  },
  "logoUrl": {
    "label": "Logo url",
    "format": "string"
  },
  "featuredImageUrl": {
    "label": "Featured image url",
    "format": "string"
  },
  "emails": {
    "label": "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.