# Track China FDI flows and positions

**Use case:** 

Track official OECD China FDI flow and position observations and detect new releases or revisions across a bounded year range.

## Input

```json
{
  "datasets": [
    "flow",
    "position"
  ],
  "startYear": 2021,
  "endYear": 2025,
  "watchName": "china-fdi-main",
  "cacheMaxAgeMinutes": 60
}
```

## Output

```json
{
  "dataset.kind": {
    "label": "Dataset",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "newObservations": {
    "label": "New",
    "format": "array"
  },
  "revisions": {
    "label": "Revised",
    "format": "array"
  },
  "removedObservations": {
    "label": "Removed",
    "format": "array"
  },
  "adaptation.marker": {
    "label": "Adaptation",
    "format": "text"
  },
  "source.apiUrl": {
    "label": "Official API",
    "format": "link"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [China FDI Flow & Position Monitor](https://apify.com/zinin/china-fdi-flow-position-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/china-fdi-flow-position-monitor) to learn more, explore other use cases, and run it yourself.