# Scrape HSBC Board Changes HKEX 2024

**Use case:** 

Extract announcements related to changes in board of directors or senior management for HSBC Holdings plc (stock code 00005) in 2024. This provides critical int

## Input

```json
{
  "stockQuery": "00005",
  "headlineCategory": "20000",
  "documentSubCategory": "21100",
  "market": "SEHK",
  "titleKeyword": "board change",
  "dateFrom": "2024-01-01",
  "dateTo": "2024-04-30",
  "sortBy": "latest",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "stockCode": {
    "label": "Stock code"
  },
  "companyName": {
    "label": "Company name"
  },
  "title": {
    "label": "Title"
  },
  "category": {
    "label": "Category"
  },
  "publishDate": {
    "label": "Publish date"
  },
  "documentUrl": {
    "label": "Document url"
  }
}
```

## About this Actor

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