# China A-Share & HK Daily Stock Data Feed | Xueqiu

**Use case:** 

Daily Xueqiu quote feed: live price, change %, market cap for China A-share + HK + ADR watchlists — Moutai, BYD, Tencent, BABA. Add a cookie for sentiment.

## Input

```json
{
  "mode": "ticker_quote",
  "tickers": [
    "SH600519",
    "SZ002594",
    "SZ300750",
    "SH601318",
    "SZ000858",
    "00700.HK",
    "09988.HK",
    "03690.HK",
    "01810.HK",
    "BABA",
    "PDD",
    "JD"
  ],
  "postsPerTicker": 50,
  "postsPerUser": 50,
  "sort": "latest",
  "includeRetweets": false,
  "maxResults": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "tickerExtracted": {
    "label": "Ticker",
    "format": "text"
  },
  "tickersInPost": {
    "label": "All tickers",
    "format": "array"
  },
  "postText": {
    "label": "Text",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "metrics": {
    "label": "Metrics",
    "format": "object"
  },
  "tickerCanonical": {
    "label": "Canonical Ticker",
    "format": "text"
  },
  "stockName": {
    "label": "Stock Name",
    "format": "text"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "changePct": {
    "label": "Change %",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "number"
  },
  "userId": {
    "label": "User ID",
    "format": "text"
  },
  "screenName": {
    "label": "Screen Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Xueqiu Scraper — Chinese Stock Discussion & Cashtag Sentiment](https://apify.com/zhorex/xueqiu-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/xueqiu-scraper) to learn more, explore other use cases, and run it yourself.