# Scrape HKEX Tech Company Earnings Reports Q1 2024

**Use case:** 

Gather all quarterly earnings and results announcements for technology companies listed on HKEX for Q1 2024. This helps competitive intelligence teams and marke

## Input

```json
{
  "stockQuery": "00700",
  "headlineCategory": "10000",
  "documentSubCategory": "11100",
  "market": "SEHK",
  "titleKeyword": "results",
  "dateFrom": "2024-01-01",
  "dateTo": "2024-03-31",
  "sortBy": "latest",
  "maxItems": 300,
  "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.