# Find SaaS Tools by Category on Capterra

**Use case:** 

Discover SaaS products under any Capterra category slug with names, ratings, review counts and short descriptions. Build software directories, shortlist vendors

## Input

```json
{
  "queries": [
    "project-management-software"
  ],
  "maxResults": 10,
  "scrapeReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "overall_rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Capterra Software Reviews Scraper](https://apify.com/thirdwatch/capterra-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/capterra-scraper) to learn more, explore other use cases, and run it yourself.