# Gather Competitor Intelligence for SaaS Companies

**Use case:** 

Scrape detailed profiles of your top SaaS competitors to understand their market position, funding, and growth. Leverage this data for competitive benchmarking 

## Input

```json
{
  "mode": "byCompany",
  "searchQuery": "artificial intelligence",
  "companyUrls": [
    "https://www.owler.com/company/salesforce",
    "https://www.owler.com/company/hubspot",
    "https://www.owler.com/company/servicenow"
  ],
  "industry": "",
  "maxItems": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "industry": {
    "label": "Industry"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "revenueRange": {
    "label": "Revenue range"
  },
  "employeeRange": {
    "label": "Employee range"
  },
  "ceoName": {
    "label": "Ceo name"
  },
  "owlerUrl": {
    "label": "Owler url"
  }
}
```

## About this Actor

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