# Browse catalog (with optional search) Hong Kong Open Data

**Use case:** 

Extract Hong Kong Open Data data filtered by Browse catalog (with optional search). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "catalog",
  "searchQuery": "weather"
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "datasetId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "organization": {
    "label": "Org",
    "format": "text"
  },
  "organizationTitle": {
    "label": "Org Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "groups": {
    "label": "Groups",
    "format": "object"
  },
  "numResources": {
    "label": "Resources",
    "format": "number"
  },
  "resources": {
    "label": "Files",
    "format": "object"
  },
  "updateFrequency": {
    "label": "Frequency",
    "format": "text"
  },
  "license": {
    "label": "Licence",
    "format": "text"
  },
  "dataDictionaryUrl": {
    "label": "Spec",
    "format": "link"
  },
  "metadataCreated": {
    "label": "Created",
    "format": "date"
  },
  "metadataModified": {
    "label": "Updated",
    "format": "date"
  },
  "maintainer": {
    "label": "Maintainer",
    "format": "text"
  },
  "maintainerEmail": {
    "label": "Email",
    "format": "text"
  },
  "url": {
    "label": "Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hong Kong Open Data Scraper](https://apify.com/parseforge/data-gov-hk-hong-kong-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/data-gov-hk-hong-kong-scraper) to learn more, explore other use cases, and run it yourself.