# Search CRM software on GetApp

**Use case:** 

Scrape GetApp search results for CRM software. Get product names, ratings, reviews, features, and direct product URLs.

## Input

```json
{
  "query": "crm",
  "queries": [],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "string"
  },
  "ratingAvg": {
    "label": "Average rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Review count",
    "format": "integer"
  },
  "popularFeatures": {
    "label": "Popular features",
    "format": "array"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "isPremium": {
    "label": "Is premium",
    "format": "boolean"
  },
  "isCategoryLeader": {
    "label": "Category leader",
    "format": "boolean"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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