# Extract SaaS Comparison Keywords (Global English)

**Use case:** 

Generate valuable 'versus' and 'comparison' keywords for SaaS products to inform your competitive content strategy. This helps attract users actively evaluating

## Input

```json
{
  "keywords": [
    "project management software",
    "crm software",
    "email marketing platform"
  ],
  "mode": "comparisons",
  "country": "US",
  "language": "en",
  "maxItemsPerKeyword": 80,
  "outputFormat": "flat"
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "mode": {
    "label": "Mode"
  },
  "language": {
    "label": "Language"
  },
  "country": {
    "label": "Country"
  },
  "relevance": {
    "label": "Relevance"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keywords Suggest Scraper Pro](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) to learn more, explore other use cases, and run it yourself.