# Extract Chinese Government Policy to JSON

**Use case:** 

Extract structured JSON, text, dates, issuers, metadata, and source URLs from public Chinese government policy pages.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gov.cn/zhengce/index.htm"
    }
  ],
  "focusKeywords": [],
  "topKeywords": 12,
  "includeMarkdown": true,
  "generateEnglishSummary": false,
  "summaryApiBaseUrl": "https://api.deepseek.com/v1",
  "summaryModel": "deepseek-chat",
  "maxContentChars": 80000,
  "maxPdfPages": 100,
  "maxDownloadBytes": 20971520,
  "requestTimeoutSecs": 30
}
```

## Output

```json
{
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "issuingBody": {
    "label": "Issuing body",
    "format": "string"
  },
  "documentType": {
    "label": "Document type",
    "format": "string"
  },
  "finalUrl": {
    "label": "Final URL",
    "format": "string"
  },
  "contentChars": {
    "label": "Content characters",
    "format": "integer"
  },
  "keywords": {
    "label": "Generated keywords",
    "format": "array"
  },
  "summaryStatus": {
    "label": "Summary status",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [China Public Web Intelligence Extractor](https://apify.com/huakelilinjie/china-public-web-intelligence-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/huakelilinjie/china-public-web-intelligence-extractor) to learn more, explore other use cases, and run it yourself.