# SaaSHub competitor monitor and alternatives dataset

**Use case:** 

Build a repeatable SaaSHub competitor monitor across productivity products with ranked alternatives, features, badges, and source timestamps.

## Input

```json
{
  "productSlugs": [
    "slack",
    "notion",
    "trello",
    "discord",
    "microsoft-teams",
    "zoom"
  ],
  "productUrls": [],
  "maxAlternatives": 25,
  "includeVerified": true,
  "includeComparisons": true
}
```

## Output

```json
{
  "seedProduct": {
    "label": "Seed product"
  },
  "rank": {
    "label": "Rank"
  },
  "productName": {
    "label": "Alternative"
  },
  "productUrl": {
    "label": "SaaSHub URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "keyFeatures": {
    "label": "Key features"
  },
  "tags": {
    "label": "Tags"
  },
  "rating": {
    "label": "Votes"
  },
  "section": {
    "label": "Section"
  },
  "isVerified": {
    "label": "Verified"
  },
  "isFeatured": {
    "label": "Featured"
  },
  "comparisonUrls": {
    "label": "Comparisons"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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