# TrustMRR SaaS Category Scraper

**Use case:** 

Extract SaaS startup records from TrustMRR category pages including MRR, revenue, categories, founder data, and profile links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://trustmrr.com/category/saas"
    }
  ],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Startup",
    "format": "text"
  },
  "url": {
    "label": "TrustMRR URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "founderName": {
    "label": "Founder",
    "format": "text"
  },
  "xHandle": {
    "label": "X handle",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "userCategory": {
    "label": "User category",
    "format": "text"
  },
  "currentTotalRevenue": {
    "label": "Total revenue",
    "format": "number"
  },
  "currentMrr": {
    "label": "MRR",
    "format": "number"
  },
  "currentLast30DaysRevenue": {
    "label": "30d revenue",
    "format": "number"
  },
  "growth30d": {
    "label": "30d growth %",
    "format": "number"
  },
  "growthMrr30d": {
    "label": "MRR growth %",
    "format": "number"
  },
  "onSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "askingPrice": {
    "label": "Asking price",
    "format": "number"
  },
  "trafficLast30Days": {
    "label": "30d traffic",
    "format": "number"
  },
  "revenuePerVisitorLast30Days": {
    "label": "Revenue / visitor",
    "format": "number"
  },
  "stealthMode": {
    "label": "Stealth",
    "format": "boolean"
  },
  "listingTier": {
    "label": "Listing tier",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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