# GetApp competitor software pricing and rating monitor

**Use case:** 

Schedule repeat GetApp extraction for competitor pricing plans, ratings, features, integrations, and positioning changes.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.getapp.com/collaboration-software/a/slack/"
    },
    {
      "url": "https://www.getapp.com/project-management-planning-software/a/asana-pm/"
    },
    {
      "url": "https://www.getapp.com/project-management-planning-software/a/monday-com/"
    }
  ],
  "maxItems": 3,
  "maxPagesPerUrl": 2,
  "proxyCountryCode": "US",
  "maxRetries": 2
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "startingPrice": {
    "label": "Starting price",
    "format": "text"
  },
  "hasFreePlan": {
    "label": "Free plan",
    "format": "boolean"
  },
  "hasFreeTrial": {
    "label": "Free trial",
    "format": "boolean"
  },
  "integrationCount": {
    "label": "Integrations",
    "format": "number"
  },
  "url": {
    "label": "GetApp URL",
    "format": "link"
  },
  "shortDescription": {
    "label": "Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "mediaUrls": {
    "label": "Media",
    "format": "array"
  },
  "pricingAvailable": {
    "label": "Pricing available",
    "format": "boolean"
  },
  "pricingPlans": {
    "label": "Pricing plans",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "integrations": {
    "label": "Integration names",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Input source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Captured at",
    "format": "date"
  }
}
```

## About this Actor

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