新闻爬取服务 API
获取东方财富财经导读新闻
认证: 需要 X-API-Key header 或 api_key 参数
curl -H "X-API-Key: news-crawler-2026" https://your-pages.pages.dev/api/eastmoney
{
"source_id": "eastmoney",
"source_name": "东方财富",
"category": "finance",
"items": [
{
"title": "新闻标题",
"url": "https://...",
"content": "",
"published_at": "00:21"
}
],
"timestamp": "2026-02-22T..."
}