部署说明
标记为 Playwright 的功能需要在自己的服务器上部署,Vercel、Netlify 等静态托管平台不支持。 这些功能需要启动浏览器进程进行动态内容抓取。
System Status
Monitor RSS feed availability
Check the status of all RSS feeds to see if they are working properly.
Visit the Status Page to view real-time status of all RSS feeds.
ASMR Online
ASMR by Bamboo_King
举例:https://pyrsshub.vercel.app/asmr/works
路由:/asmr/works/:search/:order/:subtitle/:sort
参数:search Optional 搜索字符串,不同的搜索用空格隔开,可以使用类似 $tag:*$
格式搜索标签(或社团、声优、年龄限制等),具体使用方法可以类比官网
参数:order Optional 排序字段,默认按照资源的收录日期来排序,详见下表a
参数:subtitle Optional 筛选带字幕音频,可选 0 和 1 ,默认关闭
参数:sort Optional 排序方式,可选 asc 和 desc ,默认倒序
RSS Filter参数
RSS 过滤参数by hillerliao
举例:https://pyrsshub.vercel.app/filter?feed=https://sspai.com/feed&include_title=征文|派早报
参数:include_title 匹配标题,支持多关键词,用 | 分隔。
参数:include_description 匹配摘要
参数:exclude_title 排除标题
参数:exclude_description 排除摘要
参数:limit 限制条数
Google 新闻搜索
Google News Search
举例:https://pyrsshub.vercel.app/google/news/火了|财富密码|流量密码?site=36kr.com&when=7d
路由:/google/news/:keyword
参数:
q关键词,多个用|或,分隔(也可直接写在路径里)site限定站点,多个用|或,分隔,如36kr.com,ithome.comintitle关键词是否只匹配标题,默认1,传0改为全文匹配exclude排除词,多个用|分隔when时间范围,如24h/7d/1mhl语言,默认zh-CN;gl地区,默认CNceid语种地区标识,留空则由gl+hl推导,如CN:zh-Hansdedup排重策略:title(默认)/title+source/guid/link/nonesimilar模糊标题排重阈值(0-1,如0.9),默认关闭source标题是否保留「 - 来源」后缀,默认1,传0去掉sort是否按发布时间倒序,默认1
说明:Google 新闻的 guid 是文章簇 ID,同一篇文章被重复收录时会拿到不同的
guid,link 又是每条唯一的跳转地址,两者都排不掉重复,所以默认按归一化标题排重
(忽略标点、大小写、全半角差异,重复项保留最新的一条)。
RSS 代理
RSS 代理 by hillerliao
举例:https://pyrsshub.vercel.app/filter?feed=https://sspai.com/feed
路由:/filter?feed=:feed
参数:feed [rss 地址]
网页正文提取代理
网页正文提取 by hillerliao
举例:https://pyrsshub.vercel.app/proxy/readability?url=https://example.com
路由:/proxy/readability
参数:
url必填,目标网页URLproxyOptional,代理服务器地址(如 http://127.0.0.1:7890)
功能:提取指定网页的正文内容,以纯文本形式返回,保留段落结构,移除广告和无关元素。
The world in brief - The Economist
World Brief by hillerliao
举例:https://pyrsshub.vercel.app/economist/worldbrief
路由:/economist/worldbrief
Symbol Change History - Nasdaq
World Brief by hillerliao
举例:https://pyrsshub.vercel.app/nasdaq/symbol_change
路由:/nasdaq/symbol_change
NHK
NHK - Web News Easy by hillerliao
举例:https://pyrsshub.vercel.app/nhk/newseasy
路由:/nhk/newseasy
NHK - topic news by hillerliao
举例:https://pyrsshub.vercel.app/nhk/topic/0001595
路由:/nhk/topic/:category
参数:category, topic id
EMagazine
EMagazine - 最新电子书 by hillerliao
举例:https://pyrsshub.vercel.app/emagazine
路由:/emagazine
参数:无,获取最新电子书列表
搜索提示 - 百度
搜索提示 - 百度by hillerliao
举例:https://pyrsshub.vercel.app/baidu/suggest/weishenme
路由:/baidu/suggest/:category
参数:category,关键词
湖南竞价
湖南竞价by hillerliao
举例:https://pyrsshub.vercel.app/hnzcy/bidding/Newest
路由:/hnzcy/bidding/:type
参数:type,类型,必填, Newest | Result,注意首字母大写
Realtime - 彭博商业周刊
Realtime by hillerliao
举例:https://pyrsshub.vercel.app/bbwc/realtime/2
路由:/bbwc/realtime/:category
参数:category [可选,栏目 ID;不带参数或无效 ID 时返回首页推荐流]
常用栏目:11 - 科技、12 - 金融、13 - PURSUITS、14 - 视频、15 - 推荐、19 - 全球、20 - 商业、244 - 观点、1490 - AI 等
Top App - App Store
Top App by hillerliao
举例:https://pyrsshub.vercel.app/appstore/top/us/36
路由:/appstore/top/:countrycode/:genreid
参数:countrycode,国家/地区代码, 如 us、cn、ru、br;genreid,类别,如 36, 6000,6014,6026,更多详见 https://t.ly/vYJI
Random Line
随机行生成 by hillerliao
举例:https://pyrsshub.vercel.app/randomline
指定标题列:https://pyrsshub.vercel.app/randomline?title_col=1
包含上下文:https://pyrsshub.vercel.app/randomline?include_context=true
路由:/randomline
参数:
urlOptional,自定义文件URL,可以是CSV/TXT/PDF文件,或者是普通网页(会自动提取正文),默认使用GitHub上的RAZ数据。title_colOptional,指定作为标题的列索引(从0开始),默认使用第一列。delimiterOptional,指定分隔符(如tab表示制表符,newline表示换行符,double_newline表示1个空行,triple_newline表示2个空行,quadruple_newline表示3个空行,quintuple_newline表示4个空行),或者使用自定义分隔符(如---、***),默认为逗号。min_lengthOptional,最小长度限制,只有当标题长度大于等于该值时才会被选中,默认为0。include_contextOptional,是否包含上一行和下一行,设置为true时会在描述中显示所选内容的上一行和下一行,默认为false。chapterOptional,指定章节名(支持关键词子串匹配,无需输入完整章节名),仅当内容为 HTML/Markdown/EPUB/MOBI 等自动提取章节结构的语义模式时生效,如chapter=Waterfall或chapter=第二章。
功能:从文件或网页中随机选择一行(或一段)生成RSS项。如果是网页,会自动提取正文内容并按换行符分割。举例: https://pyrsshub.vercel.app/randomline?min_length=50&url=https://www.gushiwen.cn/guwen/bookv_c89d8eda4c2d.aspx
特点:支持 CSV/TSV/TXT/PDF/EPUB/MOBI 及普通网页;智能识别段落(p 标签)和标题,保留段落完整性,自动关联并显示所属章节/小节;内置高精度 PDF 解析,支持中文乱码修复;支持 SWR 缓存策略。
HF Dataset
随机数据集生成 by hillerliao
举例:https://pyrsshub.vercel.app/hf_dataset
自定义数据集:https://pyrsshub.vercel.app/hf_dataset?dataset=Mxode/I_Wonder_Why-Chinese
路由:/hf_dataset
参数:
datasetOptional,自定义 Hugging Face 数据集名称,默认使用 Mxode/I_Wonder_Why-Chinesetitle_colOptional,指定作为标题的列名。content_colOptional,指定作为内容的列名。
功能:从指定的 Hugging Face 数据集中随机抓取一条数据生成 RSS。支持多种格式(Parquet/CSV/JSONL),具备自动字段映射能力。
特点:使用 SWR 缓存策略,支持自定义数据集,支持自定义列映射,支持大多数已索引的数据集
传送门-失效
文章 by alphardex
举例:https://pyrsshub.vercel.app/chuansongme/articles
路由:/chuansongme/articles/:category
参数:category [默认为“最新”]
| 精选 | 区块链 | 汽车 | 创意科技 | 媒体达人 | 电影音乐 | 娱乐休闲 | 生活旅行 | 学习工具 | 历史读书 | 金融理财 | 美食菜谱 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| select | blockchain | auto | ideatech | newsmedia | moviemusic | fun | lifejourney | utility | hisbook | finance | food |
CTOLib-失效
话题 by alphardex
举例:https://pyrsshub.vercel.app/ctolib/topics
路由:/ctolib/topics/:category
参数:category [默认为“默认排序”]
| 最新发布 | 优质主题 |
|---|---|
| last | popular |
InfoQ
推荐内容 by alphardex hillerliao
举例:https://pyrsshub.vercel.app/infoq/recommend
路由:/infoq/recommend
主题内容 by hillerliao
举例:https://pyrsshub.vercel.app/infoq/topic/15
路由:/infoq/topic/:category
作者内容by hillerliao
举例:https://pyrsshub.vercel.app/infoq/profile/8D1F7C1F2C23FD
路由:/infoq/profile/:category
搜索结果by hillerliao
举例:https://pyrsshub.vercel.app/infoq/search/金融/2
路由:/infoq/search/:category/:type
参数:category [必填,关键词],type [必填,类型,0 全部 | 1 微信公众号 | 2 infoQ网站 ]
Readhub
主题内容 by hillerliao
举例:https://pyrsshub.vercel.app/readhub/topic/10/0acaf84bdef38ea9
路由:/readhub/topic/:type/:category
参数:type [必填,类型,10 entity(实体) | 22 tag(标签)]
Futu
快讯 by hillerliao
举例:https://pyrsshub.vercel.app/futu/live/zh-cn
路由:/futu/live/:lang
参数:lang [必填,语言,zh-cn / en-us]
Moomoo 市场要闻
Moomoo News Main by hillerliao
举例:https://pyrsshub.vercel.app/moomoo/news
路由:/moomoo/news/:lang
参数:lang [可选,语言,默认 zh-cn,支持 zh-cn / zh-hk / en-us / ja / th]
巨潮资讯
公司公告 by hillerliao
举例:https://pyrsshub.vercel.app/cninfo/announcement/all/gqjl
举例:https://pyrsshub.vercel.app/cninfo/announcement/all/gqbd_预披露,股权变动类公告中标题含有「预披露」的公告
路由:/cninfo/announcement/:stock_id/:category
Earnings Date
Earnings Date by hillerliao
举例:https://pyrsshub.vercel.app/earningsdate/prnewswire
路由:/earningsdate/:category
参数:category [必填,可以为“prnewswire、globenewswire”;businesswire 上游已失效]
界面快讯
界面快讯 by hillerliao
举例:https://pyrsshub.vercel.app/jiemian/newsflash/166
路由:/jiemian/newsflash/:category
参数:category [必填,见界面快讯栏目https://www.jiemian.com/lists/4.html]
TADOKU.ORG
图书 by hillerliao
举例:https://pyrsshub.vercel.app/tadoku/books/l0
路由:/tadoku/books/:category
参数:category [必填,难度等级,l0、l1、l2、l3、l4、l5、0。0为不指定 ]
证监会审核进度
证监会审核进度 by hillerliao
举例:https://pyrsshub.vercel.app/csrc/audit/a1d50077cd7f4b15bd1c8d6163f32850
路由:/csrc/audit/:category
参数:category [必填,见证监会栏目 https://neris.csrc.gov.cn/alappl/home/gongshi]
财新网滚动新闻
财新网滚动新闻 by hillerliao
举例:https://pyrsshub.vercel.app/caixin/scroll/125
路由:/caixin/scroll/:category
参数:category [必填,见财新网滚动频道 http://www.caixin.com/search/scroll/0.jsp]
网易跟贴
网易跟贴 by hillerliao
举例:https://pyrsshub.vercel.app/netease/comment/heated
路由:/netease/comment/:category
参数:category [必填, heated|build|splendid]
爱思想搜索结果
爱思想搜索结果 by hillerliao
举例:https://pyrsshub.vercel.app/aisixiang/search/author/郑永年
路由:/aisixiang/search/:category/:keywords
参数:category [必填,author|title|keywords], keywords 必填
东方财富网研报
东方财富网研报 by hillerliao
举例:https://pyrsshub.vercel.app/eastmoney/report/macresearch
路由:/eastmoney/report/:type/:category?
参数:type 必填 [stock 个股研报 / industry 行业研报 / strategyreport 策略报告 / macresearch 宏观研究 / brokerreport 券商晨会 / newstock 新股研报]
参数:category 可选 [行业代码,仅 stock / industry 需要,如 /eastmoney/report/stock/473]
东方财富网快讯
东方财富网快讯 by hillerliao
举例:https://pyrsshub.vercel.app/eastmoney/kuaixun
路由:/eastmoney/kuaixun/:category?
参数:category [可选,分类,如 focus / zhibo / company / region / us / centralbank / fed / economydata / stock / commodity / fx / bond / fund,默认 all(7x24 全球直播);也可直接传 column 编号]
选股宝板块/主题动态
选股宝板块/主题动态 by hillerliao
举例:https://pyrsshub.vercel.app/xuangubao/theme/17006066
路由:/xuangubao/:type/:category
参数:type = theme|subject, category [必填,板块/主题ID]
财联社主题动态
财联社主题动态 by hillerliao
举例:https://pyrsshub.vercel.app/cls/subject/1345
路由:/cls/subject/:category
参数:category [必填,见财联社APP主题栏目]
证券时报网快讯
证券时报网快讯 by hillerliao
举例:https://pyrsshub.vercel.app/stcn/kuaixun
路由:/stcn/kuaixun/:tag?
参数:tag [可选,标签,如 ipoc,见 https://www.stcn.com/article/kx-tag-detail.html?tag=xxx]
同花顺7x24实时新闻
同花顺7x24实时新闻 by hillerliao
举例:https://pyrsshub.vercel.app/10jqka/realtimenews
路由:/10jqka/realtimenews/:category?
参数:category [可选,分类,news(要闻直播)/ econ(经济数据),默认 news,见 https://news.10jqka.com.cn/realtimenews.html]
同花顺港股频道栏目
同花顺港股频道栏目 by hillerliao
举例:https://pyrsshub.vercel.app/10jqka/hks
路由:/10jqka/hks/:category?
参数:category [可选,分类,见 https://stock.10jqka.com.cn/hks/ 频道栏目]
分类:home主页聚合(默认) hknews要闻 ggfx盘面综述 ggdt公司新闻 ggyj研报精选 ahdtAH动态 ggxg新股 ggydg异动股 wlzx权证 ggmj名家
金十数据快讯
金十数据快讯 by hillerliao
举例:https://pyrsshub.vercel.app/jin10
举例:https://pyrsshub.vercel.app/jin10/category/36(期货分类)
路由:/jin10/:category?,分类用 /jin10/category/:id 或直接传中文分类名
参数:category [可选,分类,如 2(黄金) / 36(期货) / 53(美联储) / 黄金 / 美联储;默认全部快讯]
金色财经快讯
金色财经快讯 by hillerliao
举例:https://pyrsshub.vercel.app/jinse/lives
举例:https://pyrsshub.vercel.app/jinse/lives/AI(AI分类)
路由:/jinse/lives/:category?
参数:category [可选,分类,0 全部 / 1 精选 / 7 政策 / 2 数据 / 5 AI / 9 Alpha,也支持中文分类名,如 政策 / AI;默认全部]
链得得栏目动态
链得得栏目动态 by hillerliao
举例:https://pyrsshub.vercel.app/chaindd/column/3158465
路由:/chaindd/column/:category
参数:category [必填,见链得得栏目url中的数字编号]
早报网 即时新闻文章列表
早报网 即时新闻文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/zaobao/realtime/china
路由:/zaobao/realtime/:category
参数:category [必填,见 早报网 官网]
Techcrunch tag文章列表
Techcrunch tag文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/techcrunch/tag/216504
路由:/techcrunch/tag/:category
参数:category [必填,见 techcrunch 官网]
未央网-国际快讯
未央网-国际快讯 by hillerliao
举例:https://pyrsshub.vercel.app/weiyangx/express/
路由:/weiyangx/express/
扬帆出海-快讯
扬帆出海-快讯 by hillerliao
举例:https://pyrsshub.vercel.app/yfchuhai/express/
路由:/yfchuhai/express/
未央网 tag文章列表
未央网 tag文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/weiyangx/tag/金融科技
路由:/weiyangx/tag/:category
参数:category [必填,见 weiyangx 官网]
今天看啥专栏文章列表
今天看啥专栏文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/jintiankansha/column/KgkNwnDrsy
路由:/jintiankansha/column/:category
参数:category [必填,见 jintiankansha.me]
产品公告 - 机构间市场
产品公告 - 机构间市场 by hillerliao
举例:https://pyrsshub.vercel.app/interotc/cpgg/东兴证券
路由:/interotc/cpgg/:category
参数:category [必填,标题中的关键词]
股票评级 - Benzinga
股票评级 - Benzinga by hillerliao
举例:https://pyrsshub.vercel.app/benzinga/ratings/wb
路由:/benzinga/ratings/:category
参数:category [必填, 股票代码]
抽屉新热榜 - 用户
抽屉新热榜 - 用户 by hillerliao
举例:https://pyrsshub.vercel.app/chouti/user/wb_5517143496
路由:/chouti/user/:category
参数:category [必填, 用户id]
抽屉新热榜 - 话题
抽屉新热榜 - 话题 by hillerliao
举例:https://pyrsshub.vercel.app/chouti/section/1116
路由:/chouti/section/:category
参数:category [必填, 话题id]
抽屉新热榜 - 搜索
抽屉新热榜 - 搜索 by hillerliao
举例:https://pyrsshub.vercel.app/chouti/search/China
路由:/chouti/search/:category
参数:category [必填, 搜索关键词]
微信公众号 - 标签文章列表
微信公众号 - 标签文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/mp/tag/MzI5MjM3OTA0MA/1500461858015772673
路由:/mp/tag/:biz/:tag
biz [必填, 公众号id],tag,[必填, 标签 id]
微信公众号 - 推荐标签文章列表
微信公众号 - 推荐标签文章列表 by hillerliao
举例:https://pyrsshub.vercel.app/mp/rtag/科技/ChatGPT
路由:/mp/rtag/:c1/:tag
c1 [必填, 分类],tag,[必填, 标签 id]
Producthunt - 搜索结果
Producthunt - 搜索结果 by hillerliao
举例:https://pyrsshub.vercel.app/producthunt/search/wechat/30
路由:/producthunt/search/:keyword/:period
keyword [必填, 搜索关键词],period,[必填, 时间范围]
蒲公英 - App 更新日志
蒲公英 - App 更新日志by hillerliao
举例:https://pyrsshub.vercel.app/pgyer/22bY
路由:/pgyer/:pageid
pageid [必填, 页面 id]
新京报 - 频道
新京报 - 频道by hillerliao
举例:https://pyrsshub.vercel.app/bjnews/beijing
路由:/bjnews/:channelid
channelid [必填, 频道 id]
新华网
新华网 - 最新播报by flyingicedragon
举例:https://pyrsshub.vercel.app/xinhuanet/zuixinbobao
路由:/xinhuanet/zuixinbobao
新华网 - 时政联播by flyingicedragon
举例:https://pyrsshub.vercel.app/xinhuanet/shizhenglianbo
路由:/xinhuanet/shizhenglianbo
新华网 - 要点聚焦by flyingicedragon
举例:https://pyrsshub.vercel.app/xinhuanet/yaodianjujiao
路由:/xinhuanet/yaodianjujiao
新华网 - 时政联播by flyingicedragon
举例:https://pyrsshub.vercel.app/xinhuanet/world
路由:/xinhuanet/world
中国日报 - Latest
China Daily - China 频道最新列表by hillerliao
举例:https://pyrsshub.vercel.app/chinadaily/latest
路由:/chinadaily/latest
说明:抓取中国日报英文网「China / Latest(最新)」新闻列表,默认 20 条;也支持 /chinadaily/:section 传入其他相同布局的栏目列表路径
中国日报(国际版) - Top News
China Daily Global - Top News 头条列表by hillerliao
举例:https://pyrsshub.vercel.app/chinadailyglobal/topnews
路由:/chinadailyglobal/topnews
说明:抓取中国日报国际版网站(chinadailyglobal.com)「Top News(头条)」列表,默认 20 条;也支持 /chinadailyglobal/:section 传入其他相同布局的栏目列表路径
智通财经 - 作者专栏
智通财经 作者专栏文章列表by hillerliao
举例:https://pyrsshub.vercel.app/zhitongcaijing/profile/85
路由:/zhitongcaijing/profile/:author_id
参数:
author_id[可选,作者/专栏 id,默认 85,对应智通数据专栏]limit[可选,限制条数,默认 10]name[可选,自定义显示名。默认从作者页<title>(形如「专栏-智通财经网-智通数据」)动态切出专栏名,切不到时退化为「专栏 #<id>」]
说明:基于站点 /column/detail.html?data_type=1&id=<author_id> JSON 接口拉取专栏首页文章,默认返回最新 10 条
智通财经 主题聚合by hillerliao
举例:https://pyrsshub.vercel.app/zhitongcaijing/theme/20(隔夜美股)
路由:/zhitongcaijing/theme/:theme_id
参数:theme_id [必填,主题 id,例如 20(隔夜美股),对应智通财经主题页]
说明:基于站点 /theme/article-list.html?id=<theme_id>&page=<n> JSON 接口聚合主题列表,默认取前 2 页约 40 条
微信公众号 - 最新文章 - 搜狗方案
微信公众号 - 最新文章 by hillerliao
举例:https://pyrsshub.vercel.app/mp/gh/mao-talk
路由:/mp/tag/:biz/:tag
gh [必填, 公众号id]
微信公众号 - 最新文章 - 游无穷
微信公众号 - 最新文章 by hillerliao
举例:https://pyrsshub.vercel.app/mp/youwuqiong/maoyouhuashuo
路由:/mp/youwuqiong/:author
author [必填, 作者id,在 youwuqiong.com 文章列表页上找]
知乎
Explore by https://github.com/JeffersonYoung
举例:https://pyrsshub.vercel.app/zhihu/explore
路由:/zhihu/explore
问题 by https://github.com/JeffersonYoung
举例:https://pyrsshub.vercel.app/zhihu/question/509768617
路由:/zhihu/question/:qid
qid [必填, 问题id,如例所示,和网站url上的id相同]
雪球用户动态 Playwright
用户动态 by hillerliao
举例:https://pyrsshub.vercel.app/xueqiu/user/1247347556
路由:/xueqiu/user/:user_id
user_id [必填, 雪球用户ID,在用户个人主页URL中获取]
功能:获取指定雪球用户的最新动态和发言
个股讨论 by hillerliao
举例:https://pyrsshub.vercel.app/xueqiu/stock/TSLA
路由:/xueqiu/stock/:symbol
参数:symbol [必填, 股票代码,如 TSLA、SPCX;省略时默认 TSLA]
功能:获取雪球上指定个股页的讨论帖列表
RandomWord
RandomWordby hillerliao
举例:https://pyrsshub.vercel.app/randomword/sentence
路由:/randomword/:category
参数:category [可选,类型,sentence | question | paragraph,默认为 sentence]
功能:获取随机句子、问题或段落内容,每小时更新一次
sentence- 随机句子question- 随机问题paragraph- 随机段落
且慢组合调仓
组合调仓记录 by hillerliao
举例:https://pyrsshub.vercel.app/qieman/po_adjust/SI000108
路由:/qieman/po_adjust/:portfolio_id
portfolio_id [必填, 且慢组合ID,例如 SI000108]
功能:获取且慢基金组合的调仓历史记录和分析
蛋卷基金调仓动态
投顾组合调仓记录 by hillerliao
举例:https://pyrsshub.vercel.app/danjuan/departure/TIA08030
路由:/danjuan/departure/:strategy_code
参数:
strategy_code[必填, 策略代码,例如 TIA08030]accesstoken[可选, 蛋卷基金的访问令牌。也可以通过环境变量DANJUAN_ACCESSTOKEN配置]page_no[可选, 页码,默认 1]page_size[可选, 每页数量,默认 20]
功能:获取蛋卷基金投顾组合的调仓发车记录和分析
accesstoken 可能会导致令牌泄露。建议在部署环境中设置 DANJUAN_ACCESSTOKEN
环境变量,这样在使用时无需在 URL 中显式填写该参数。
注意:需要提供有效的认证信息(URL 参数或环境变量)
通用网页抓取器 Playwright
网页HTML抓取 by hillerliao
举例:https://pyrsshub.vercel.app/scrape/https://xueqiu.com/1247347556
路由:/scrape/:url
参数:url [必填,完整的网页URL,需要URL编码]
功能:获取指定网页的最终HTML源代码,支持动态内容加载,返回纯HTML格式
特性:反爬虫检测、资源屏蔽、5分钟缓存、30秒超时
Anki
Anki Cards Due for Reviewby hillerliao
举例:https://pyrsshub.vercel.app/anki/due-cards
路由:/anki/due-cards,支持传入 AnkiConnect
地址:?api_url=http://your_host:8765
参数:无
功能:获取当天需要复习的随机Anki卡片,包含详细统计信息和标签
XHunt AI Trends
XHunt AI 热门推文趋势 by hillerliao
举例:https://pyrsshub.vercel.app/xhunt/trends/global/24/ai
路由:/xhunt/trends/:group/:hours/:tag
参数:
group[可选,区域,global (全球) | chinese (华语区),默认为 global]hours[可选,时间范围,1 | 4 | 24,默认为 24]tag[可选,标签,如 ai、crypto 等,默认为 ai]
功能:获取 XHunt AI 平台上的热门推文趋势,包含排名、作者、内容、浏览量、点赞数、转发数和热度评分
一颗财丸
周报 by hillerliao
举例:https://pyrsshub.vercel.app/yikecaiwan/weekly
路由:/yikecaiwan/weekly
功能:获取 一颗财丸 每周投资周报全文
美股晨报 by hillerliao
举例:https://pyrsshub.vercel.app/yikecaiwan/journal
路由:/yikecaiwan/journal
功能:获取「丸子早上看美股」每日晨报全文
全站 RSS by hillerliao
举例:https://pyrsshub.vercel.app/yikecaiwan/sitemap
路由:/yikecaiwan/sitemap
功能:基于 sitemap.xml 的全站文章列表,含日报、周报及百科文章
AIA Hong Kong 友邦香港
新闻稿(Press Releases) by hillerliao
举例:https://pyrsshub.vercel.app/aia/press-releases
路由:/aia/press-releases
功能:获取 友邦香港新闻稿 列表及正文全文
Prudential 香港保诚
保险知识(Knowledge Corner) by hillerliao
举例:https://pyrsshub.vercel.app/prudential/knowledge-corner
路由:/prudential/knowledge-corner,可指定分类:/prudential/knowledge-corner/<分类>
功能:获取 保诚香港保险知识 文章列表及全文(默认分类:understanding-insurance 保险入门)
搜索引擎结果
百度搜索 by hillerliao
举例:https://pyrsshub.vercel.app/search/baidu/香港
路由:/search/baidu/:keyword
keyword [必填, 搜索关键词]
Google 搜索 by hillerliao
举例:https://pyrsshub.vercel.app/search/google/AI
路由:/search/google/:keyword
keyword [必填, 搜索关键词]
Bing 搜索 by hillerliao
举例:https://pyrsshub.vercel.app/search/bing/香港
路由:/search/bing/:keyword
keyword [必填, 搜索关键词]