# Scrape software vendor leads - Capterra

**Use case:** 

Turn Capterra PM vendors into leads with product, vendor site, emails, rating, reviews and lead score. Ready-to-use contact list.

## Input

```json
{
  "categories": [
    "project-management-software"
  ],
  "searchTerms": [
    "email marketing"
  ],
  "maxResults": 100,
  "includeProductDetails": false,
  "includeReviews": false,
  "enrichVendorContacts": true,
  "minRating": "",
  "withWebsiteOnly": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 6,
  "debugMode": false,
  "headful": true
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "ratingEaseOfUse": {
    "label": "Ease of Use",
    "format": "number"
  },
  "ratingValueForMoney": {
    "label": "Value",
    "format": "number"
  },
  "hasFreeTrial": {
    "label": "Free trial",
    "format": "boolean"
  },
  "hasFreeVersion": {
    "label": "Free version",
    "format": "boolean"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Capterra URL",
    "format": "link"
  }
}
```

## About this Actor

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