# Build SaaS Vendor Contact Leads List

**Use case:** 

Turn SaaSworthy products into B2B leads: crawl each vendor's website for emails, phones and socials, alongside product, pricing and rating.

## Input

```json
{
  "categories": [
    "crm-software"
  ],
  "maxResults": 20,
  "maxPagesPerCategory": 3,
  "includeProductDetails": true,
  "includeReviews": false,
  "maxReviewsPerProduct": 20,
  "resolveVendorWebsite": true,
  "enrichVendorContacts": true,
  "minRating": 0,
  "minReviews": 0,
  "withVendorWebsiteOnly": false,
  "deduplicateProducts": true,
  "monitorMode": false,
  "monitorStoreName": "saasworthy-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Product"
  },
  "primaryCategory": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "pricingModel": {
    "label": "Pricing"
  },
  "startingPrice": {
    "label": "From"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "hasFreePlan": {
    "label": "Free plan"
  },
  "vendorWebsite": {
    "label": "Vendor website"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "alternatives": {
    "label": "Alternatives"
  },
  "features": {
    "label": "Features"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "productUrl": {
    "label": "Product URL"
  },
  "searchCategory": {
    "label": "Category query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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