# Capterra Scraper - Software Reviews, Ratings & Leads (`scrapesage/capterra-scraper`) Actor

Scrape Capterra software products & vendors by category, search or URL: star rating, review count, ease-of-use/service/features/value ratings, Shortlist badge, pricing & reviews. Optional vendor email/social enrichment, lead scoring & monitor mode. Export CSV/JSON/Excel.

- **URL**: https://apify.com/scrapesage/capterra-scraper.md
- **Developed by:** [Scrape Sage](https://apify.com/scrapesage) (community)
- **Categories:** Lead generation, Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.00 / 1,000 software product scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Capterra Scraper — Software Reviews, Ratings & Vendor Leads

Extract **complete Capterra software data** — including the fields other scrapers skip: the **four sub-ratings** (ease of use, customer service, features, value for money), **review counts**, the **Capterra Shortlist** badge, pricing, categories, full product descriptions and reviews. Optionally turn every software vendor into a **ready-to-contact B2B lead** by crawling its own website for **emails, phone numbers and social links**.

Scrape a whole category, a keyword search, or specific product URLs. Residential browser rendering with graceful anti-bot handling — no API key, no login.

### Why this Capterra scraper?

Most Capterra scrapers return a name and a star rating. This actor ships the **richest dataset in the category** — straight from Capterra's category and search listings, with optional deep product pages and vendor lead enrichment:

| Data | Typical scrapers | This actor |
|---|---|---|
| Overall star rating + review count | ✅ | ✅ |
| **Ease of Use / Customer Service / Features / Value-for-Money ratings** | ❌ | ✅ |
| Capterra **Shortlist** badge + category rank | ❌ | ✅ |
| Full product description, starting price, free-trial / free-version | ❌ | ✅ opt-in |
| Feature list, deployment & support options | ❌ | ✅ opt-in |
| User reviews (rating, pros/cons, author, date) | partial | ✅ opt-in |
| **Vendor website** | ❌ | ✅ opt-in |
| Vendor **contact emails** (from their website) | ❌ | ✅ opt-in |
| Vendor LinkedIn / Facebook / X / Instagram / YouTube | ❌ | ✅ opt-in |
| Lead score (0–100) per vendor | ❌ | ✅ |

### Use cases

- **B2B lead generation** — every product is a software vendor. Score them by rating, review volume and Shortlist status, then contact them directly (`emails`, `socialProfiles`) for partnerships, integrations, competitive outreach or agency services.
- **Competitive & market intelligence** — pull an entire category (CRM, project management, accounting…) with ratings, sub-ratings and review counts to benchmark products and track where you rank.
- **Software selection & research** — build comparison tables across hundreds of tools with structured ratings and pricing.
- **Review & reputation monitoring** — schedule recurring runs to watch a category for new entrants, rating moves and review growth.
- **Reputation / sentiment analysis** — pull user reviews (pros, cons, ratings) at scale for any product.

### How to use

1. [Sign up for Apify](https://console.apify.com/sign-up) — the free plan is enough to try this actor.
2. Open the **Capterra Scraper**, add one or more **categories** (e.g. `project-management-software`, `crm-software`) or **search terms**, and click **Start**.
3. Watch results stream into the dataset table.
4. **Export** as JSON, CSV, Excel, XML, or RSS — or pull results programmatically via the [Apify API](https://docs.apify.com/api/v2).

### Input

```json
{
    "categories": ["project-management-software", "crm-software"],
    "searchTerms": ["email marketing"],
    "maxResults": 100,
    "includeProductDetails": true,
    "includeReviews": true,
    "enrichVendorContacts": true,
    "minRating": "4",
    "monitorMode": false
}
````

- **categories** — Capterra category slugs from the URL `capterra.com/`**`project-management-software`**`/`. Every listed product is scraped with full ratings.
- **searchTerms** — keywords, when you don't know the exact category slug.
- **startUrls** — direct product (`/p/<id>/<slug>/`), category or search URLs.
- **maxResults** *(default 100)* — global cap on products.
- **includeProductDetails** *(default false)* — open each product page for description, pricing, features, deployment/support and the vendor website.
- **includeReviews** *(default false)* — attach user reviews (implies product details).
- **enrichVendorContacts** *(default false)* — crawl each vendor's website for emails, phones and socials (implies product details).
- **minRating / minReviews / withWebsiteOnly** — filters.
- **monitorMode** *(default false)* — emit only new/changed products across runs.
- **proxyConfiguration** *(default: Apify residential, US)* — residential is required (Cloudflare).

### Output

One record per product (`type: "product"`). Listing fields are always present; detail and enrichment fields are added when you enable those options.

```json
{
    "type": "product",
    "productId": "147657",
    "slug": "monday-com",
    "name": "monday.com",
    "url": "https://www.capterra.com/p/147657/monday-com/",
    "category": "Project Management Software",
    "rank": 1,
    "rating": 4.6,
    "reviewCount": 6067,
    "ratingEaseOfUse": 4.5,
    "ratingCustomerService": 4.4,
    "ratingFeatures": 4.5,
    "ratingValueForMoney": 4.3,
    "onCapterraShortlist": true,
    "description": "monday.com is a work OS that powers teams to run projects and workflows with confidence…",
    "startingPrice": "$9/seat/month",
    "hasFreeTrial": true,
    "hasFreeVersion": true,
    "features": ["Task Management", "Gantt/Timeline View", "Time Tracking", "Reporting/Analytics"],
    "website": "https://monday.com",
    "emails": ["support@monday.com", "press@monday.com"],
    "contactPhones": ["+1 201 778 4567"],
    "socialProfiles": {
        "linkedin": "https://www.linkedin.com/company/mondaydotcom",
        "twitter": "https://twitter.com/mondaydotcom",
        "youtube": "https://youtube.com/mondaydotcom"
    },
    "reviews": [
        { "rating": 5, "title": "Best work management tool", "body": "…", "author": "Sarah K.", "date": "2026-05-12" }
    ],
    "leadScore": 92,
    "scrapedAt": "2026-06-27T03:00:00.000Z"
}
```

### Automate & schedule

Run this actor on autopilot and pull results into your own stack:

- **[Apify API](https://docs.apify.com/api/v2)** — start runs, fetch datasets, and manage schedules over REST.
- **[apify-client for JavaScript](https://docs.apify.com/api/client/js/)** and **[apify-client for Python](https://docs.apify.com/api/client/python/)** — official SDKs.
- **[Schedules](https://docs.apify.com/platform/schedules)** — run it daily/weekly with **monitor mode** to track new products, rating moves and review growth in a category.
- **[Webhooks](https://docs.apify.com/platform/integrations/webhooks)** — trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });

const run = await client.actor('scrapesage/capterra-scraper').call({
    categories: ['crm-software'],
    maxResults: 100,
    includeProductDetails: true,
    enrichVendorContacts: true,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} products & vendor leads`);
```

### Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

- **[Make](https://docs.apify.com/platform/integrations/make)** — multi-step automation scenarios.
- **[Zapier](https://docs.apify.com/platform/integrations/zapier)** — push new vendor leads straight into your CRM.
- **[Slack](https://docs.apify.com/platform/integrations/slack)** — get notified when a monitored category changes.
- **[Google Drive / Sheets](https://docs.apify.com/platform/integrations/drive)** — auto-export every run to a spreadsheet.
- **[Airbyte](https://docs.apify.com/platform/integrations/airbyte)** — pipe results into your data warehouse.

### Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT, or any agent framework through the **[Apify MCP server](https://docs.apify.com/platform/integrations/mcp)** — ask your assistant to "find the top-rated CRM software on Capterra and list vendor contacts" and let it run this scraper for you.

### More scrapers from scrapesage

Build a complete **software-market & B2B lead stack**:

- **[SaaSworthy Scraper](https://apify.com/scrapesage/saasworthy-scraper)** — software, pricing, reviews & vendor leads.
- **[Salesforce AppExchange Scraper](https://apify.com/scrapesage/salesforce-appexchange-scraper)** — apps & ISV publisher leads.
- **[Shopify App Store Scraper](https://apify.com/scrapesage/shopify-app-store-scraper)** — apps, reviews & developer leads.
- **[Chrome Web Store Scraper](https://apify.com/scrapesage/chrome-web-store-scraper)** — extensions & developer leads.
- **[Product Hunt Scraper](https://apify.com/scrapesage/product-hunt-scraper)** — launches, makers & leads.
- **[Trustpilot Scraper](https://apify.com/scrapesage/trustpilot-scraper)** — company profiles, reviews & leads.
- **[LinkedIn Company Scraper](https://apify.com/scrapesage/linkedin-company-scraper)** — firmographics & B2B leads.
- **[Website Contact Scraper](https://apify.com/scrapesage/website-contact-scraper)** — emails, phones & socials from any site.
- **[Google Maps Scraper](https://apify.com/scrapesage/google-maps-scraper)** — local business leads & contacts.

### Tips

- **Full category sweeps**: a Capterra category can list 1,000+ products. Raise `maxResults` and the actor paginates automatically; split very large categories across scheduled runs.
- **Fast vs rich**: the default listing run is fast and already includes all ratings + sub-ratings. Turn on `includeProductDetails` / `enrichVendorContacts` only when you need pricing, descriptions and vendor contacts.
- **Recurring monitoring**: combine [Schedules](https://docs.apify.com/platform/schedules) with `monitorMode` to receive only new/changed products.
- **Proxies**: keep the default residential proxy — Capterra is behind Cloudflare and blocks datacenter IPs.

### FAQ

**How do I scrape a Capterra category?** Put the slug from the category URL in `categories` (e.g. `project-management-software`, `crm-software`). Every product in the category is scraped with full ratings.

**Do I get the sub-ratings?** Yes — ease of use, customer service, features and value for money are extracted for every product, straight from the listing.

**Where do vendor emails come from?** Never from Capterra. With `enrichVendorContacts` on, the actor visits each vendor's own public website and extracts publicly listed contact details — the same thing a human visitor would see.

**Can I export to Google Sheets, CSV, or Excel?** Yes — one click in the dataset view, or automatically on every run via the [Google Drive integration](https://docs.apify.com/platform/integrations/drive).

**Is scraping Capterra legal?** This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (GDPR/CCPA for personal data) and Capterra's terms.

**A field is null — why?** Listing fields (ratings, sub-ratings, review counts) are always populated. Detail fields (pricing, description, vendor website) require `includeProductDetails`; emails/socials require `enrichVendorContacts` and a vendor that publishes them.

### Need help?

Open an issue on the actor's **Issues** tab, or visit the [Apify help center](https://help.apify.com/). Feature requests are welcome — this actor is actively maintained.

# Actor input Schema

## `categories` (type: `array`):

Capterra category slugs to browse — every product listed is scraped (with full ratings). Use the path from the category URL <code>capterra.com/<b>project-management-software</b>/</code>, e.g. <code>project-management-software</code>, <code>crm-software</code>, <code>accounting-software</code>, <code>marketing-automation-software</code>, <code>help-desk-software</code>, <code>hr-software</code>. A full category URL also works.

## `searchTerms` (type: `array`):

Keywords to search on Capterra, e.g. <code>video conferencing</code>, <code>payroll</code>, <code>ai chatbot</code>. Use this when you don't know the exact category slug.

## `startUrls` (type: `array`):

Direct Capterra URLs: product pages (<code>/p/\<id>/\<slug>/</code>), category pages (<code>/\<slug>-software/</code>) or search pages (<code>/search/?query=...</code>). Used in addition to the categories / search terms above.

## `maxResults` (type: `integer`):

Global cap on the number of product records to output across all categories / searches. Listing pages return ~25-40 products each, so this is reached quickly.

## `includeProductDetails` (type: `boolean`):

Open each product's page to add its full description, starting price, free-trial / free-version flags, feature list, deployment & support options and the vendor's website. Slower (one page per product) and billed per product (productDetails event). Leave off for the fast listing-only run.

## `includeReviews` (type: `boolean`):

Attach user reviews (rating, title, pros/cons, author, date) to each product. Opens the product page, so it implies 'Include product details'.

## `enrichVendorContacts` (type: `boolean`):

For every product with a vendor website, crawl the vendor's home + contact/about page and extract publicly listed e-mail addresses, social profiles (LinkedIn, Facebook, Instagram, X, YouTube, TikTok) and phone numbers — turning each vendor into a ready-to-contact B2B lead. Implies 'Include product details' (needed to find the website) and is billed as an enriched lead.

## `minRating` (type: `string`):

Keep only products with at least this average rating. Leave empty for all.

## `minReviews` (type: `integer`):

Keep only products with at least this many reviews (filters out brand-new / thin products). Leave empty for all.

## `withWebsiteOnly` (type: `boolean`):

Keep only products for which a vendor website was found (requires product details).

## `monitorMode` (type: `boolean`):

Remember products across runs and emit only NEW or CHANGED ones (rating, review count, pricing or vendor website change). Great for watching a category for new entrants or rating moves. Works independently of Apify Schedules — pair it with a Schedule to run on a cadence.

## `monitorKey` (type: `string`):

Namespace for monitor memory. Use a distinct key per saved search so their states don't collide.

## `proxyConfiguration` (type: `object`):

Proxies to use. Residential proxies are REQUIRED — Capterra is protected by Cloudflare and blocks datacenter IPs. The default (Apify residential, US) is recommended.

## `maxConcurrency` (type: `integer`):

How many Capterra pages to render in parallel. Lower is gentler on Cloudflare and more reliable; 4-8 is a good balance.

## `debugMode` (type: `boolean`):

Dump raw page diagnostics to the key-value store for troubleshooting selectors.

## `headful` (type: `boolean`):

Run the browser headful (under Xvfb) — clears Cloudflare's Turnstile far more reliably. On by default; set false to force headless.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

All scraped Capterra product records as JSON items in the default dataset.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "categories": [
        "project-management-software"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesage/capterra-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "categories": ["project-management-software"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapesage/capterra-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "categories": [
    "project-management-software"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call scrapesage/capterra-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapesage/capterra-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Capterra Scraper - Software Reviews, Ratings & Leads",
        "description": "Scrape Capterra software products & vendors by category, search or URL: star rating, review count, ease-of-use/service/features/value ratings, Shortlist badge, pricing & reviews. Optional vendor email/social enrichment, lead scoring & monitor mode. Export CSV/JSON/Excel.",
        "version": "0.1",
        "x-build-id": "yOZD4nMeFNbEEYZ82"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapesage~capterra-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapesage-capterra-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapesage~capterra-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapesage-capterra-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapesage~capterra-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapesage-capterra-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "categories": {
                        "title": "Categories",
                        "type": "array",
                        "description": "Capterra category slugs to browse — every product listed is scraped (with full ratings). Use the path from the category URL <code>capterra.com/<b>project-management-software</b>/</code>, e.g. <code>project-management-software</code>, <code>crm-software</code>, <code>accounting-software</code>, <code>marketing-automation-software</code>, <code>help-desk-software</code>, <code>hr-software</code>. A full category URL also works.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchTerms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Keywords to search on Capterra, e.g. <code>video conferencing</code>, <code>payroll</code>, <code>ai chatbot</code>. Use this when you don't know the exact category slug.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct Capterra URLs: product pages (<code>/p/&lt;id&gt;/&lt;slug&gt;/</code>), category pages (<code>/&lt;slug&gt;-software/</code>) or search pages (<code>/search/?query=...</code>). Used in addition to the categories / search terms above.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxResults": {
                        "title": "Max results (products)",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Global cap on the number of product records to output across all categories / searches. Listing pages return ~25-40 products each, so this is reached quickly.",
                        "default": 100
                    },
                    "includeProductDetails": {
                        "title": "Include product details (description, pricing, features, vendor website)",
                        "type": "boolean",
                        "description": "Open each product's page to add its full description, starting price, free-trial / free-version flags, feature list, deployment & support options and the vendor's website. Slower (one page per product) and billed per product (productDetails event). Leave off for the fast listing-only run.",
                        "default": false
                    },
                    "includeReviews": {
                        "title": "Include reviews",
                        "type": "boolean",
                        "description": "Attach user reviews (rating, title, pros/cons, author, date) to each product. Opens the product page, so it implies 'Include product details'.",
                        "default": false
                    },
                    "enrichVendorContacts": {
                        "title": "Enrich vendor contacts (emails, socials & phones)",
                        "type": "boolean",
                        "description": "For every product with a vendor website, crawl the vendor's home + contact/about page and extract publicly listed e-mail addresses, social profiles (LinkedIn, Facebook, Instagram, X, YouTube, TikTok) and phone numbers — turning each vendor into a ready-to-contact B2B lead. Implies 'Include product details' (needed to find the website) and is billed as an enriched lead.",
                        "default": false
                    },
                    "minRating": {
                        "title": "Minimum star rating",
                        "enum": [
                            "",
                            "3",
                            "3.5",
                            "4",
                            "4.5"
                        ],
                        "type": "string",
                        "description": "Keep only products with at least this average rating. Leave empty for all.",
                        "default": ""
                    },
                    "minReviews": {
                        "title": "Minimum review count",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Keep only products with at least this many reviews (filters out brand-new / thin products). Leave empty for all."
                    },
                    "withWebsiteOnly": {
                        "title": "Only products with a vendor website",
                        "type": "boolean",
                        "description": "Keep only products for which a vendor website was found (requires product details).",
                        "default": false
                    },
                    "monitorMode": {
                        "title": "Monitor mode (only new / changed)",
                        "type": "boolean",
                        "description": "Remember products across runs and emit only NEW or CHANGED ones (rating, review count, pricing or vendor website change). Great for watching a category for new entrants or rating moves. Works independently of Apify Schedules — pair it with a Schedule to run on a cadence.",
                        "default": false
                    },
                    "monitorKey": {
                        "title": "Monitor key",
                        "type": "string",
                        "description": "Namespace for monitor memory. Use a distinct key per saved search so their states don't collide.",
                        "default": "default"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxies to use. Residential proxies are REQUIRED — Capterra is protected by Cloudflare and blocks datacenter IPs. The default (Apify residential, US) is recommended.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many Capterra pages to render in parallel. Lower is gentler on Cloudflare and more reliable; 4-8 is a good balance.",
                        "default": 6
                    },
                    "debugMode": {
                        "title": "Debug mode",
                        "type": "boolean",
                        "description": "Dump raw page diagnostics to the key-value store for troubleshooting selectors.",
                        "default": false
                    },
                    "headful": {
                        "title": "Headful browser",
                        "type": "boolean",
                        "description": "Run the browser headful (under Xvfb) — clears Cloudflare's Turnstile far more reliably. On by default; set false to force headless.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
