# GetApp Software Search: getapp software search

**Use case:** 

Search GetApp.com with the keyword getapp software search and save up to 10 matching listings with source links and details from those listings.

## Input

```json
{
  "target": "getappKeywordSearch",
  "keyword": "getapp software search",
  "minimumRating": 4,
  "maxItems": 10
}
```

## 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.