People's Financial News Scraper avatar
People's Financial News Scraper

Pricing

$10.00/month + usage

Go to Store
People's Financial News Scraper

People's Financial News Scraper

Developed by

DaDao DB

DaDao DB

Maintained by Community

Scrape flash news from People's Financial News (人民财讯/证券时报), a famous financial news site in China.

0.0 (0)

Pricing

$10.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

Scrape flash news from People's Financial News (人民财讯) by The Securities Times(证券时报), a state-owned financial news site in China.

Features

  • Fetches flash news items from People's Financial News' flash news API endpoint
  • Configurable number of news items to retrieve (up to 500)
  • Handles pagination automatically for large requests
  • Input validation to ensure proper parameters
  • Efficient data collection with rate limiting to avoid API restrictions

Input Schema

The scraper accepts the following input parameter:

{
"numOfNews": 10
}
  • numOfNews : The number of flash news items to retrieve (integer between 1-500)

Usage

  1. Run the actor on the Apify platform
  2. Wait for the extraction to complete
  3. Access the extracted data in the "Dataset" tab

Output Format

The output is an array of news items with the following structure:

[
{
"id": "1830463",
"actionType": "news",
"url": "/article/detail/1830463.html",
"web_url": "/article/detail/1830463.html",
"title": "土耳其外长会见乌克兰外长 讨论俄乌谈判筹备工作",
"source": "央视新闻",
"time": 1747229127000,
"show_time": "1747229127",
"pageTime": "1830463",
"isRed": 0,
"red": 0,
"isTop": 0,
"content": "人民财讯5月14日电,当地时间5月14日,土耳其外交部发布消息称,土耳其外长费丹当天在安塔利亚会见乌克兰外长瑟比加。双方就土耳其拟主办的旨在推动俄乌实现和平的谈判安排,以及乌克兰总统泽连斯基即将访土的筹备工作进行了磋商。(央视新闻)",
"liked": false,
"hasFav": false,
"favUrl": "https://www.stcn.com/operation/collect.html",
"audio": "",
"share_url": "https://www.stcn.com/article/detail/1830463.html",
"share": {
"title": "土耳其外长会见乌克兰外长 讨论俄乌谈判筹备工作",
"description": "人民财讯5月14日电,当地时间5月14日,土耳其外交部发布消息称,土耳其外长费丹当天在安塔利亚会见乌克兰外长瑟比加。双方就土耳其拟主办的旨在推动俄乌实现和平的谈判安排,以及乌克兰总统泽连斯基即将访土的筹备工作进行了磋商。(央视新闻)",
"image": "https://static-web.stcn.com/app_default/xwzx_app/images/default_img/rmcx20250226.png",
"url": "https://www.stcn.com/article/detail/1830463.html"
}
},
...
]

Usage

  • Set up your input parameters in the Apify platform or locally
  • Set numOfNews to the desired number of news items (1-500)
  • Run the Actor
  • The Actor will automatically handle pagination and rate limiting
  • Progress is logged to the console
  • Access the collected data in the Actor's default dataset
  • Data is stored in JSON format
  • Each item contains complete news information including title, content, source, and timestamps