# Generate SaaS Marketing Leads from Capterra Product Data

**Use case:** 

Scrape product details and company information for specific software categories to identify potential B2B leads. Accelerate your lead generation efforts by targ

## Input

```json
{
  "productUrls": [
    "https://www.capterra.com/p/134/Mailchimp/",
    "https://www.capterra.com/p/181284/Constant-Contact/",
    "https://www.capterra.com/p/164746/ActiveCampaign/",
    "https://www.capterra.com/p/203444/GetResponse/"
  ],
  "productUrl": "https://www.capterra.com/p/135003/Slack/",
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135003/Slack/"
    }
  ],
  "maxItems": 4
}
```

## Output

```json
{
  "recordType": {
    "label": "Record",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "startingPrice": {
    "label": "Starting Price",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "_reason": {
    "label": "Reason",
    "format": "string"
  }
}
```

## About this Actor

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