# SaaS Competitor News Summary for Salesforce, HubSpot

**Use case:** 

Monitor news for Salesforce, HubSpot, Zendesk, and Intercom. Get fresh, sentiment-scored updates from Google and Bing over the past week.

## Input

```json
{
  "mode": "bulk",
  "query": "openai",
  "queries": [
    "salesforce",
    "hubspot",
    "zendesk",
    "intercom"
  ],
  "sources": [
    "googleNews",
    "bingNews"
  ],
  "maxPerSource": 20,
  "maxResults": 80,
  "daysBack": 7,
  "language": "en-US",
  "country": "US",
  "dedup": true,
  "sentiment": true,
  "useApifyProxy": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "sentimentLabel": {
    "label": "Sentiment",
    "format": "string"
  },
  "sentimentScore": {
    "label": "Score",
    "format": "number"
  },
  "url": {
    "label": "Article",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [News Intelligence Scraper — AI Agent Real-Time News API](https://apify.com/logiover/news-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/news-intelligence-scraper) to learn more, explore other use cases, and run it yourself.