# Market Research: Top Project Management Software

**Use case:** 

Extract comprehensive data on popular project management tools, including features, pricing, and user demographics, for in-depth market analysis. Understand mar

## Input

```json
{
  "productUrls": [
    "https://www.capterra.com/p/146036/Asana/",
    "https://www.capterra.com/p/181316/Jira/",
    "https://www.capterra.com/p/146603/monday-com/",
    "https://www.capterra.com/p/182522/Trello/",
    "https://www.capterra.com/p/181467/ClickUp/",
    "https://www.capterra.com/p/201275/Smartsheet/",
    "https://www.capterra.com/p/164746/ActiveCampaign/"
  ],
  "productUrl": "https://www.capterra.com/p/135003/Slack/",
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135003/Slack/"
    }
  ],
  "maxItems": 7
}
```

## Output

```json
{
  "recordType": {
    "label": "Record",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "startingPrice": {
    "label": "Starting Price",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "_reason": {
    "label": "Reason",
    "format": "string"
  }
}
```

## About this Actor

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