# Screen China A-Shares · 东方财富选股 — Price, P/E, Market Cap

**Use case:** 

Screen all China A-shares (Eastmoney 东方财富) by market cap, price, P/E, turnover — structured JSON, source-linked. For quants and analysts covering mainland China

## Input

```json
{
  "market": "all_a",
  "sort_by": "market_cap",
  "sort_order": "desc",
  "max_results": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker"
  },
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "pct_change": {
    "label": "% Chg"
  },
  "market_cap_cny": {
    "label": "Mkt Cap (¥)"
  },
  "pe_ratio": {
    "label": "P/E"
  },
  "pb_ratio": {
    "label": "P/B"
  },
  "turnover_rate": {
    "label": "Turnover %"
  },
  "volume": {
    "label": "Volume"
  },
  "market": {
    "label": "Market"
  }
}
```

## About this Actor

This example demonstrates how to use [🇨🇳 Eastmoney China A-Shares Screener · 东方财富选股](https://apify.com/nexgendata/eastmoney-china-stock-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/eastmoney-china-stock-screener) to learn more, explore other use cases, and run it yourself.