# GetApp ClickUp Product Details

**Use case:** 

Open ClickUp on GetApp.com and save product details, source links, pricing, integrations, reviews, FAQs, and media when shown.

## Input

```json
{
  "target": "getappProductDetails",
  "keyword": "project management",
  "productUrls": [
    {
      "url": "https://www.getapp.com/project-management-planning-software/a/clickup/"
    }
  ],
  "minimumRating": 4,
  "maxItems": 25
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "discoveredFrom": {
    "label": "Discovered from",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "ratingBreakdown": {
    "label": "Rating breakdown",
    "format": "object"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "faqs": {
    "label": "FAQs",
    "format": "array"
  },
  "officialWebsite": {
    "label": "Official website",
    "format": "string"
  },
  "pricingPlans": {
    "label": "Pricing plans",
    "format": "array"
  },
  "integrations": {
    "label": "Integrations",
    "format": "array"
  },
  "packageName": {
    "label": "Package name",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "marketContent": {
    "label": "Market content",
    "format": "array"
  },
  "downloads": {
    "label": "Downloads",
    "format": "object"
  },
  "apkSize": {
    "label": "APK size",
    "format": "object"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "permissions": {
    "label": "Permissions",
    "format": "array"
  },
  "media": {
    "label": "Media",
    "format": "object"
  },
  "extractedAt": {
    "label": "Extracted at",
    "format": "string"
  }
}
```

## About this Actor

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