# HKEX ESG Announcements Scraper H2 2023

**Use case:** 

Collect Environmental, Social, and Governance (ESG) related announcements from all HKEX listed companies for the second half of 2023. This provides vital data f

## Input

```json
{
  "stockQuery": "00700",
  "headlineCategory": "90000",
  "documentSubCategory": "",
  "market": "SEHK",
  "titleKeyword": "ESG",
  "dateFrom": "2023-07-01",
  "dateTo": "2023-12-31",
  "sortBy": "latest",
  "maxItems": 400,
  "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.