# Slack SaaSworthy pricing and reviews extractor

**Use case:** 

Extract Slack pricing plans, product features, ratings, review sentiment, alternatives, and supported platforms from SaaSworthy.

## Input

```json
{
  "productUrls": [
    "slack"
  ],
  "categories": [],
  "startUrls": [],
  "maxItems": 1,
  "maxPagesPerCategory": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Software",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "productUrl": {
    "label": "SaaSworthy URL",
    "format": "link"
  },
  "swScore": {
    "label": "SW Score",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "pricingSummary": {
    "label": "Pricing",
    "format": "text"
  },
  "hasFreeTrial": {
    "label": "Free trial",
    "format": "boolean"
  },
  "hasFreePlan": {
    "label": "Free plan",
    "format": "boolean"
  },
  "pricingPlans": {
    "label": "Plans",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "alternatives": {
    "label": "Alternatives",
    "format": "object"
  },
  "positiveSentiments": {
    "label": "Positive sentiment",
    "format": "array"
  },
  "negativeSentiments": {
    "label": "Negative sentiment",
    "format": "array"
  },
  "reviewSummary": {
    "label": "Review summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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