# Monitor Bloomberg markets and technology stories

**Use case:** 

Collect recent Bloomberg markets and technology articles with headlines, summaries, publication dates, source URLs, and available ticker context.

## Input

```json
{
  "sections": [
    "markets",
    "technology"
  ],
  "searchKeywords": [],
  "tickers": [],
  "sinceHours": 168,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "section": {
    "label": "Section",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "tickers": {
    "label": "Tickers",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "url": {
    "label": "Article URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

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