π¨π³ Eastmoney Chinese A-Share Stock Screener
Pricing
Pay per usage
π¨π³ Eastmoney Chinese A-Share Stock Screener
Screen Chinese A-share stocks (Shanghai + Shenzhen + ChiNext + STAR Market) via Eastmoney's public quote API. Returns ticker, name, price, change %, volume, turnover, P/E, P/B, market cap. 5,500+ stocks queryable. For Chinese stock traders, quants, and finance analysts.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Screen Chinese A-share stocks (Shanghai + Shenzhen + ChiNext + STAR Market) via Eastmoney's public quote API. Returns ticker, name, price, change %, volume, turnover, P/E, P/B, market cap. 5,500+ stocks queryable. For Chinese stock traders, quants, and finance analysts.
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/eastmoney-china-stock-screener").call(run_input={"market": "all_a","sort_by": "market_cap","max_results": 50})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~eastmoney-china-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"market": "all_a", "sort_by": "market_cap", "max_results": 50}'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings β Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See pricing below. Most runs finish under $0.20 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 170+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. Check the source's Terms of Service for any restrictions on the underlying data.
π° Pricing
- Actor Start: $0.005 per run
- Stock: $0.02 per stock
π Related NexGenData Actors
π More From NexGenData
Visit thenextgennexus.com for:
- π Tutorials on web scraping, data extraction, and AI workflows
- π§° The full catalog of 170+ actors, REST APIs, and MCP servers
- π¦ Ready-made data packs on Gumroad
- π¨ The NexGenData newsletter
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
Built and maintained by NexGenData β 170+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/eastmoney-china-stock-screener").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~eastmoney-china-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings β Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
π° Pricing
Pay-per-event pricing β you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0050
π Related NexGenData Actors
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
π More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com β the brand home for everything we ship.
- π Tutorials & how-to guides
- ποΈ Full actor catalog with usage examples
- π¦ Gumroad data packs (one-time purchases)
- π¬ Newsletter β monthly drops of new actors and revenue experiments
Built and maintained by NexGenData β 165+ actors covering scraping, enrichment, MCP servers, and automation. π Home: thenextgennexus.com