Skip to content

📱 New media

36kr

资讯热榜

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/36kr/hot-list

🛎️ Route: /36kr/hot-list/:category?

🔗 Parameters:

  • category, required - 分类,默认为24小时热榜

🐙 Source Code: /36kr/hot-list.ts

24 小时热榜资讯人气榜资讯综合榜资讯收藏榜
24renqizongheshoucang

资讯, 快讯, 用户文章, 主题文章, 专题文章, 搜索文章, 搜索快讯

🟡 Missing Test

👨‍💻 Author: @nczitzk @fashioncj

💡 Example: https://rsshub.app/36kr/newsflashes

🛎️ Route: /36kr/:category/:subCategory?/:keyword?

🔗 Parameters:

  • category, required - 分类,必填项
  • subCategory, required - 子分类,选填项,目的是为了兼容老逻辑
  • keyword, required - 关键词,选填项,仅搜索文章/快讯时有效

🐙 Source Code: /36kr/index.ts

| 最新资讯频道 | 快讯 | 推荐资讯|生活|房产|职场|搜索文章|搜索快讯| | ------- | -------- | -------- | -------- | -------- | --------| -------- | -------- | | news | newsflashes | recommend | life | estate | workplace | search/articles/关键词 | search/articles/关键词 |

52hrtt 华人头条

新闻

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/52hrtt/global

🛎️ Route: /52hrtt/:area?/:type?

🔗 Parameters:

  • area, required - 地区,默认为全球
  • type, required - 分类,默认为新闻

🐙 Source Code: /52hrtt/index.ts

地区和分类皆可在浏览器地址栏中找到,下面是一个例子。

访问华人头条全球站的国际分类,会跳转到 https://www.52hrtt.com/global/n/w?infoTypeId=A1459145516533。其中 global 即为 全球 对应的地区代码,A1459145516533 即为 国际 对应的分类代码。

专题

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/52hrtt/symposium/F1626082387819

🛎️ Route: /52hrtt/symposium/:id?/:classId?

🔗 Parameters:

  • id, required - 专题 id
  • classId, required - 子分类 id

🐙 Source Code: /52hrtt/symposium.ts

专题 id 和 子分类 id 皆可在浏览器地址栏中找到,下面是一个例子。

访问 “邱毅看平潭” 专题,会跳转到 https://www.52hrtt.com/global/n/w/symposium/F1626082387819。其中 F1626082387819 即为 专题 id 对应的地区代码。

TIP

更多的专题可以点击 这里

Access Briefing

Articles

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/accessbriefing/latest/news

🛎️ Route: /accessbriefing/:category{.+}?

🔗 Parameters:

  • category{.}, required -

🐙 Source Code: /accessbriefing/index.ts

TIP

If you subscribe to Latest News,where the URL is https://www.accessbriefing.com/latest/news, extract the part https://www.accessbriefing.com/ to the end, and use it as the parameter to fill in. Therefore, the route will be /accessbriefing/latest/news.

Latest

CategoryID
Newslatest/news
Products & Technologylatest/products-and-technology
Rental Newslatest/rental-news
Peoplelatest/people
Regualtions & Safetylatest/regualtions-safety
Financelatest/finance
Sustainabilitylatest/sustainability

Insight

CategoryID
Interviewsinsight/interviews
Longer readsinsight/longer-reads
Videos and podcastsinsight/videos-and-podcasts

AEON

Categories

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/aeon/category/philosophy

🛎️ Route: /aeon/category/:category

🔗 Parameters:

  • category, required - Category

🐙 Source Code: /aeon/category.ts

Supported categories: Philosophy, Science, Psychology, Society, and Culture.

Types

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/aeon/essays

🛎️ Route: /aeon/:type

🔗 Parameters:

  • type, required - Type

🐙 Source Code: /aeon/type.ts

Supported types: Essays, Videos, and Audio.

Compared to the official one, the RSS feed generated by RSSHub not only has more fine-grained options, but also eliminates pull quotes, which can't be easily distinguished from other paragraphs by any RSS reader, but only disrupt the reading flow. This feed also provides users with a bio of the author at the top.

However, The content generated under audio does not contain links to audio files.

AG⓪RA

共和報

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/agora0/pen0

🛎️ Route: /agora0/pen0

🐙 Source Code: /agora0/pen0.ts

零博客

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/agora0/initium

🛎️ Route: /agora0/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为 initium,即端传媒

🐙 Source Code: /agora0/index.ts

muitinⒾaidemnⒾsrettaⓂqⓅsucoⓋ
initiuminmediamatterspqvocus

AppleInsider

Category

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/appleinsider

🛎️ Route: /appleinsider/:category?

🔗 Parameters:

  • category, required - Category, see below, News by default

🐙 Source Code: /appleinsider/index.ts

NewsReviewsHow-tos
reviewshow-to

C114 通信网

滚动新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/c114/roll

🛎️ Route: /c114/roll

🐙 Source Code: /c114/roll.ts

China.com 中华网

Finance News 财经 - 财经新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @KingJem

💡 Example: https://rsshub.app/china/finance

🛎️ Route: /china/finance/:category?

🔗 Parameters:

  • category, required - Category of news. See the form below for details, default is suggest news.

🐙 Source Code: /china/finance/finance.ts

推荐TMT金融地产消费医药酒业IPO 观察
tuijianTMTjinrongdichanxiaofeiyiyaowineIPO

Note: The default news num is 30.

注意:默认新闻条数是 30

Military - Military News 军事 - 军事新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @jiaaoMario

💡 Example: https://rsshub.app/china/news/military

🛎️ Route: /china/news/military

🐙 Source Code: /china/news/military/news.ts

News and current affairs 时事新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @jiaaoMario

💡 Example: https://rsshub.app/china/news

🛎️ Route: /china/news/:category?

🔗 Parameters:

  • category, required - Category of news. See the form below for details, default is china news.

🐙 Source Code: /china/news/highlights/news.ts

Category of news

China NewsInternational NewsSocial NewsBreaking News
domesticinternationalsocialnews100

CoinDesk Consensus Magazine

新闻周刊

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @jameshih

💡 Example: https://rsshub.app/coindesk/consensus-magazine

🛎️ Route: /coindesk/consensus-magazine

🐙 Source Code: /coindesk/index.ts

cpcaauto.com

文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/cpcaauto/news/news

🛎️ Route: /cpcaauto/news/:type?/:id?

🔗 Parameters:

  • type, required - 分类,默认为 news,可在对应分类页 URL 中找到
  • id, required - id,默认为 news,可在对应分类页 URL 中找到

🐙 Source Code: /cpcaauto/index.ts

TIP

若订阅 行业新闻 > 国内乘用车,网址为 http://cpcaauto.com/news.php?types=news&anid=10。截取 typesanid 的部分 `` 作为参数填入,此时路由为 /cpcaauto/news/news/10

行业新闻

国内乘用车进口及国外乘用车后市场商用车
news/10news/64news/44news/62

车市解读

周度月度指数预测
csjd/128csjd/129csjd/130csjd/131

发布会报告

上海市场上牌数京城车市进口车市场分析二手车市场分析价格指数
bgzl/119bgzl/122bgzl/120bgzl/121bgzl/124
热点评述新能源月报商用车月报政策分析
bgzl/125bgzl/126bgzl/127bgzl/123

经济与政策

一周经济一周政策
meeting/46meeting/47

乘联会论坛

论坛文章两会车展看点
yjsy/49yjsy/111yjsy/113

DCFever

測試報告

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dcfever/reviews/cameras

🛎️ Route: /dcfever/reviews/:type?

🔗 Parameters:

  • type, required - 分類,預設為 cameras

🐙 Source Code: /dcfever/reviews.ts

相機及鏡頭手機平板試車報告
camerasphonescars

二手市集 - 物品搜尋

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dcfever/trading/search/Sony

🛎️ Route: /dcfever/trading/search/:keyword/:mainCat?

🔗 Parameters:

  • keyword, required - 關鍵字
  • mainCat, required - 主要分類 ID,見上表

🐙 Source Code: /dcfever/trading-search.ts

二手市集

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dcfever/trading/1

🛎️ Route: /dcfever/trading/:id

🔗 Parameters:

  • id, required - 分類 ID,見下表

🐙 Source Code: /dcfever/trading.ts

所有物品分類

攝影產品電腦手機通訊影音產品遊戲機、模型電器傢俱潮流服飾手錶單車及運動其它
123444310445991094

新聞中心

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dcfever/news

🛎️ Route: /dcfever/news/:type?

🔗 Parameters:

  • type, required - 分類,預設為所有新聞

🐙 Source Code: /dcfever/news.ts

所有新聞攝影器材手機通訊汽車熱話攝影文化影片攝錄測試報告生活科技攝影技巧
cameramobileautophotographyvideographyreviewsgadgettechnique

DeepMind

Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk @TonyRL

💡 Example: https://rsshub.app/deepmind/blog

🛎️ Route: /deepmind/blog

🐙 Source Code: /deepmind/blog.ts

DN.com

News

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dn/en-us/news

🛎️ Route: /dn/:language/news/:category?

🔗 Parameters:

  • language, required - Language, see below
  • category, required - Category, see below, The Latest by default

🐙 Source Code: /dn/news.ts

Language

English中文
en-uszh-cn

Category

English Category中文分类Category id
The Latest最新
Industry Information行业资讯category-1
Knowledge域名知识category-2
Investment域名投资category-3

EU Disinfo Lab

Publications

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/disinfo/publications

🛎️ Route: /disinfo/publications

🐙 Source Code: /disinfo/publications.ts

e 公司

快讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hillerliao

💡 Example: https://rsshub.app/egsea/flash

🛎️ Route: /egsea/flash

🐙 Source Code: /egsea/flash.ts

ePrice

最新消息

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/eprice/tw

🛎️ Route: /eprice/:region?

🔗 Parameters:

  • region, required - 地区,预设为 tw

🐙 Source Code: /eprice/rss.ts

地区:

hktw
香港台湾

Esquire Hong Kong

Tag

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/esquirehk/tag/Fashion

🛎️ Route: /esquirehk/tag/:id?

🔗 Parameters:

  • id, required - 标签,可在对应标签页 URL 中找到

🐙 Source Code: /esquirehk/tag.ts

Farmatters

Exclusive

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/farmatters/exclusive

🛎️ Route: /farmatters/exclusive/:locale?,/news/:locale?,/:locale?,/:type/:id/:locale?

🐙 Source Code: /farmatters/index.ts

Exclusive

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/farmatters/exclusive

🛎️ Route: /farmatters/exclusive/:locale?,/news/:locale?,/:locale?,/:type/:id/:locale?

🐙 Source Code: /farmatters/index.ts

Exclusive

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/farmatters/exclusive

🛎️ Route: /farmatters/exclusive/:locale?,/news/:locale?,/:locale?,/:type/:id/:locale?

🐙 Source Code: /farmatters/index.ts

Exclusive

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/farmatters/exclusive

🛎️ Route: /farmatters/exclusive/:locale?,/news/:locale?,/:locale?,/:type/:id/:locale?

🐙 Source Code: /farmatters/index.ts

Focus Taiwan

Category

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/focustaiwan

🛎️ Route: /focustaiwan/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为 news

🐙 Source Code: /focustaiwan/index.ts

LatestEditor's PicksPhotos of the Day
newseditorspicksphotos
PoliticsCross-straitBusinessSocietyScience & TechCultureSports
politicscross-straitbusinesssocietyscience & techculturesports

Foresight News

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

🛎️ Route: /foresightnews/

🐙 Source Code: /foresightnews/index.ts

快讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/foresightnews/news

🛎️ Route: /foresightnews/news

🐙 Source Code: /foresightnews/news.ts

文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/foresightnews/article

🛎️ Route: /foresightnews/article

🐙 Source Code: /foresightnews/article.ts

专栏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/foresightnews/column/1

🛎️ Route: /foresightnews/column/:id

🔗 Parameters:

  • id, required - 专栏 id, 可在对应专栏页 URL 中找到

🐙 Source Code: /foresightnews/column.ts

Google

News

🟢 Passed Test

👨‍💻 Author: @zoenglinghou

💡 Example: https://rsshub.app/google/news/Top stories/hl=en-US&gl=US&ceid=US:en

🛎️ Route: /google/news/:category/:locale

🔗 Parameters:

  • category, required - Category Title
  • locale, required - locales, could be found behind ?, including hl, gl, and ceid as parameters

🐙 Source Code: /google/news.ts

Grist

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/grist/featured

🛎️ Route: /grist/featured

🐙 Source Code: /grist/featured.ts

Series

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/grist/series/best-of-grist

🛎️ Route: /grist/series/:series

🔗 Parameters:

  • series, required - Find in the URL which has /series/

🐙 Source Code: /grist/series.ts

Topic

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/grist/topic/extreme-heat

🛎️ Route: /grist/topic/:topic

🔗 Parameters:

  • topic, required - Any Topic from Table below

🐙 Source Code: /grist/topic.ts

Topics

Topic NameTopic Link
Accountabilityaccountability
Agricultureagriculture
Ask Umbraask-umbra-series
Buildingsbuildings
Citiescities
Climate & Energyclimate-energy
Climate Fictionclimate-fiction
Climate of Courageclimate-of-courage
COP26cop26
COP27cop27
Cultureculture
Economicseconomics
Energyenergy
Equityequity
Extreme Weatherextreme-weather
Fixfix
Foodfood
Gristgrist
Grist Newsgrist-news
Healthhealth
Housinghousing
Indigenous Affairsindigenous
Internationalinternational
Laborlabor
Languagelanguage
Migrationmigration
Opinionopinion
Politicspolitics
Protestprotest
Racerace
Regulationregulation
Sciencescience
Shift Happens Newslettershift-happens
Solutionssolutions
Spanishspanish
Sponsoredsponsored
Technologytechnology
Temperature Checktemperature-check
Uncategorizedarticle
Updatesupdates
Videovideo

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

🛎️ Route: /grist/

🐙 Source Code: /grist/index.ts

Harvard Health Publishing

Health Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/harvard/health/blog

🛎️ Route: /harvard/health/blog

🐙 Source Code: /harvard/health/blog.ts

Harvard Business Review

Topic

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/hbr/topic/leadership

🛎️ Route: /hbr/topic/:topic?/:type?

🔗 Parameters:

  • topic, required - Topic, can be found in URL, Leadership by default
  • type, required - Type, see below, Latest by default

🐙 Source Code: /hbr/topic.ts

LATESTPOPULARFROM THE STOREFOR YOU
LatestPopularFrom the StoreFor You

TIP

Click here to view All Topics

HKEPC

HKEPC 电脑领域

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/hkepc/news

🛎️ Route: /hkepc/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为最新消息

🐙 Source Code: /hkepc/index.ts

专题报导新闻中心新品快递超频领域流动数码生活娱乐会员消息脑场新闻业界资讯最新消息
coverStorynewsreviewocLabdigitalentertainmentmemberpricepresslatest

Indians in Kuwait

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/indiansinkuwait/latest

🛎️ Route: /indiansinkuwait/latest

🐙 Source Code: /indiansinkuwait/latest.ts

InfoQ 中文

话题

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @brilon

💡 Example: https://rsshub.app/infoq/topic/1

🛎️ Route: /infoq/topic/:id

🔗 Parameters:

🐙 Source Code: /infoq/topic.ts

推荐

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @brilon

💡 Example: https://rsshub.app/infoq/recommend

🛎️ Route: /infoq/recommend

🐙 Source Code: /infoq/recommend.ts

iThome 台灣

Feeds

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @miles170

💡 Example: https://rsshub.app/ithome/tw/feeds/news

🛎️ Route: /ithome/tw/feeds/:category

🔗 Parameters:

  • category, required - 類別

🐙 Source Code: /ithome/tw/feeds.ts

新聞AICloudDevOps資安
newsbig-dataclouddevopssecurity

标签

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/ithome/tag/win11

🛎️ Route: /ithome/tag/:name

🔗 Parameters:

  • name, required - 标签名称,可从网址链接中获取

🐙 Source Code: /ithome/tag.ts

分类资讯

🔴 Failed Test

👨‍💻 Author: @luyuhuang

💡 Example: https://rsshub.app/ithome/it

🛎️ Route: /ithome/:caty

🔗 Parameters:

  • caty, required - 类别

🐙 Source Code: /ithome/index.ts

itsoftwin10win11iphoneipadandroiddiginext
IT 资讯软件之家win10 之家win11 之家iphone 之家ipad 之家android 之家数码之家智能时代

热榜

🟢 Passed Test

👨‍💻 Author: @immmortal @luyuhuang

💡 Example: https://rsshub.app/ithome/ranking/24h

🛎️ Route: /ithome/ranking/:type

🔗 Parameters:

  • type, required - 类别

🐙 Source Code: /ithome/ranking.ts

24h7daysmonthly
24 小时阅读榜7 天最热月榜

专题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/ithome/zt/xijiayi

🛎️ Route: /ithome/zt/:id

🔗 Parameters:

  • id, required - 专题 id

🐙 Source Code: /ithome/zt.ts

所有专题请见此处

KBS

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/kbs/news

🛎️ Route: /kbs/news/:category?/:language?

🔗 Parameters:

  • category, required - Category, can be found in Url as id, all by default
  • language, required - Language, see below, e as English by default

🐙 Source Code: /kbs/news.ts

한국어عربي中国语EnglishFrançaisDeutschBahasa Indonesia日本語РусскийEspañolTiếng Việt
kacefgijrsv

Today

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/kbs/today

🛎️ Route: /kbs/today/:language?

🔗 Parameters:

  • language, required - Language, see below, e as English by default

🐙 Source Code: /kbs/today.ts

한국어عربي中国语EnglishFrançaisDeutschBahasa Indonesia日本語РусскийEspañolTiếng Việt
kacefgijrsv

Kuwait Local

Categorised News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/kuwaitlocal/article

🛎️ Route: /kuwaitlocal/:category?

🔗 Parameters:

  • category, required - Category name, can be found in URL, latest by default

🐙 Source Code: /kuwaitlocal/index.ts

LINE

TODAY - Channel

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/line/today/th/publisher/101048

🛎️ Route: /line/today/:edition/publisher/:id

🔗 Parameters:

  • edition, required - Edition, see table above
  • id, required - Channel ID, can be found in URL

🐙 Source Code: /line/publisher.ts

TODAY

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/line/today

🛎️ Route: /line/today/:edition?/:tab?

🔗 Parameters:

  • edition, required - Edition, see below, Taiwan by default
  • tab, required - Tag, can be found in URL, top by default

🐙 Source Code: /line/today.ts

Edition

TaiwanThailandHong Kong
twthhk

Live Universal Awareness Map

实时消息

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @CoderSherlock

💡 Example: https://rsshub.app/liveuamap

🛎️ Route: /liveuamap/:region?

🔗 Parameters:

  • region, required - region 热点地区,默认为ukraine,其他选项见liveuamap.com的三级域名

🐙 Source Code: /liveuamap/index.ts

LVV2

24 小时点击排行 Top 10

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/lvv2/top/sort-score

🛎️ Route: /lvv2/top/:channel/:sort?

🔗 Parameters:

  • channel, required - 频道,见下表
  • sort, required - 排序方式,仅得分和24小时榜可选填该参数,见下表

🐙 Source Code: /lvv2/top.ts

热门最新得分24 小时榜
sort-hotsort-newsort-scoresort-realtime
排序方式一小时内一天内一个周内一个月内
t-hourt-dayt-weekt-month

频道

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/lvv2/news/sort-score

🛎️ Route: /lvv2/news/:channel/:sort?

🔗 Parameters:

  • channel, required - 频道,见下表
  • sort, required - 排序方式,仅得分和24小时榜可选填该参数,见下表

🐙 Source Code: /lvv2/news.ts

热门最新得分24 小时榜
sort-hotsort-newsort-scoresort-realtime
排序方式一小时内一天内一个周内一个月内
t-hourt-dayt-weekt-month

Macfilos

Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/macfilos/blog

🛎️ Route: /macfilos/blog

🐙 Source Code: /macfilos/blog.ts

Mirror

User

🟢 Passed Test

👨‍💻 Author: @fifteen42 @rde9 @nczitzk

💡 Example: https://rsshub.app/mirror/tingfei.eth

🛎️ Route: /mirror/:id

🔗 Parameters:

  • id, required - user id

🐙 Source Code: /mirror/index.ts

MyGoPen

分類

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/mygopen

🛎️ Route: /mygopen/:label?

🔗 Parameters:

  • label, required - 分類,见下表,默认为首页

🐙 Source Code: /mygopen/index.ts

謠言詐騙真實資訊教學

Nautilus

Topics

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/nautil/topic/arts

🛎️ Route: /nautil/topic/:tid

🔗 Parameters:

  • tid, required - topic

🐙 Source Code: /nautil/topics.ts

This route provides a flexible plan with full text content to subscribe specific topic(s) on the Nautilus. Please visit nautil.us and click Topics to acquire whole topic list.

NGOCN

首页

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/ngocn2

🛎️ Route: /ngocn2/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为所有文章

🐙 Source Code: /ngocn2/index.ts

所有文章早报热点
articledaily-brieftrending

NL Times

News

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Hivol

💡 Example: https://rsshub.app/nltimes/news/top-stories

🛎️ Route: /nltimes/news/:category?

🔗 Parameters:

  • category, required - category

🐙 Source Code: /nltimes/news.ts

Top Stories (default)HealthCrimePoliticsBusinessTechCultureSportsWeird1-1-2
top-storieshealthcrimepoliticsbusinesstechculturesportsweird1-1-2

Odaily 星球日报

活动

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/odaily/activity

🛎️ Route: /odaily/activity

🐙 Source Code: /odaily/activity.ts

快讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/odaily/newsflash

🛎️ Route: /odaily/newsflash

🐙 Source Code: /odaily/newsflash.ts

搜索快讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @snowraincloud

💡 Example: https://rsshub.app/odaily/search/news/RSS3

🛎️ Route: /odaily/search/news/:keyword

🔗 Parameters:

  • keyword, required - 搜索关键字

🐙 Source Code: /odaily/search-news.ts

文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/odaily

🛎️ Route: /odaily/:id?

🔗 Parameters:

  • id, required - id,见下表,默认为最新

🐙 Source Code: /odaily/post.ts

最新新品DeFiNFT存储波卡行情活动
280333331334332330297296

用户文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/odaily/user/2147486902

🛎️ Route: /odaily/user/:id

🔗 Parameters:

  • id, required - 用户 id,可在用户页地址栏中找到

🐙 Source Code: /odaily/user.ts

Onet

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Vegann

💡 Example: https://rsshub.app/onet/news

🛎️ Route: /onet/news

🐙 Source Code: /onet/news.ts

This route provides a better reading experience (full text articles) over the official one for https://wiadomosci.onet.pl.

OpenAI

Blog

🟢 Passed Test

👨‍💻 Author: @StevenRCE0 @nczitzk

💡 Example: https://rsshub.app/openai/blog

🛎️ Route: /openai/blog/:tag?

🔗 Parameters:

  • tag, required - Tag, see below, All by default

🐙 Source Code: /openai/blog.ts

AllAnnouncementsEventsSafety & AlignmentCommunityProductCulture & CareersMilestonesResearch
announcementseventssafety-alignmentcommunityproductculture-and-careersmilestonesresearch

ChatGPT - Release Notes

🔴 Failed Test

👨‍💻 Author:

💡 Example: https://rsshub.app/openai/chatgpt/release-notes

🛎️ Route: /openai/chatgpt/release-notes

🐙 Source Code: /openai/chatgpt.ts

Research

🔴 Failed Test

👨‍💻 Author: @yuguorui

💡 Example: https://rsshub.app/openai/research

🛎️ Route: /openai/research

🐙 Source Code: /openai/research.ts

PANews

快讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab/news

🛎️ Route: /panewslab/news,/newsflash

🐙 Source Code: /panewslab/news.ts

快讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab/news

🛎️ Route: /panewslab/news,/newsflash

🐙 Source Code: /panewslab/news.ts

深度

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab

🛎️ Route: /panewslab/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为精选

🐙 Source Code: /panewslab/index.ts

精选链游元宇宙NFTDeFi监管央行数字货币波卡Layer 2DAO融资活动

专栏

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab/author/166

🛎️ Route: /panewslab/author/:id,/column/:id

🐙 Source Code: /panewslab/author.ts

专栏

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab/author/166

🛎️ Route: /panewslab/author/:id,/column/:id

🐙 Source Code: /panewslab/author.ts

专题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/panewslab/topic/1629365774078402

🛎️ Route: /panewslab/topic/:id

🔗 Parameters:

  • id, required - 专题 id,可在地址栏 URL 中找到

🐙 Source Code: /panewslab/topic.ts

PeoPo 公民新聞

新聞分類

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/peopo/topic/159

🛎️ Route: /peopo/topic/:topicId?

🔗 Parameters:

  • topicId, required - 分類 ID,見下表,默認為社會關懷

🐙 Source Code: /peopo/topic.ts

分類ID
社會關懷159
生態環保113
文化古蹟143
社區改造160
教育學習161
農業163
生活休閒162
媒體觀察164
運動科技165
政治經濟166
北台灣223
中台灣224
南台灣225
東台灣226
校園中心167
原住民族227
天然災害168

Phoronix

News & Reviews

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @oppliate @Rongronggg9

💡 Example: https://rsshub.app/phoronix/linux/KDE

🛎️ Route: /phoronix/:category?/:topic?

🔗 Parameters:

  • category, required - Category
  • topic, required - Topic. You may find available parameters from their navigator links. E.g. to subscribe to https://www.phoronix.com/reviews/Operating+Systems, fill in the path /phoronix/reviews/Operating+Systems

🐙 Source Code: /phoronix/index.ts

QuestMobile

行业研究报告

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/questmobile/report

🛎️ Route: /questmobile/report/:industry?/:label?

🔗 Parameters:

  • industry, required - 行业,见下表,默认为 -1,即全部行业
  • label, required - 标签,见下表,默认为 -1,即全部标签

🐙 Source Code: /questmobile/report.ts

TIP

若订阅行业 互联网行业,网址为 https://www.questmobile.com.cn/research/reports/1/-1 参数 industry 为 互联网行业1,此时路由为 /questmobile/report/互联网行业/questmobile/report/1/-1

若订阅标签 榜单,网址为 https://www.questmobile.com.cn/research/reports/-1/11 参数 label 为 榜单11,此时路由为 /questmobile/report/榜单/questmobile/report/-1/11

若订阅行业和标签 品牌领域 - 互联网经济,网址为 https://www.questmobile.com.cn/research/reports/2/1 参数 industry 为 品牌领域2,参数 label 为 互联网经济1,此时路由为 /questmobile/report/品牌领域/互联网经济/questmobile/report/2/1,甚至 /questmobile/report/品牌领域/1

全部行业和标签
#### 行业

| 互联网行业 | 移动社交 | 移动视频 | 移动购物 | 系统工具 |
| ---------- | -------- | -------- | -------- | -------- |
| 1          | 1001     | 1002     | 1003     | 1004     |

| 出行服务 | 金融理财 | 生活服务 | 移动音乐 | 新闻资讯 |
| -------- | -------- | -------- | -------- | -------- |
| 1005     | 1006     | 1007     | 1008     | 1009     |

| 办公商务 | 手机游戏 | 实用工具 | 数字阅读 | 教育学习 |
| -------- | -------- | -------- | -------- | -------- |
| 1010     | 1011     | 1012     | 1013     | 1014     |

| 汽车服务 | 拍摄美化 | 智能设备 | 旅游服务 | 健康美容 |
| -------- | -------- | -------- | -------- | -------- |
| 1015     | 1016     | 1017     | 1018     | 1020     |

| 育儿母婴 | 主题美化 | 医疗服务 | 品牌领域 | 美妆品牌 |
| -------- | -------- | -------- | -------- | -------- |
| 1022     | 1023     | 1024     | 2        | 2001     |

| 母婴品牌 | 家电品牌 | 食品饮料品牌 | 汽车品牌 | 服饰箱包品牌 |
| -------- | -------- | ------------ | -------- | ------------ |
| 2002     | 2003     | 2004         | 2005     | 2006         |

#### 标签

| 互联网经济 | 圈层经济 | 粉丝经济 | 银发经济 | 儿童经济 |
| ---------- | -------- | -------- | -------- | -------- |
| 1          | 1001     | 1002     | 1004     | 1005     |

| 萌宠经济 | 她经济 | 他经济 | 泛娱乐经济 | 下沉市场经济 |
| -------- | ------ | ------ | ---------- | ------------ |
| 1007     | 1009   | 1010   | 1011       | 1012         |

| 内容经济 | 订阅经济 | 会员经济 | 居家经济 | 到家经济 |
| -------- | -------- | -------- | -------- | -------- |
| 1013     | 1014     | 1015     | 1016     | 1017     |

| 颜值经济 | 闲置经济 | 旅游经济            | 人群洞察 | 00 后 |
| -------- | -------- | ------------------- | -------- | ----- |
| 1018     | 1020     | 1622842051677753346 | 2        | 2002  |

| Z 世代 | 银发族 | 宝妈宝爸 | 萌宠人群 | 运动达人 |
| ------ | ------ | -------- | -------- | -------- |
| 2003   | 2004   | 2005     | 2007     | 2008     |

| 女性消费 | 男性消费 | 游戏人群 | 二次元 | 新中产 |
| -------- | -------- | -------- | ------ | ------ |
| 2009     | 2010     | 2012     | 2013   | 2014   |

| 下沉市场用户 | 大学生 | 数字化营销 | 广告效果 | 品牌营销 |
| ------------ | ------ | ---------- | -------- | -------- |
| 2018         | 2022   | 3          | 3001     | 3002     |

| 全域营销 | 私域流量 | 新媒体营销 | KOL 生态 | 内容营销 |
| -------- | -------- | ---------- | -------- | -------- |
| 3003     | 3004     | 3005       | 3006     | 3008     |

| 直播电商 | 短视频带货 | 娱乐营销            | 营销热点 | 双 11 电商大促 |
| -------- | ---------- | ------------------- | -------- | -------------- |
| 3009     | 3010       | 1630464311158738945 | 4        | 4001           |

| 618 电商大促 | 春节营销 | 五一假期营销 | 热点事件盘点 | 消费热点 |
| ------------ | -------- | ------------ | ------------ | -------- |
| 4002         | 4003     | 4004         | 4007         | 5        |

| 时尚品牌 | 连锁餐饮 | 新式茶饮 | 智能家电 | 国潮品牌 |
| -------- | -------- | -------- | -------- | -------- |
| 5001     | 5002     | 5003     | 5004     | 5007     |

| 白酒品牌            | 精益运营 | 媒介策略 | 用户争夺 | 精细化运营 |
| ------------------- | -------- | -------- | -------- | ---------- |
| 1622841828310093825 | 6        | 6001     | 6002     | 6003       |

| 用户分层 | 增长黑马 | 社交裂变 | 新兴领域 | 新能源汽车 |
| -------- | -------- | -------- | -------- | ---------- |
| 6004     | 6005     | 6007     | 7        | 7001       |

| 智能汽车 | 新消费 | AIoT | 产业互联网 | AIGC                |
| -------- | ------ | ---- | ---------- | ------------------- |
| 7002     | 7003   | 7004 | 7005       | 1645677998450511873 |

| OTT 应用            | 智能电视            | 全景数据 | 全景生态 | 微信小程序 |
| ------------------- | ------------------- | -------- | -------- | ---------- |
| 1676063510499528705 | 1676063630293045249 | 8        | 8001     | 8002       |

| 支付宝小程序 | 百度智能小程序 | 企业流量            | 抖音小程序          | 手机终端 |
| ------------ | -------------- | ------------------- | ------------------- | -------- |
| 8003         | 8004           | 1671052842096496642 | 1676063017220018177 | 9        |

| 智能终端 | 国产终端 | 5G 手机 | 盘点 | 季度报告 |
| -------- | -------- | ------- | ---- | -------- |
| 9001     | 9002     | 9003    | 10   | 10001    |

Radio-Canada.ca

Latest News

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/radio-canada/latest

🛎️ Route: /radio-canada/latest/:language?

🔗 Parameters:

  • language, required - Language, see below, English by default

🐙 Source Code: /radio-canada/latest.ts

FrançaisEnglishEspañol简体中文繁體中文العربيةਪੰਜਾਬੀTagalog
freneszh-hanszh-hantarpatl

Readhub

分类

🔴 Failed Test

👨‍💻 Author: @WhiteWorld @nczitzk @Fatpandac

💡 Example: https://rsshub.app/readhub

🛎️ Route: /readhub/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为热门话题

🐙 Source Code: /readhub/index.ts

热门话题科技动态医疗产业财经快讯
newsmedicalfinancial_express

每日早报

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk @fashioncj

💡 Example: https://rsshub.app/readhub/daily

🛎️ Route: /readhub/daily

🐙 Source Code: /readhub/daily.ts

Sakamichi Series 坂道系列官网资讯

Hinatazaka46 Blog 日向坂 46 博客

🟢 Passed Test

👨‍💻 Author:

💡 Example: https://rsshub.app/hinatazaka46/blog

🛎️ Route: /hinatazaka46/blog/:id?/:page?

🔗 Parameters:

  • id, required - Member ID, see below, all by default
  • page, required - Page, 0 by default

🐙 Source Code: /hinatazaka46/blog.ts

Member ID

Member IDName
2000四期生リレー
36渡辺 莉奈
35山下 葉留花
34宮地 すみれ
33藤嶌 果歩
32平岡 海月
31平尾 帆夏
30竹内 希来里
29正源司 陽子
28清水 理央
27小西 夏菜実
26岸 帆夏
25石塚 瑶季
24山口 陽世
23森本 茉莉
22髙橋 未来虹
21上村 ひなの
18松田 好花
17濱岸 ひより
16丹生 明里
15富田 鈴花
14小坂 菜緒
13河田 陽菜
12金村 美玖
11東村 芽依
10高本 彩花
9高瀬 愛奈
8佐々木 美玲
7佐々木 久美
6齊藤 京子
5加藤 史帆
4影山 優佳
2潮 紗理菜

Hinatazaka46 News 日向坂 46 新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @crispgm @akashigakki

💡 Example: https://rsshub.app/hinatazaka46/news

🛎️ Route: /hinatazaka46/news

🐙 Source Code: /hinatazaka46/news.ts

Sakamichi Series 坂道系列官网资讯

Nogizaka46 Blog 乃木坂 46 博客

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Kasper4649 @akashigakki

💡 Example: https://rsshub.app/nogizaka46/blog

🛎️ Route: /nogizaka46/blog/:id?

🔗 Parameters:

  • id, required - Member ID, see below, all by default

🐙 Source Code: /nogizaka46/blog.ts

Member ID

Member IDName
55401岡本 姫奈
55400川﨑 桜
55397池田 瑛紗
55396五百城 茉央
55395中西 アルノ
55394奥田 いろは
55393冨里 奈央
55392小川 彩
55391菅原 咲月
55390一ノ瀬 美空
55389井上 和
55387弓木 奈於
55386松尾 美佑
55385林 瑠奈
55384佐藤 璃果
55383黒見 明香
48014清宮 レイ
48012北川 悠理
48010金川 紗耶
48019矢久保 美緒
48018早川 聖来
48009掛橋 沙耶香
48008賀喜 遥香
48017筒井 あやめ
48015田村 真佑
48013柴田 柚菜
48006遠藤 さくら
36760与田 祐希
36759吉田 綾乃クリスティー
36758山下 美月
36757向井 葉月
36756中村 麗乃
36755佐藤 楓
36754阪口 珠美
36753久保 史緒里
36752大園 桃子
36751梅澤 美波
36750岩本 蓮加
36749伊藤 理々杏
264齋藤 飛鳥

Nogizaka46 News 乃木坂 46 新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @crispgm @Fatpandac

💡 Example: https://rsshub.app/nogizaka46/news

🛎️ Route: /nogizaka46/news

🐙 Source Code: /nogizaka46/news.ts

Sakamichi Series 坂道系列官网资讯

Sakurazaka46 Blog 櫻坂 46 博客

🟢 Passed Test

👨‍💻 Author: @victor21813 @nczitzk @akashigakki

💡 Example: https://rsshub.app/sakurazaka46/blog

🛎️ Route: /sakurazaka46/blog/:id?/:page?

🔗 Parameters:

  • id, required - Member ID, see below, all by default
  • page, required - Page, 0 by default

🐙 Source Code: /sakurazaka46/blog.ts

Member ID

Member IDName
2000三期生リレー
69山下 瞳月
68村山 美羽
67村井 優
66向井 純葉
65的野 美青
64中嶋 優月
63谷口 愛季
62小島 凪紗
61小田倉 麗奈
60遠藤 理子
59石森 璃花
58守屋 麗奈
57増本 綺良
56幸阪 茉里乃
55大沼 晶保
54大園 玲
53遠藤 光莉
51山﨑 天
50森田 ひかる
48松田 里奈
47藤吉 夏鈴
46田村 保乃
45武元 唯衣
44関 有美子
43井上 梨名
15原田 葵
14土生 瑞穂
11菅井 友香
08齋藤 冬優花
07小林 由依
06小池 美波
04尾関 梨香
03上村 莉菜

Sakurazaka46 News 櫻坂 46 新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sakurazaka46/news

🛎️ Route: /sakurazaka46/news

🐙 Source Code: /sakurazaka46/news.ts

Samsung

Research Blog

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/samsung/research/blog

🛎️ Route: /samsung/research/blog

🐙 Source Code: /samsung/research/blog.ts

Sensor Tower

Blog

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sensortower/blog

🛎️ Route: /sensortower/blog/:language?

🔗 Parameters:

  • language, required - Language, see below, English by default

🐙 Source Code: /sensortower/blog.ts

EnglishChineseJapaneseKorean
zh-CNjako

Sky Sports

News

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/skysports/news/ac-milan

🛎️ Route: /skysports/news/:team

🔗 Parameters:

  • team, required - Team id, can be found in URL to the team page

🐙 Source Code: /skysports/news.ts

SupChina

Podcasts

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/supchina/podcasts

🛎️ Route: /supchina/podcasts

🐙 Source Code: /supchina/podcasts.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

🛎️ Route: /supchina/

🐙 Source Code: /supchina/index.ts

swissinfo

Category

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/swissinfo/eng/latest-news

🛎️ Route: /swissinfo/:language?/:category?

🔗 Parameters:

  • language, required - Language, eng by default
  • category, required - Category, Latest News by default

🐙 Source Code: /swissinfo/index.ts

TechCrunch

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/techcrunch/news

🛎️ Route: /techcrunch/news

🐙 Source Code: /techcrunch/news.ts

TechPowerUp

Reviews

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/techpowerup/review/4090

🛎️ Route: /techpowerup/review/:keyword?

🔗 Parameters:

  • keyword, required - Search Keyword

🐙 Source Code: /techpowerup/review.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @TonyRL

🛎️ Route: /techpowerup/

🐙 Source Code: /techpowerup/index.ts

The Verge

The Verge

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @HenryQW @vbali

💡 Example: https://rsshub.app/theverge

🛎️ Route: /theverge/:hub?

🔗 Parameters:

  • hub, required - Hub, see below, All Posts by default

🐙 Source Code: /theverge/index.ts

HubHub name
All Posts
androidAndroid
appleApple
appsApps & Software
blackberryBlackBerry
cultureCulture
gamingGaming
hdHD & Home
microsoftMicrosoft
photographyPhotography & Video
policyPolicy & Law
webWeb & Social

Provides a better reading experience (full text articles) over the official one.

ThoughtCo

Category

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/thoughtco

🛎️ Route: /thoughtco/:category?

🔗 Parameters:

  • category, required - Category id, see below

🐙 Source Code: /thoughtco/index.ts

Science, Tech, Math

categoryid
Sciencescience-4132464
Mathmath-4133545
Social Sciencessocial-sciences-4133522
Computer Sciencecomputer-science-4133486
Animals & Natureanimals-and-nature-4133421

Humanities

categoryid
History & Culturehistory-and-culture-4133356
Visual Artsvisual-arts-4132957
Literatureliterature-4133251
Englishenglish-4688281
Geographygeography-4133035
Philosophyphilosophy-4133025
Issuesissues-4133022

Languages

categoryid
English as a Second Languageesl-4133095
Spanishspanish-4133085
Frenchfrench-4133079
Germangerman-4133073
Italianitalian-4133069
Japanesejapanese-4133062
Mandarinmandarin-4133057
Russianrussian-4175265

Resources

categoryid
For Students & Parentsfor-students-parents-4132588
For Educatorsfor-educators-4132509
For Adult Learnersfor-adult-learners-4132469
More categories
#### Science

| category          | id                          |
| ----------------- | --------------------------- |
| Chemistry         | chemistry-4133594           |
| Biology           | biology-4133580             |
| Physics           | physics-4133571             |
| Geology           | geology-4133564             |
| Astronomy         | astronomy-4133558           |
| Weather & Climate | weather-and-climate-4133550 |

#### Math

| category              | id                              |
| --------------------- | ------------------------------- |
| Math Tutorials        | math-tutorials-4133543          |
| Geometry              | geometry-4133540                |
| Arithmetic            | arithmetic-4133542              |
| Pre Algebra & Algebra | pre-algebra-and-algebra-4133541 |
| Statistics            | statistics-4133539              |
| Exponential Decay     | exponential-decay-4133528       |
| Worksheets By Grade   | worksheets-by-grade-4133526     |
| Resources             | math-resources-4133523          |

#### Social Sciences

| category    | id                  |
| ----------- | ------------------- |
| Psychology  | psychology-4160512  |
| Sociology   | sociology-4133515   |
| Archaeology | archaeology-4133504 |
| Economics   | economics-4133521   |
| Ergonomics  | ergonomics-4133492  |

#### Computer Science

| category               | id                               |
| ---------------------- | -------------------------------- |
| PHP Programming        | php-4133485                      |
| Perl                   | perl-4133481                     |
| Python                 | python-4133477                   |
| Java Programming       | java-programming-4133478         |
| Javascript Programming | javascript-programming-4133476   |
| Delphi Programming     | delphi-programming-4133475       |
| C & C++ Programming    | c-and-c-plus-programming-4133470 |
| Ruby Programming       | ruby-programming-4133469         |
| Visual Basic           | visual-basic-4133468             |

#### Animals and Nature

| category         | id                       |
| ---------------- | ------------------------ |
| Amphibians       | amphibians-4133418       |
| Birds            | birds-4133416            |
| Habitat Profiles | habitat-profiles-4133412 |
| Mammals          | mammals-4133411          |
| Reptiles         | reptiles-4133408         |
| Insects          | insects-4133406          |
| Marine Life      | marine-life-4133393      |
| Forestry         | forestry-4133386         |
| Dinosaurs        | dinosaurs-4133376        |
| Evolution        | evolution-4133366        |

#### History and Culture

| category                       | id                                       |
| ------------------------------ | ---------------------------------------- |
| American History               | american-history-4133354                 |
| African American History       | african-american-history-4133344         |
| African History                | african-history-4133338                  |
| Ancient History and Culture    | ancient-history-4133336                  |
| Asian History                  | asian-history-4133325                    |
| European History               | european-history-4133316                 |
| Genealogy                      | genealogy-4133308                        |
| Inventions                     | inventions-4133303                       |
| Latin American History         | latin-american-history-4133296           |
| Medieval & Renaissance History | medieval-and-renaissance-history-4133289 |
| Military History               | military-history-4133285                 |
| The 20th Century               | 20th-century-4133273                     |
| Women's History                | womens-history-4133260                   |

#### Visual Arts

| category      | id                   |
| ------------- | -------------------- |
| Art & Artists | art-4132956          |
| Architecture  | architecture-4132953 |

#### Literature

| category           | id                         |
| ------------------ | -------------------------- |
| Best Sellers       | best-sellers-4133250       |
| Classic Literature | classic-literature-4133245 |
| Plays & Drama      | plays-and-drama-4133239    |
| Poetry             | poetry-4133232             |
| Quotations         | quotations-4133229         |
| Shakespeare        | shakespeare-4133223        |
| Short Stories      | short-stories-4133217      |
| Children's Books   | childrens-books-4133216    |

#### English

| category        | id                      |
| --------------- | ----------------------- |
| English Grammar | english-grammar-4133049 |
| Writing         | writing-4133048         |

#### Geography

| category                 | id                                 |
| ------------------------ | ---------------------------------- |
| Basics                   | geography-basics-4133034           |
| Physical Geography       | physical-geography-4133032         |
| Political Geography      | political-geography-4133033        |
| Population               | population-4133031                 |
| Country Information      | country-information-4133030        |
| Key Figures & Milestones | key-figures-and-milestones-4133029 |
| Maps                     | maps-4133027                       |
| Urban Geography          | urban-geography-4133026            |

#### Philosophy

| category                       | id                                       |
| ------------------------------ | ---------------------------------------- |
| Philosophical Theories & Ideas | philosophical-theories-and-ideas-4133024 |
| Major Philosophers             | major-philosophers-4133023               |

#### Issues

| category                          | id                               |
| --------------------------------- | -------------------------------- |
| The U. S. Government              | us-government-4133021            |
| U.S. Foreign Policy               | us-foreign-policy-4133010        |
| U.S. Liberal Politics             | us-liberal-politics-4133009      |
| U.S. Conservative Politics        | us-conservative-politics-4133006 |
| Women's Issues                    | womens-issues-4133002            |
| Civil Liberties                   | civil-liberties-4132996          |
| The Middle East                   | middle-east-4132989              |
| Race Relations                    | race-relations-4132982           |
| Immigration                       | immigration-4132977              |
| Crime & Punishment                | crime-and-punishment-4132972     |
| Canadian Government               | canadian-government-4132959      |
| Understanding Types of Government | types-of-government-5179107      |

#### English as a Second Language

| category                     | id                                         |
| ---------------------------- | ------------------------------------------ |
| Pronunciation & Conversation | esl-pronunciation-and-conversation-4133093 |
| Vocabulary                   | esl-vocabulary-4133092                     |
| Writing Skills               | esl-writing-skills-4133091                 |
| Reading Comprehension        | esl-reading-comprehension-4133090          |
| Grammar                      | esl-grammar-4133089                        |
| Business English             | esl-business-english-4133088               |
| Resources for Teachers       | resources-for-esl-teachers-4133087         |

#### Spanish

| category          | id                                  |
| ----------------- | ----------------------------------- |
| History & Culture | spanish-history-and-culture-4133084 |
| Pronunciation     | spanish-pronunciation-4133083       |
| Vocabulary        | spanish-vocabulary-4133082          |
| Writing Skills    | spanish-writing-skills-4133081      |
| Grammar           | spanish-grammar-4133080             |

#### French

| category                     | id                                           |
| ---------------------------- | -------------------------------------------- |
| Pronunciation & Conversation | french-pronunciation-4133075                 |
| Vocabulary                   | french-vocabulary-4133076                    |
| Grammar                      | french-grammar-4133074                       |
| Resources For Teachers       | french-resources-for-french-teachers-4133077 |

#### German

| category                     | id                                 |
| ---------------------------- | ---------------------------------- |
| History & Culture            | german-history-and-culture-4133071 |
| Pronunciation & Conversation | german-pronunciation-4133070       |
| Vocabulary                   | german-vocabulary-4133068          |
| Grammar                      | german-grammar-4133067             |

#### Italian

| category          | id                                  |
| ----------------- | ----------------------------------- |
| History & Culture | italian-history-and-culture-4133065 |
| Vocabulary        | italian-vocabulary-4133061          |
| Grammar           | italian-grammar-4133063             |

#### Japanese

| category                      | id                                   |
| ----------------------------- | ------------------------------------ |
| History & Culture             | japanese-history-and-culture-4133058 |
| Essential Japanese Vocabulary | japanese-vocabulary-4133060          |
| Japanese Grammar              | japanese-grammar-4133056             |

#### Mandarin

| category                         | id                                       |
| -------------------------------- | ---------------------------------------- |
| Mandarin History and Culture     | mandarin-history-and-culture-4133054     |
| Pronunciation                    | mandarin-pronunciation-4133053           |
| Vocabulary                       | mandarin-vocabulary-4133052              |
| Understanding Chinese Characters | understanding-chinese-characters-4133051 |

#### Russian

| category | id              |
| -------- | --------------- |
| Russian  | russian-4175265 |

#### For Students & Parents

| category           | id                         |
| ------------------ | -------------------------- |
| Homework Help      | homework-help-4132587      |
| Private School     | private-school-4132514     |
| Test Prep          | test-prep-4132578          |
| College Admissions | college-admissions-4132565 |
| College Life       | college-life-4132553       |
| Graduate School    | graduate-school-4132543    |
| Business School    | business-school-4132536    |
| Law School         | law-school-4132527         |
| Distance Learning  | distance-learning-4132521  |

#### For Educators

| category             | id                            |
| -------------------- | ----------------------------- |
| Becoming A Teacher   | becoming-a-teacher-4132510    |
| Assessments & Tests  | assessments-and-tests-4132508 |
| Elementary Education | elementary-education-4132507  |
| Secondary Education  | secondary-education-4132504   |
| Special Education    | special-education-4132499     |
| Teaching             | teaching-4132488              |
| Homeschooling        | homeschooling-4132480         |

#### For Adult Learners

| category                | id                              |
| ----------------------- | ------------------------------- |
| Tips For Adult Students | tips-for-adult-students-4132468 |
| Getting Your Ged        | getting-your-ged-4132466        |

TOPYS

关键字

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/topys

🛎️ Route: /topys/:keyword?

🔗 Parameters:

  • keyword, required - 关键字,可在对应结果页的 URL 中找到

🐙 Source Code: /topys/index.ts

创意设计商业艺术文化科技

UNTAG

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/utgd/method

🛎️ Route: /utgd/:category?

🔗 Parameters:

  • category, required - 分类,可在对应分类页的 URL 中找到,默认为方法

🐙 Source Code: /utgd/category.ts

方法观点
methodopinion

时间线

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/utgd/timeline

🛎️ Route: /utgd/timeline

🐙 Source Code: /utgd/timeline.ts

专题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/utgd/topic/在线阅读专栏

🛎️ Route: /utgd/topic/:topic?

🔗 Parameters:

  • topic, required - 专题,默认为在线阅读专栏

🐙 Source Code: /utgd/topic.ts

在线阅读专栏卡片笔记专题

更多专栏请见 专题广场

Yahoo

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @KeiLongW

💡 Example: https://rsshub.app/yahoo/news/hk/world

🛎️ Route: /yahoo/news/:region/:category?

🔗 Parameters:

  • region, required - Region, see the table below
  • category, required - Category, see the table below

🐙 Source Code: /yahoo/news/tw/index.ts

Region

Hong KongTaiwanUS
hktwen
`Category` (Hong Kong)
| 全部     | 港聞      | 兩岸國際 | 財經     | 娛樂          | 體育   | 健康   | 親子      | 副刊       |
| -------- | --------- | -------- | -------- | ------------- | ------ | ------ | --------- | ---------- |
| (留空) | hong-kong | world    | business | entertainment | sports | health | parenting | supplement |
`Category` (Taiwan)
| 全部     | 政治     | 財經    | 娛樂          | 運動   | 社會地方 | 國際  | 生活      | 健康   | 科技       | 品味  |
| -------- | -------- | ------- | ------------- | ------ | -------- | ----- | --------- | ------ | ---------- | ----- |
| (留空) | politics | finance | entertainment | sports | society  | world | lifestyle | health | technology | style |
`Category` (US)
| All     | World | Business | Entertainment | Sports | Health |
| ------- | ----- | -------- | ------------- | ------ | ------ |
| (Empty) | world | business | entertainment | sports | health |

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /yahoo/news/en/:category?

🔗 Parameters:

  • category, required -

🐙 Source Code: /yahoo/news/us/index.ts

新聞來源列表

🔴 Failed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/yahoo/news/providers/tw

🛎️ Route: /yahoo/news/providers/:region

🔗 Parameters:

  • region, required - 地區,見上表

🐙 Source Code: /yahoo/news/tw/provider-helper.ts

新聞來源

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/yahoo/news/provider/tw/udn.com

🛎️ Route: /yahoo/news/provider/:region/:providerId

🔗 Parameters:

  • region, required - 地區,見下表
  • providerId, required - 新聞來源 ID,可透過下方新聞來源列表獲得

🐙 Source Code: /yahoo/news/tw/provider.ts

香港台灣
hktw

zyw

今日热榜

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/zyw/hot

🛎️ Route: /zyw/hot/:site?

🔗 Parameters:

  • site, required - 站点,见下表,默认为空,即全部

🐙 Source Code: /zyw/hot.ts

TIP

全部站点请见 此处

哔哩哔哩微博知乎36 氪百度少数派IT 之家澎湃新闻今日头条百度贴吧稀土掘金腾讯新闻

阿里研究院

资讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/aliresearch/information

🛎️ Route: /aliresearch/information/:type?

🔗 Parameters:

  • type, required - 类型,见下表,默认为新闻

🐙 Source Code: /aliresearch/information.ts

新闻观点案例

艾莱资讯

世界轨道交通资讯网

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Rongronggg9

💡 Example: https://rsshub.app/ally/rail/hyzix/chengguijiaotong/

🛎️ Route: /ally/rail/:category?/:topic?

🔗 Parameters:

  • category, required - 分类,可在 URL 中找到;略去则抓取首页
  • topic, required - 话题,可在 URL 中找到;并非所有页面均有此字段

🐙 Source Code: /ally/rail.ts

TIP

默认抓取前 20 条,可通过 ?limit= 改变。

白话区块链

科普

🟢 Passed Test

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/hellobtc/kepu/latest

🛎️ Route: /hellobtc/kepu/:channel?

🔗 Parameters:

  • channel, required - 类型,见下表,默认为最新

🐙 Source Code: /hellobtc/kepu.ts

latestbitcoinethereumdefiinter_blockchainminingsafetysatoshi_nakomotopublic_blockchain
最新比特币以太坊DeFi跨链挖矿安全中本聪公链

快讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/hellobtc/news

🛎️ Route: /hellobtc/news

🐙 Source Code: /hellobtc/news.ts

首页

🟢 Passed Test

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/hellobtc/information/latest

🛎️ Route: /hellobtc/information/:channel?

🔗 Parameters:

  • channel, required - 类型,可填 latestapplication 及最新和应用,默认为最新

🐙 Source Code: /hellobtc/information.ts

報導者

分類

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/twreporter/category/world

🛎️ Route: /twreporter/category/:category

🔗 Parameters:

  • category, required - Category

🐙 Source Code: /twreporter/category.ts

最新

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/twreporter/newest

🛎️ Route: /twreporter/newest

🐙 Source Code: /twreporter/newest.ts

本地宝

焦点资讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/bendibao/news/bj

🛎️ Route: /bendibao/news/:city

🔗 Parameters:

  • city, required - 城市缩写,可在该城市页面的 URL 中找到

🐙 Source Code: /bendibao/news.ts

城市名缩写
北京bj
上海sh
广州gz
深圳sz

更多城市请参见 这里

香港特别行政区澳门特别行政区 的本地宝城市页面不更新资讯。

财富中文网

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/fortunechina

🛎️ Route: /fortunechina/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为首页

🐙 Source Code: /fortunechina/index.ts

商业领导力科技研究
shangyelindgaolikejireport

差评

快讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/chaping/newsflash

🛎️ Route: /chaping/newsflash

🐙 Source Code: /chaping/newsflash.ts

图片墙

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chaping/banner

🛎️ Route: /chaping/banner

🐙 Source Code: /chaping/banner.ts

资讯

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chaping/news/15

🛎️ Route: /chaping/news/:caty?

🔗 Parameters:

  • caty, required - 分类,默认为全部资讯

🐙 Source Code: /chaping/news.ts

编号分类
15直播
3科技新鲜事
7互联网槽点
5趣味科技
6DEBUG TIME
1游戏
8视频
9公里每小时

创业邦

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

🛎️ Route: /cyzone/channel/:id?,/:id?

🐙 Source Code: /cyzone/index.ts

最新快鲤鱼创投科创板汽车
news514138
海外消费科技医疗文娱
10972711
城市政策特写干货科技股
161561233

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

🛎️ Route: /cyzone/channel/:id?,/:id?

🐙 Source Code: /cyzone/index.ts

最新快鲤鱼创投科创板汽车
news514138
海外消费科技医疗文娱
10972711
城市政策特写干货科技股
161561233

标签

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/cyzone/label/创业邦周报

🛎️ Route: /cyzone/label/:name

🔗 Parameters:

  • name, required - 标签名称,可在对应标签页 URL 中找到

🐙 Source Code: /cyzone/label.ts

作者

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/cyzone/author/1225562

🛎️ Route: /cyzone/author/:id

🔗 Parameters:

  • id, required - 作者 id,可在对应作者页 URL 中找到

🐙 Source Code: /cyzone/author.ts

創新拿鐵

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/startuplatte

🛎️ Route: /startuplatte/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为首頁

🐙 Source Code: /startuplatte/index.ts

首頁大師智慧深度分析新知介紹
quoteanalysistrend

大河财立方

新闻

🟢 Passed Test

👨‍💻 Author: @linbuxiao

💡 Example: https://rsshub.app/dahecube

🛎️ Route: /dahecube/:type?

🔗 Parameters:

  • type, required - 板块,见下表,默认为推荐

🐙 Source Code: /dahecube/index.ts

推荐党史豫股财经投教金融科创投融专栏
recommendhistorystockbusinesseducationfinancescienceinvestcolumn

得到

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /dedao/:category?

🔗 Parameters:

  • category, required -

🐙 Source Code: /dedao/index.ts

首页

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dedao/list/年度日更

🛎️ Route: /dedao/list/:category?

🔗 Parameters:

  • category, required - 分类名,默认为年度日更

🐙 Source Code: /dedao/list.ts

用户主页

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dedao/user/VkA5OqLX4RyGxmZRNBMlwBrDaJQ9og

🛎️ Route: /dedao/user/:id/:type?

🔗 Parameters:

  • id, required - 用户 id,可在对应用户主页 URL 中找到
  • type, required - 类型,见下表,默认为0,即动态

🐙 Source Code: /dedao/user.ts

动态书评视频
0712

知识城邦

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dedao/knowledge

🛎️ Route: /dedao/knowledge/:topic?/:type?

🔗 Parameters:

  • topic, required - 话题 id,可在对应话题页 URL 中找到
  • type, required - 分享类型,true 指精选,false 指最新,默认为精选

🐙 Source Code: /dedao/knowledge.ts

德恒律师事务所

德恒探索

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dehenglaw/CN/paper

🛎️ Route: /dehenglaw/:language?/:category?

🔗 Parameters:

  • language, required - 语言,默认为中文,即 CN,可在对应分类页 URL 中找到,可选 CN 和 EN
  • category, required - 分类,默认为专业文章,即 paper,可在对应分类页 URL 中找到

🐙 Source Code: /dehenglaw/index.ts

TIP

若订阅 专业文章,网址为 https://www.dehenglaw.com/CN/paper/0008/000902.aspx。截取 https://dehenglaw.com/ 到末尾 /0008/000902.aspx 的部分 CN/paper 作为参数填入,此时路由为 /dehenglaw/CN/paper

专业文章出版物德恒论坛
paperpublishluntan

电獭少女

当前精选主题列表

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/agirls/topic_list

🛎️ Route: /agirls/topic_list

🐙 Source Code: /agirls/topic-list.ts

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/agirls/app

🛎️ Route: /agirls/:category?

🔗 Parameters:

  • category, required - 分类,默认为最新文章,可在对应主题页的 URL 中找到,下表仅列出部分

🐙 Source Code: /agirls/index.ts

App 评测手机开箱笔电开箱3C 周边教学小技巧科技情报
appphonecomputeraccessoriestutorialtechlife

精选主题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/agirls/topic/AppleWatch

🛎️ Route: /agirls/topic/:topic

🔗 Parameters:

  • topic, required - 精选主题,可通过下方精选主题列表获得

🐙 Source Code: /agirls/topic.ts

电动邦

资讯

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/diandong/news

🛎️ Route: /diandong/news/:cate?

🔗 Parameters:

  • cate, required - 分类,见下表,默认为推荐

🐙 Source Code: /diandong/news.ts

分类

推荐新车导购试驾用车技术政策行业
029613075222423

东西智库

分类

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/dx2025

🛎️ Route: /dx2025/:type?/:category?

🔗 Parameters:

  • type, required - 内容类别,见下表,默认为空
  • category, required - 行业分类,见下表,默认为空

🐙 Source Code: /dx2025/index.ts

内容类别

产业观察行业报告政策数据
industry-observationindustry-reportspolicydata

行业分类

行业行业名称
新一代信息技术next-generation-information-technology-industry-reports
高档数控机床和机器人high-grade-cnc-machine-tools-and-robots-industry-reports
航空航天装备aerospace-equipment-industry-reports
海工装备及高技术船舶marine-engineering-equipment-and-high-tech-ships-industry-reports
先进轨道交通装备advanced-rail-transportation-equipment-industry-reports
节能与新能源汽车energy-saving-and-new-energy-vehicles-industry-reports
电力装备electric-equipment-industry-reports
农机装备agricultural-machinery-equipment-industry-reports
新材料new-material-industry-reports
生物医药及医疗器械biomedicine-and-medical-devices-industry-reports
现代服务业modern-service-industry-industry-reports
制造业人才manufacturing-talent-industry-reports

懂球帝

TIP

  • 可以通过头条新闻 + 参数过滤的形式获得早报、专题等内容。

球员新闻

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dongqiudi/player_news/50000339

🛎️ Route: /dongqiudi/player_news/:id

🔗 Parameters:

🐙 Source Code: /dongqiudi/player-news.ts

球队新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dongqiudi/team_news/50001755

🛎️ Route: /dongqiudi/team_news/:team

🔗 Parameters:

🐙 Source Code: /dongqiudi/team-news.ts

新闻

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @HendricksZheng

💡 Example: https://rsshub.app/dongqiudi/top_news/1

🛎️ Route: /dongqiudi/top_news/:id?

🔗 Parameters:

  • id, required - 类别 id,不填默认头条新闻

🐙 Source Code: /dongqiudi/top-news.ts

头条深度闲情D 站中超国际英超西甲意甲德甲
15537219561203546

早报

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dongqiudi/daily

🛎️ Route: /dongqiudi/daily

🐙 Source Code: /dongqiudi/daily.ts

TIP

部分球队和球员可能会有两个 id, 正确 id 应该由 5000 开头.

专题

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @dxmpalb

💡 Example: https://rsshub.app/dongqiudi/special/41

🛎️ Route: /dongqiudi/special/:id

🔗 Parameters:

  • id, required - 专题 id, 可自行通过 https://www.dongqiudi.com/special/+数字匹配

🐙 Source Code: /dongqiudi/special.ts

新闻大爆炸懂球帝十佳球懂球帝本周 MVP
415253

足球赛果

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dongqiudi/result/50001755

🛎️ Route: /dongqiudi/result/:team

🔗 Parameters:

🐙 Source Code: /dongqiudi/result.ts

樊登读书

樊登福州运营中心

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/dushu/fuzhou

🛎️ Route: /dushu/fuzhou

🐙 Source Code: /dushu/fuzhou/index.ts

仮面ライダ

最新情報

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/kamen-rider-official/news

🛎️ Route: /kamen-rider-official/news/:category?

🔗 Parameters:

  • category, required - Category, see below, すべて by default

🐙 Source Code: /kamen-rider-official/news.ts

Category
すべて
テレビ
映画・V シネマ等
Blu-ray・DVD、配信等
20 作記念グッズ・東映 EC 商品
石ノ森章太郎生誕 80 周年記念商品
玩具・カード
食品・飲料・菓子
子供生活雑貨
アパレル・大人向け雑貨
フィギュア・ホビー・一番くじ・プライズ
ゲーム・デジタル
雑誌・書籍・漫画
音楽
映像
イベント
ホテル・レストラン等
キャンペーン・タイアップ等
その他
KAMEN RIDER STORE
THE 鎧武祭り
鎧武外伝
仮面ライダーリバイス
ファイナルステージ
THE50 周年展
風都探偵
仮面ライダーギーツ
仮面ライダーアウトサイダーズ
仮面ライダーガッチャード
仮面ライダー BLACK SUN

封面新闻

频道

🟢 Passed Test

👨‍💻 Author: @yuxinliu-alex

💡 Example: https://rsshub.app/thecover/channel/3560

🛎️ Route: /thecover/channel/:id?

🔗 Parameters:

  • id, required - 对应id,可在频道链接中获取,默认为3892

🐙 Source Code: /thecover/channel.ts

天下四川辟谣国际云招考30 秒拍客体育国内帮扶铁军文娱宽窄商业千面封面号
38923560390936861139023889368914002124642117

風傳媒

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/storm

🛎️ Route: /storm/:category?/:id?

🔗 Parameters:

  • category, required - 分类,见下表,默认为新聞總覽
  • id, required - 子分类 ID,可在 URL 中找到

🐙 Source Code: /storm/index.ts

新聞總覽地方新聞歷史頻道評論總覽
articleslocalarticleshistoryall-comment

TIP

支持形如 https://www.storm.mg/category/118 的路由,即 /storm/category/118

支持形如 https://www.storm.mg/localarticle-category/s149845 的路由,即 /storm/localarticle-category/s149845

凤凰网

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /ifeng/news/*

🐙 Source Code: /ifeng/news.ts

大风号

🟢 Passed Test

👨‍💻 Author: @Jamch

💡 Example: https://rsshub.app/ifeng/feng/2583/doc

🛎️ Route: /ifeng/feng/:id/:type

🔗 Parameters:

  • id, required - 对应 id,可在 大风号作者页面 找到
  • type, required - 类型,见下表

🐙 Source Code: /ifeng/feng.ts

文章视频
docvideo

福利吧

最新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @shinemoon

💡 Example: https://rsshub.app/fuliba/latest

🛎️ Route: /fuliba/latest

🐙 Source Code: /fuliba/latest.ts

观察者网

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @occupy5 @nczitzk

🛎️ Route: /guancha/topic/:id/:order?

🔗 Parameters:

  • id, required -
  • order, required -

🐙 Source Code: /guancha/topic.ts

个人主页文章

🔴 Failed Test

👨‍💻 Author: @Jeason0228

💡 Example: https://rsshub.app/guancha/personalpage/243983

🛎️ Route: /guancha/personalpage/:uid

🔗 Parameters:

  • uid, required - 用户id, 可在URL中找到

🐙 Source Code: /guancha/personalpage.ts

观学院

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/guancha/member/recommend

🛎️ Route: /guancha/member/:category?

🔗 Parameters:

  • category, required - 分类,见下表

🐙 Source Code: /guancha/member.ts

精选观书堂在线课观学院
recommendbookscourseshuodongs

首页

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk @Jeason0228

💡 Example: https://rsshub.app/guancha

🛎️ Route: /guancha/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为全部

🐙 Source Code: /guancha/index.ts

全部评论 & 研究要闻风闻热点新闻滚动新闻
allreviewstoryfengwenrediangundong

home = 评论 & 研究 + 要闻 + 风闻

others = 热点新闻 + 滚动新闻

TIP

观察者网首页左中右的三个 column 分别对应 评论 & 研究要闻风闻 三个部分。

头条

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/guancha/headline

🛎️ Route: /guancha/headline

🐙 Source Code: /guancha/headline.ts

国家高端智库 / 综合开发研究院

栏目

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/cdi

🛎️ Route: /cdi/:id?

🔗 Parameters:

  • id, required - 分类,见下表,默认为综研国策

🐙 Source Code: /cdi/index.ts

樊纲观点综研国策综研观察综研专访综研视点银湖新能源
102152150153154151

果壳网

果壳网专栏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DHPO @hoilc

💡 Example: https://rsshub.app/guokr/column/calendar

🛎️ Route: /guokr/column/:channel

🔗 Parameters:

  • channel, required - 专栏类别

🐙 Source Code: /guokr/channel.ts

物种日历吃货研究所美丽也是技术活
calendarinstitutebeauty

科学人

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @alphardex @nczitzk

💡 Example: https://rsshub.app/guokr/scientific

🛎️ Route: /guokr/scientific

🐙 Source Code: /guokr/scientific.ts

后续

Live

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/houxu/lives/33899

🛎️ Route: /houxu/lives/:id

🔗 Parameters:

  • id, required - 编号,可在对应 Live 页面的 URL 中找到

🐙 Source Code: /houxu/lives.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /houxu/featured,/index,/

🐙 Source Code: /houxu/index.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /houxu/featured,/index,/

🐙 Source Code: /houxu/index.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /houxu/featured,/index,/

🐙 Source Code: /houxu/index.ts

跟踪

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/houxu/memory

🛎️ Route: /houxu/memory

🐙 Source Code: /houxu/memory.ts

专栏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/houxu/events

🛎️ Route: /houxu/events

🐙 Source Code: /houxu/events.ts

虎嗅

24 小时

🔴 Failed Test🔄 Support BT🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/huxiu/moment

🛎️ Route: /huxiu/moment

🐙 Source Code: /huxiu/moment.ts

Unknown

🟡 Missing Test

👨‍💻 Author: @nczitzk

🛎️ Route: /huxiu/club/:id

🔗 Parameters:

  • id, required -

🐙 Source Code: /huxiu/club.ts

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /huxiu/author/:id/:type?,/member/:id/:type?

🐙 Source Code: /huxiu/member.ts

TA 的文章TA 的 24 小时
articlemoment

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /huxiu/author/:id/:type?,/member/:id/:type?

🐙 Source Code: /huxiu/member.ts

TA 的文章TA 的 24 小时
articlemoment

标签

🔴 Failed Test🔄 Support BT🎙️ Support Podcast

👨‍💻 Author: @xyqfer @HenryQW @nczitzk

💡 Example: https://rsshub.app/huxiu/tag/291

🛎️ Route: /huxiu/tag/:id

🔗 Parameters:

  • id, required - 标签 id,可在对应标签页 URL 中找到

🐙 Source Code: /huxiu/tag.ts

更多标签请参见 标签

简报

🔴 Failed Test🔄 Support BT🎙️ Support Podcast

👨‍💻 Author: @Fatpandac @nczitzk

💡 Example: https://rsshub.app/huxiu/briefcolumn/1

🛎️ Route: /huxiu/briefcolumn/:id

🔗 Parameters:

  • id, required - 简报 id,可在对应简报页 URL 中找到

🐙 Source Code: /huxiu/brief-column.ts

搜索

🔴 Failed Test🔄 Support BT🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @xyqfer @HenryQW @nczitzk

💡 Example: https://rsshub.app/huxiu/search/生活

🛎️ Route: /huxiu/search/:keyword

🔗 Parameters:

  • keyword, required - 关键字

🐙 Source Code: /huxiu/search.ts

文集

🔴 Failed Test🔄 Support BT🎙️ Support Podcast

👨‍💻 Author: @AlexdanerZe @nczitzk

💡 Example: https://rsshub.app/huxiu/collection/212

🛎️ Route: /huxiu/collection/:id

🔗 Parameters:

  • id, required - 文集 id,可在对应文集页 URL 中找到

🐙 Source Code: /huxiu/collection.ts

更多文集请参见 文集

资讯

🔴 Failed Test🔄 Support BT🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @HenryQW @nczitzk

💡 Example: https://rsshub.app/huxiu/article

🛎️ Route: /huxiu/article,/channel/:id?

🐙 Source Code: /huxiu/channel.ts

视频车与出行年轻一代十亿消费者前沿科技
1021106103105
财经娱乐淘金医疗健康文化教育出海
11522111113114
金融地产企业服务创业维艰社交通讯全球热点生活腔调
10211021121074

资讯

🔴 Failed Test🔄 Support BT🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @HenryQW @nczitzk

💡 Example: https://rsshub.app/huxiu/article

🛎️ Route: /huxiu/article,/channel/:id?

🐙 Source Code: /huxiu/channel.ts

视频车与出行年轻一代十亿消费者前沿科技
1021106103105
财经娱乐淘金医疗健康文化教育出海
11522111113114
金融地产企业服务创业维艰社交通讯全球热点生活腔调
10211021121074

机核网

标签

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @StevenRCE0

💡 Example: https://rsshub.app/gcores/tag/42/articles

🛎️ Route: /gcores/tag/:tag/:category?

🔗 Parameters:

  • tag, required - 标签名,可在选定标签分类页面的 URL 中找到,如视觉动物——42
  • category, required - 分类名

🐙 Source Code: /gcores/tag.ts

分类名同上。

播客

🟢 Passed Test🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @eternasuno

💡 Example: https://rsshub.app/gcores/radios/45

🛎️ Route: /gcores/radios/:category?

🔗 Parameters:

  • category, required - 分类名,默认为全部,可在分类页面的 URL 中找到,如 Gadio News -- 45

🐙 Source Code: /gcores/radio.ts

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @MoguCloud @StevenRCE0

💡 Example: https://rsshub.app/gcores/category/news

🛎️ Route: /gcores/category/:category

🔗 Parameters:

  • category, required - 分类名

🐙 Source Code: /gcores/category.ts

资讯视频电台文章
newsvideosradiosarticles

专题文章

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @kudryavka1013

💡 Example: https://rsshub.app/gcores/collections/64

🛎️ Route: /gcores/collections/:collection

🔗 Parameters:

  • collection, required - 专题id,可在专题页面的 URL 中找到,如 游戏开发设计心得分享 -- 64

🐙 Source Code: /gcores/collection.ts

加美财经

分类

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/caus

🛎️ Route: /caus/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为全部

🐙 Source Code: /caus/index.ts

全部要闻商业快讯财富生活
012386

簡訊設計

志祺七七

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @haukeng

💡 Example: https://rsshub.app/simpleinfo

🛎️ Route: /simpleinfo/:category?

🔗 Parameters:

  • category, required - 分类名

🐙 Source Code: /simpleinfo/index.ts

夥伴聊聊專案設計
worktalk
國內外新聞政治百分百社會觀察家心理與哲學
newspoliticssocietypsychology-philosophy
科學大探索環境與健康ACG 快樂聊好書籍分享其它主題
scienceenvironment-healthacgbook-sharingother-topics

健康界

首页

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @qnloft

💡 Example: https://rsshub.app/cn-healthcare/index

🛎️ Route: /cn-healthcare/index

🐙 Source Code: /cn-healthcare/index.ts

今日热榜

WARNING

由于需要登录后的 Cookie 值才能获取原始链接,所以需要自建,需要在环境变量中配置 TOPHUB_COOKIE,详情见部署页面的配置模块。

榜单

🟢 Passed Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/tophub/Om4ejxvxEN

🛎️ Route: /tophub/:id

🔗 Parameters:

  • id, required - 榜单id,可在 URL 中找到

⚙️ Deployment Configs:

  • TOPHUB_COOKIE, optional -

🐙 Source Code: /tophub/index.ts

榜单列表

🟢 Passed Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @akynazh

💡 Example: https://rsshub.app/tophub/list/Om4ejxvxEN

🛎️ Route: /tophub/list/:id

🔗 Parameters:

  • id, required - 榜单id,可在 URL 中找到

⚙️ Deployment Configs:

  • TOPHUB_COOKIE, optional -

🐙 Source Code: /tophub/list.ts

TIP

将榜单条目集合到一个列表中,可避免推送大量条目,更符合阅读习惯且有热度排序,推荐使用。

君合律师事务所

君合法评

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/junhe/legal-updates

🛎️ Route: /junhe/legal-updates

🐙 Source Code: /junhe/legal-updates.ts

靠谱新闻

全部

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @fashioncj

💡 Example: https://rsshub.app/news/zh-hans

🛎️ Route: /kaopu/news/:language?

🔗 Parameters:

  • language, required - 语言

🐙 Source Code: /kaopu/news.ts

简体中文繁体中文
zh-hanszh-hant

科学网

精选博客

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sciencenet/blog

🛎️ Route: /sciencenet/blog/:type?/:time?/:sort?

🔗 Parameters:

  • type, required - 类型,见下表,默认为推荐
  • time, required - 时间,见下表,默认为所有时间
  • sort, required - 排序,见下表,默认为按发表时间排序

🐙 Source Code: /sciencenet/blog.ts

类型

精选最新热门
recommendnewhot

时间

36 小时内精选博文一周内精选博文一月内精选博文半年内精选博文所有时间精选博文
12345

排序

按发表时间排序按评论数排序按点击数排序
123

用户博客

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sciencenet/user/tony8310

🛎️ Route: /sciencenet/user/:id

🔗 Parameters:

  • id, required - 用户 id,可在对用户博客页 URL 中找到

🐙 Source Code: /sciencenet/user.ts

快科技

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /mydrivers/cid/:id?,/zhibo

🐙 Source Code: /mydrivers/cid.ts

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /mydrivers/cid/:id?,/zhibo

🐙 Source Code: /mydrivers/cid.ts

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /mydrivers/:category{.+}?

🔗 Parameters:

  • category{.}, required -

🐙 Source Code: /mydrivers/index.ts

排行

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/mydrivers/rank

🛎️ Route: /mydrivers/rank/:range?

🔗 Parameters:

  • range, required - 时间范围,见下表,默认为24小时最热

🐙 Source Code: /mydrivers/rank.ts

24 小时最热本周最热本月最热
012

雷峰网

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /leiphone/:do?/:keyword?

🔗 Parameters:

  • do, required -
  • keyword, required -

🐙 Source Code: /leiphone/index.ts

业界资讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/leiphone/newsflash

🛎️ Route: /leiphone/newsflash

🐙 Source Code: /leiphone/newsflash.ts

链新闻 ABMedia

类别

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/abmedia/technology-development

🛎️ Route: /abmedia/:category?

🔗 Parameters:

  • category, required - 类别,默认为产品技术

🐙 Source Code: /abmedia/category.ts

参数可以从链接中拿到,如:

https://www.abmedia.io/category/technology-development 对应 /abmedia/technology-development

首页最新新闻

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/abmedia/index

🛎️ Route: /abmedia/index

🐙 Source Code: /abmedia/index.ts

链捕手 ChainCatcher

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @TonyRL

🛎️ Route: /chaincatcher/

🐙 Source Code: /chaincatcher/home.ts

快讯

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/chaincatcher/news

🛎️ Route: /chaincatcher/news

🐙 Source Code: /chaincatcher/news.ts

量子位

标签

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @FuryMartin

💡 Example: https://rsshub.app/qbitai/tag/大语言模型

🛎️ Route: /qbitai/tag/:tag

🔗 Parameters:

  • tag, required - 标签名

🐙 Source Code: /qbitai/tag.ts

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @FuryMartin

💡 Example: https://rsshub.app/qbitai/category/资讯

🛎️ Route: /qbitai/category/:category

🔗 Parameters:

  • category, required - 分类名,见下表

🐙 Source Code: /qbitai/category.ts

资讯数码智能车智库活动
资讯ebandengautozhikuhuodong

隆众资讯

资讯

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/oilchem/list/140/18263

🛎️ Route: /oilchem/:type?/:category?/:subCategory?

🔗 Parameters:

  • type, required - 类别 id,可在对应类别页中找到,默认为首页
  • category, required - 分类 id,可在对应分类页中找到
  • subCategory, required - 子分类 id,可在对应分类页中找到

🐙 Source Code: /oilchem/index.ts

以下是几个例子:

化工 https://chem.oilchem.net 中,类别 id 为 chem,分类 id 为空,子分类 id 为空,对应路由即为 /oilchem/chem

甲醇 的相关资讯有两个页面入口:其一 https://chem.oilchem.net/chemical/methanol.shtml 中,类别 id 为 chem,分类 id 为 chemical,子分类 id 为 methanol,对应路由即为 /oilchem/chem/chemical/methanol 或其二 https://list.oilchem.net/140 中,类别 id 为 list,分类 id 为 140,子分类 id 为空,对应路由即为 /oilchem/list/140

甲醇热点聚焦 https://list.oilchem.net/140/18263 中,类别 id 为 list,分类 id 为 140,子分类 id 为 18263,对应路由即为 /oilchem/list/140/18263

論盡媒體 AllAboutMacau Media

话题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/aamacau

🛎️ Route: /aamacau/:category?/:id?

🔗 Parameters:

  • category, required - 分类,见下表,默认为即時報道
  • id, required - id,可在对应页面 URL 中找到,默认为空

🐙 Source Code: /aamacau/index.ts

即時報道每週專題藝文爛鬼樓論盡紙本新聞事件特別企劃
breakingnewsweeklytopicculturepresscasespecial

TIP

除了直接订阅分类全部文章(如 每週專題 的对应路由为 /aamacau/weeklytopic),你也可以订阅特定的专题,如 【9-12】2021 澳門立法會選舉 的对应路由为 /【9-12】2021 澳門立法會選舉

分类中的专题也可以单独订阅,如 新聞事件 中的 「武漢肺炎」新聞檔案 对应路由为 /case/「武漢肺炎」新聞檔案

同理,其他分类同上例子也可以订阅特定的单独专题。

罗戈网

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /logclub/:category{.+}?

🔗 Parameters:

  • category{.}, required -

🐙 Source Code: /logclub/index.ts

报告

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/logclub/lc_report

🛎️ Route: /logclub/lc_report/:id?,/report/:id?

🐙 Source Code: /logclub/report.ts

罗戈研究出品物流报告绿色双碳报告
ReportIndustryReportGreenDualCarbonReport

报告

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/logclub/lc_report

🛎️ Route: /logclub/lc_report/:id?,/report/:id?

🐙 Source Code: /logclub/report.ts

罗戈研究出品物流报告绿色双碳报告
ReportIndustryReportGreenDualCarbonReport

麻省理工科技评论

首页

🟢 Passed Test

👨‍💻 Author: @EsuRt @queensferryme

💡 Example: https://rsshub.app/mittrchina/index

🛎️ Route: /mittrchina/:type?

🔗 Parameters:

  • type, required - 类型,见下表,默认为首页资讯

🐙 Source Code: /mittrchina/index.ts

快讯本周热文首页资讯视频
breakinghotindexvideo

慢雾科技

动态

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @AtlasQuan

💡 Example: https://rsshub.app/slowmist/research

🛎️ Route: /slowmist/:type?

🔗 Parameters:

  • type, required - 分类,见下表,默认为公司新闻

🐙 Source Code: /slowmist/slowmist.ts

公司新闻漏洞披露技术研究
newsvulresearch

貓奴日常

分類

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/thecatcity

🛎️ Route: /thecatcity/:term?

🔗 Parameters:

  • term, required - 見下表,留空為全部文章

🐙 Source Code: /thecatcity/index.ts

貓物分享貓咪新聞養貓大全貓奴景點新手養貓教學
12345

梅斯医学 MedSci

资讯

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/medsci

🛎️ Route: /medsci/:sid?/:tid?

🔗 Parameters:

  • sid, required - 科室,见下表,默认为推荐
  • tid, required - 亚专业,可在对应科室页 URL 中找到,默认为该科室的全部

🐙 Source Code: /medsci/index.ts

TIP

下表为科室对应的 sid,若想获得 tid,可以到对应科室页面 URL 中寻找 t_id 字段的值,下面是一个例子:

肿瘤 - NSCLC 的 URL 为 https://www.medsci.cn/department/details?s_id=5&t_id=277,可以看到此时 s_id 对应 sid 的值为 5, t_id 对应 tid 的值为 277,所以可以得到路由 /medsci/5/277

心血管内分泌消化呼吸神经科
2641217
传染科精神心理肾内科风湿免疫血液科
913141521
老年医学胃肠外科血管外科肝胆胰外骨科
1976929110
普通外科胸心外科神经外科泌尿外科烧伤科
2324252627
整形科麻醉疼痛罕见病康复医学药械
28293049511
儿科耳鼻咽喉口腔科眼科政策人文
1830313233
营养全科预防公卫妇产科中医科急重症
3435363738
皮肤性病影像放射转化医学检验病理护理
3940426979
糖尿病冠心病肝病乳腺癌
8432289

米课

米课圈精华

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/imiker/ask/jinghua

🛎️ Route: /imiker/ask/jinghua

🐙 Source Code: /imiker/jinghua.ts

鸟哥笔记

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @WenryXu

🛎️ Route: /niaogebiji/

🐙 Source Code: /niaogebiji/index.ts

分类目录

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cKotoriKat

💡 Example: https://rsshub.app/niaogebiji/cat/103

🛎️ Route: /niaogebiji/cat/:cat

🔗 Parameters:

  • cat, required - 如 https://www.niaogebiji.com/cat/103,最后的数字就是id

🐙 Source Code: /niaogebiji/cat.ts

今日事

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @KotoriK

💡 Example: https://rsshub.app/niaogebiji/today

🛎️ Route: /niaogebiji/today

🐙 Source Code: /niaogebiji/today.ts

歐洲動態(國際)

最新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @emdoe

💡 Example: https://rsshub.app/europechinese/latest

🛎️ Route: /europechinese/latest

🐙 Source Code: /europechinese/latest.ts

品玩

话题动态

🟢 Passed Test

👨‍💻 Author: @sanmmm

💡 Example: https://rsshub.app/pingwest/tag/ChinaJoy/1

🛎️ Route: /pingwest/tag/:tag/:type/:option?

🔗 Parameters:

  • tag, required - 话题名或话题id, 可从话题页url中得到
  • type, required - 内容类型
  • option, required - 参数, 默认无

🐙 Source Code: /pingwest/tag.ts

内容类型

最新热门
12

参数

  • fulltext,全文输出,例如:/pingwest/tag/ChinaJoy/1/fulltext

TIP

该路由一次最多显示 30 条文章

实时要闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @sanmmm

💡 Example: https://rsshub.app/pingwest/status

🛎️ Route: /pingwest/status

🐙 Source Code: /pingwest/status.ts

用户

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @sanmmm

💡 Example: https://rsshub.app/pingwest/user/7781550877/article

🛎️ Route: /pingwest/user/:uid/:type?/:option?

🔗 Parameters:

  • uid, required - 用户id, 可从用户主页中得到
  • type, required - 内容类型, 默认为article
  • option, required - 参数

🐙 Source Code: /pingwest/user.ts

内容类型

文章动态
articlestate

参数

  • fulltext,全文输出,例如:/pingwest/user/7781550877/article/fulltext

全国港澳研究会

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/cahkms

🛎️ Route: /cahkms/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为重要新闻

🐙 Source Code: /cahkms/index.ts

关于我们港澳新闻重要新闻顾问点评、会员观点专题汇总
0102030405
港澳时评图片新闻视频中心港澳研究最新书讯研究资讯
060708091011

全民健康网

新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/qm120/news

🛎️ Route: /qm120/news/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为健康焦点

🐙 Source Code: /qm120/news.ts

健康焦点行业动态医学前沿法规动态
jdxwhydtyxqyfgdt
食品安全医疗事故医药会展医药信息
spaqylsgyyhzyyxx
新闻专题行业新闻
zhuantixyxw

人人都是产品经理

热门文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @WenryXu

💡 Example: https://rsshub.app/woshipm/popular

🛎️ Route: /woshipm/popular/:range?

🔗 Parameters:

  • range, required - 时间,见下表,默认为 daily

🐙 Source Code: /woshipm/popular.ts

日榜周榜月榜
dailyweeklymonthly

天天问

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @WenryXu

💡 Example: https://rsshub.app/woshipm/wen

🛎️ Route: /woshipm/wen

🐙 Source Code: /woshipm/wen.ts

用户文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/woshipm/user_article/324696

🛎️ Route: /woshipm/user_article/:id

🔗 Parameters:

  • id, required - 用户 id

🐙 Source Code: /woshipm/user-article.ts

软餐

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /ruancan/

🐙 Source Code: /ruancan/index.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /ruancan/user/:id

🔗 Parameters:

  • id, required -

🐙 Source Code: /ruancan/user.ts

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/ruancan/category/news

🛎️ Route: /ruancan/category/:category?

🔗 Parameters:

  • category, required - 分类 id,可在对应分类页 URL 中找到,默认为业界

🐙 Source Code: /ruancan/category.ts

搜索

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/ruancan/search/Windows

🛎️ Route: /ruancan/search/:keyword?

🔗 Parameters:

  • keyword, required - 关键字,默认为空

🐙 Source Code: /ruancan/search.ts

上下游 News&Market

分類

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/newsmarket

🛎️ Route: /newsmarket/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为首页

🐙 Source Code: /newsmarket/index.ts

時事。政策食安新知愛地方種好田好吃。好玩
news-policyfood-safetyknowledgecountry-lifegood-farminggood-food-fun
食農教育人物漁業。畜牧綠生活。國際評論
food-educationpeople-and-historyraising-and-breedingliving-green-travelopinion

少数派 sspai

Matrix

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @feigaoxyz

💡 Example: https://rsshub.app/sspai/matrix

🛎️ Route: /sspai/matrix

🐙 Source Code: /sspai/matrix.ts

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Andiedie

💡 Example: https://rsshub.app/sspai/shortcuts

🛎️ Route: /sspai/shortcuts

🐙 Source Code: /sspai/shortcuts-gallery.ts

标签订阅

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Jeason0228

💡 Example: https://rsshub.app/sspai/tag/apple

🛎️ Route: /sspai/tag/:keyword

🔗 Parameters:

  • keyword, required - 关键词

🐙 Source Code: /sspai/tag.ts

付费专栏文章更新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/sspai/series/77

🛎️ Route: /sspai/series/:id

🔗 Parameters:

  • id, required - 专栏 id

🐙 Source Code: /sspai/series-update.ts

首页

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/sspai/index

🛎️ Route: /sspai/index

🐙 Source Code: /sspai/index.ts

用户收藏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @curly210102

💡 Example: https://rsshub.app/sspai/bookmarks/urfp0d9i

🛎️ Route: /sspai/bookmarks/:slug

🔗 Parameters:

  • slug, required - 用户 slug,可在个人主页URL中找到

🐙 Source Code: /sspai/bookmarks.ts

专栏

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/sspai/column/262

🛎️ Route: /sspai/column/:id

🔗 Parameters:

  • id, required - 专栏 id

🐙 Source Code: /sspai/column.ts

专题内文章更新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @SunShinenny

💡 Example: https://rsshub.app/sspai/topic/250

🛎️ Route: /sspai/topic/:id

🔗 Parameters:

  • id, required - 专题 id,可在专题主页URL中找到

🐙 Source Code: /sspai/topic.ts

专题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @SunShinenny

💡 Example: https://rsshub.app/sspai/topics

🛎️ Route: /sspai/topics

🐙 Source Code: /sspai/topics.ts

此为专题广场更新提示 => 集合型而非单篇文章。与下方 "专题内文章更新" 存在明显区别!

最新上架付费专栏

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/sspai/series

🛎️ Route: /sspai/series

🐙 Source Code: /sspai/series.ts

少数派专栏需要付费订阅,RSS 仅做更新提醒,不含付费内容.

作者动态

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @umm233

💡 Example: https://rsshub.app/sspai/activity/urfp0d9i

🛎️ Route: /sspai/activity/:slug

🔗 Parameters:

  • slug, required - 作者 slug,可在作者主页URL中找到

🐙 Source Code: /sspai/activity.ts

作者

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @SunShinenny @hoilc

💡 Example: https://rsshub.app/sspai/author/796518

🛎️ Route: /sspai/author/:id

🔗 Parameters:

  • id, required - 作者 slug 或 id,slug 可在作者主页URL中找到,id 不易查找,仅作兼容

🐙 Source Code: /sspai/author.ts

时刻新闻

新闻

🟢 Passed Test

👨‍💻 Author: @linbuxiao

💡 Example: https://rsshub.app/timednews/news

🛎️ Route: /timednews/news/:type?

🔗 Parameters:

  • type, required - 子分类,见下表,默认为全部

🐙 Source Code: /timednews/news.ts

子分类

全部时政财经科技社会体娱国际美国中国欧洲评论
allcurrentAffairsfinancetechnologysocialsportsinternationalusacneuropecomments

搜狐号

最新

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/sohu/mp/c29odXptdGhnbjZ3NEBzb2h1LmNvbQ==

🛎️ Route: /sohu/mp/:xpt

🔗 Parameters:

  • xpt, required - 搜狐号 xpt ,可在URL中找到或搜狐号 ID

🐙 Source Code: /sohu/mp.ts

搜狐号 ID 可以通过以下方式获取:

  1. 通过浏览器搜索相关搜狐号 果壳 site: mp.sohu.com
  2. 通过浏览器控制台执行 window.globalConst.mkeyConst_mkey,返回的即为搜狐号 ID。

唐书房

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/tangshufang

🛎️ Route: /tangshufang/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为首页

🐙 Source Code: /tangshufang/index.ts

首页老唐实盘书房拾遗理念 & 估值经典陪读财务套利
shipanwendalinianpeidutaoli
企业分析白酒企业腾讯控股分众传媒海康威视其他企业
qiyebaijiutengxunfenzhonghaikangqita
核心五篇读者投稿读书随笔财报浅析出行游记巴芒连载
hexintougaosuibicaibaoyoujibamang

腾讯研究院

最近更新

🔴 Failed Test

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/tisi/latest

🛎️ Route: /tisi/latest

🐙 Source Code: /tisi/index.ts

通識・現代中國

議題熱話

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chiculture/topic

🛎️ Route: /chiculture/topic/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为全部

🐙 Source Code: /chiculture/topic.ts

全部現代中國今日香港全球化一周時事通識
76479480379

投中网

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @yuxinliu-alex

💡 Example: https://rsshub.app/chinaventure/news/78

🛎️ Route: /chinaventure/news/:id?

🔗 Parameters:

  • id, required - 分类,见下表,默认为推荐

🐙 Source Code: /chinaventure/index.ts

推荐商业深度资本市场5G健康教育地产金融硬科技新消费
788083111110112113114116

湾区日报

最新推荐

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/wanqu/news

🛎️ Route: /wanqu/news

🐙 Source Code: /wanqu/news.ts

晚点 LatePost

报道

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/latepost

🛎️ Route: /latepost/:proma?

🔗 Parameters:

  • proma, required - 栏目 id,见下表,默认为最新报道

🐙 Source Code: /latepost/index.ts

最新报道晚点独家人物访谈晚点早知道长报道
1234

王者荣耀

Unknown

🟡 Missing Test

👨‍💻 Author: @CaoMeiYouRen

🛎️ Route: /tencent/news/coronavirus/data/:province?/:city?

🔗 Parameters:

  • province, required -
  • city, required -

🐙 Source Code: /tencent/news/coronavirus/data.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @CaoMeiYouRen

🛎️ Route: /tencent/news/coronavirus/total

🐙 Source Code: /tencent/news/coronavirus/total.ts

更新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @LogicJake @miles170

💡 Example: https://rsshub.app/tencent/news/author/5933889

🛎️ Route: /tencent/news/author/:mid

🔗 Parameters:

  • mid, required - 企鹅号 ID

🐙 Source Code: /tencent/news/author.ts

网易公开课

TIP

部分歌单及听歌排行信息为登陆后可见,自建时将环境变量NCM_COOKIES设为登陆后的 Cookie 值,即可正常获取。

更新

🟡 Missing Test

👨‍💻 Author: @HendricksZheng

💡 Example: https://rsshub.app/163/dy/W4983108759592548559

🛎️ Route: /163/dy/:id

🔗 Parameters:

  • id, required - 网易号 ID

🐙 Source Code: /163/dy.ts

  1. 网易号搜索页面 搜索想要订阅的网易号。
  2. 打开网易号的任意文章。
  3. 查看源代码,搜索 data-wemediaid,查看紧随其后的引号内的属性值(类似 W1966190042455428950)即为网易号 ID。

今日关注

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/163/today

🛎️ Route: /163/today/:need_content?

🔗 Parameters:

  • need_content, required - 需要获取全文,填写 true/yes 表示需要,默认需要

🐙 Source Code: /163/today.ts

TIP

参数 需要获取全文 设置为 true yes t y 等值后,RSS 会携带该新闻条目的对应全文。

栏目

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/163/exclusive/qsyk

🛎️ Route: /163/exclusive/:id?

🔗 Parameters:

  • id, required - 栏目, 默认为首页

🐙 Source Code: /163/exclusive.ts

分类编号
首页
轻松一刻qsyk
槽值cz
人间rj
大国小民dgxm
三三有梗ssyg
数读sd
看客kk
下划线xhx
谈心社txs
哒哒dd
胖编怪聊pbgl
曲一刀qyd
今日之声jrzs
浪潮lc
沸点fd

排行榜

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/163/news/rank/whole/click/day

🛎️ Route: /163/news/rank/:category?/:type?/:time?

🔗 Parameters:

  • category, required - 新闻分类,参见下表,默认为“全站”
  • type, required - 排行榜类型,“点击榜”对应click,“跟贴榜”对应follow,默认为“点击榜”
  • time, required - 统计时间,“1小时”对应hour,“24小时”对应day,“本周”对应week,“本月”对应month,默认为“24小时”

🐙 Source Code: /163/news/rank.ts

TIP

全站新闻 点击榜 的统计时间仅包含 “24 小时”、“本周”、“本月”,不包含 “1 小时”。即可用的time参数为dayweekmonth

其他分类 点击榜 的统计时间仅包含 “1 小时”、“24 小时”、“本周”。即可用的time参数为hourdayweek

而所有分类(包括全站)的 跟贴榜 的统计时间皆仅包含 “24 小时”、“本周”、“本月”。即可用的time参数为dayweekmonth

新闻分类:

全站新闻娱乐体育财经科技汽车女人房产游戏旅游教育
wholenewsentertainmentsportsmoneytechautoladyhousegametraveledu

人间

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/163/renjian/texie

🛎️ Route: /163/renjian/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为特写

🐙 Source Code: /163/renjian.ts

特写记事大写好读看客
texiejishidaxiehaodukanke

网易号(通用)

🟡 Missing Test🚨 Strict Anti-crawling

👨‍💻 Author: @mjysci @lyqluis

💡 Example: https://rsshub.app/163/dy2/T1555591616739

🛎️ Route: /163/dy2/:id

🔗 Parameters:

  • id, required - id,该网易号主页网址最后一项 html 的文件名

🐙 Source Code: /163/dy2.ts

优先使用方法一,若是网易号搜索页面搜不到的小众网易号(文章页面不含data-wemediaid)则可使用此法。 触发反爬会只抓取到标题,建议自建。

专栏

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/163/news/special/1

🛎️ Route: /163/news/special/:type?

🔗 Parameters:

  • type, required - 栏目

🐙 Source Code: /163/news/special.ts

轻松一刻槽值人间大国小民三三有梗数读看客下划线谈心社哒哒胖编怪聊曲一刀今日之声浪潮沸点
123456789101112131415

网猴线报

线报

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/iehou

🛎️ Route: /iehou/:category?

🔗 Parameters:

  • category, required - 分类,默认为空,即最新线报,可在对应分类页 URL 中找到

🐙 Source Code: /iehou/index.ts

TIP

若订阅 24小时热门线报,网址为 https://iehou.com/page-dayhot.htm。截取 https://iehou.com/page- 到末尾 .htm 的部分 dayhot 作为参数填入,此时路由为 /iehou/dayhot

最新线报24 小时热门一周热门
dayhotweekhot

微信小程序

TIP

公众号直接抓取困难,故目前提供几种间接抓取方案,请自行选择

公众号(CareerEngine 来源)

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/wechat/ce/595a5b14d7164e53908f1606

🛎️ Route: /wechat/ce/:id

🔗 Parameters:

  • id, required - 公众号 id,在 CareerEngine 搜索公众号,通过 URL 中找到对应的公众号 id

🐙 Source Code: /wechat/ce.ts

公众号(二十次幂来源)

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @sanmmm

💡 Example: https://rsshub.app/wechat/ershicimi/813oxJOl

🛎️ Route: /wechat/ershicimi/:id

🔗 Parameters:

  • id, required - 公众号id,打开公众号页,在 URL 中找到 id

🐙 Source Code: /wechat/ershcimi.ts

公众号栏目 (非推送 & 历史消息)

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.app/wechat/mp/homepage/MzA3MDM3NjE5NQ==/16

🛎️ Route: /wechat/mp/homepage/:biz/:hid/:cid?

🔗 Parameters:

  • biz, required - 公众号id
  • hid, required - 分页id
  • cid, required - 页内栏目

🐙 Source Code: /wechat/mp.ts

只适用拥有首页模板 (分享链接带有 homepage) 的公众号。例如从公众号分享出来的链接为 https://mp.weixin.qq.com/mp/homepage?__biz=MzA3MDM3NjE5NQ==&hid=4bizMzA3MDM3NjE5NQ==hid4

有些页面里会有分栏, cid 可以通过元素选择器选中栏目查看data-index。如链接里的 京都职人 栏目的 cid0文艺时光 栏目的 cid2。如果不清楚的话最左边的栏目为0,其右方栏目依次递增 1

公众号文章话题 Tag

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.app/wechat/mp/msgalbum/MzA3MDM3NjE5NQ==/1375870284640911361

🛎️ Route: /wechat/mp/msgalbum/:biz/:aid

🔗 Parameters:

  • biz, required - 公众号id
  • aid, required - Tag id

🐙 Source Code: /wechat/msgalbum.ts

一些公众号(如看理想)会在微信文章里添加 Tag ,点入 Tag 的链接如 https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzA3MDM3NjE5NQ==&action=getalbum&album_id=1375870284640911361,其中bizMzA3MDM3NjE5NQ==aid1375870284640911361

公众号(搜狗来源)

🔴 Failed Test

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/wechat/sogou/qimao0908

🛎️ Route: /wechat/sogou/:id

🔗 Parameters:

  • id, required - 公众号 id, 打开 weixin.sogou.com 并搜索相应公众号, 在 URL 中找到 id

🐙 Source Code: /wechat/sogou.ts

公众号(Telegram 频道来源)

🟢 Passed Test

👨‍💻 Author: @LogicJake @Rongronggg9

💡 Example: https://rsshub.app/wechat/tgchannel/lifeweek

🛎️ Route: /wechat/tgchannel/:id/:mpName?/:searchQueryType?

🔗 Parameters:

  • id, required - 公众号绑定频道 id
  • mpName, required - 欲筛选的公众号全名(URL-encoded,精确匹配),在频道订阅了多个公众号时可选用
  • searchQueryType, required - 搜索查询类型,见下表

🐙 Source Code: /wechat/tgchannel.ts

搜索查询类型将使用的搜索关键字适用于
0(禁用搜索)所有情况 (默认)
1公众号全名未启用 efb-patch-middleware
2#公众号全名已启用 efb-patch-middleware

TIP

启用搜索有助于在订阅了过多公众号的频道里有效筛选,不易因为大量公众号同时推送导致一些公众号消息被遗漏,但必须正确选择搜索查询类型,否则会搜索失败。

WARNING

该方法需要通过 efb 进行频道绑定,具体操作见 https://github.com/DIYgod/RSSHub/issues/2172

公众号(优读来源)

🔴 Failed Test

👨‍💻 Author: @kt286

💡 Example: https://rsshub.app/wechat/uread/shensing

🛎️ Route: /wechat/uread/:userid

🔗 Parameters:

  • userid, required - 公众号的微信号, 可在 微信-公众号-更多资料 中找到。并不是所有的都支持,能不能用随缘

🐙 Source Code: /wechat/uread.ts

公众号(Wechat2RSS 来源)

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/wechat/wechat2rss/5b925323244e9737c39285596c53e3a2f4a30774

🛎️ Route: /wechat/wechat2rss/:id

🔗 Parameters:

  • id, required - 公众号 id,打开 https://wechat2rss.xlab.app/posts/list/,在 URL 中找到 id;注意不是公众号页的 id,而是订阅的 id

🐙 Source Code: /wechat/wechat2rss.ts

维基新闻

最新新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @KotoriK

💡 Example: https://rsshub.app/wikinews/latest

🛎️ Route: /wikinews/latest

🐙 Source Code: /wikinews/index.ts

根据维基新闻的sitemap获取新闻全文。目前仅支持中文维基新闻。

乌有之乡

栏目

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/wyzxwk/article/shushe

🛎️ Route: /wyzxwk/article/:id?

🔗 Parameters:

  • id, required - 栏目 id,可在栏目页 URL 中找到,默认为时代观察

🐙 Source Code: /wyzxwk/article.ts

时政

时代观察舆论战争
shidaiyulun

经济

经济视点社会民生三农关注产业研究
jingjishehuisannongchanye

国际

国际纵横国防外交
guojiguofang

思潮

理想之旅思潮碰撞文艺新生读书交流
lixiangsichaowenyishushe

历史

历史视野中华文化中华医药共产党人
lishizhonghuazhongyicpers

争鸣

风华正茂工农之声网友杂谈网友时评
qingniangongnongzatanshiping

活动

乌有公告红色旅游乌有讲堂书画欣赏
gonggaolvyoujiangtangshuhua

香港 01

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /hk01/channel/:id?

🔗 Parameters:

  • id, required -

🐙 Source Code: /hk01/channel.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /hk01/issue/:id?

🔗 Parameters:

  • id, required -

🐙 Source Code: /hk01/issue.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /hk01/tag/:id?

🔗 Parameters:

  • id, required -

🐙 Source Code: /hk01/tag.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /hk01/zone/:id?

🔗 Parameters:

  • id, required -

🐙 Source Code: /hk01/zone.ts

即時

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @5upernova-heng

💡 Example: https://rsshub.app/hk01/latest

🛎️ Route: /hk01/latest

🐙 Source Code: /hk01/latest.ts

热门

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @hoilc @Fatpandac @nczitzk

💡 Example: https://rsshub.app/hk01/hot

🛎️ Route: /hk01/hot

🐙 Source Code: /hk01/hot.ts

消费者委员会

文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/consumer

🛎️ Route: /consumer/:category?/:language?/:keyword?

🔗 Parameters:

  • category, required - 分类,见下表,默认为測試及調查
  • language, required - 语言,见下表,默认为繁体中文
  • keyword, required - 关键字,默认为空

🐙 Source Code: /consumer/index.ts

分类

测试及调查生活资讯投诉实录议题评论
testlifecomplainttopic

语言

简体中文繁体中文
sctc

消費全攻略

🔴 Failed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/consumer/shopping-guide

🛎️ Route: /consumer/shopping-guide/:category?/:language?

🔗 Parameters:

  • category, required - 分类,见下表,默认为 trivia
  • language, required - 语言,见上表,默认为 tc

🐙 Source Code: /consumer/shopping-guide.ts

冷知識懶人包特集銀髮一族飲食煮意科技達人健康美容規劃人生消閒娛樂家品家電親子時光綠色生活
triviatipsfeaturessilver-hair-marketfood-and-cookingtech-savvyhealth-and-beautylife-and-financial-planningleisure-and-entertainmenthome-appliancesfamily-and-kidsgreen-living

小黑盒

新华社新闻

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/news/xhsxw

🛎️ Route: /news/xhsxw,/whxw

🐙 Source Code: /news/xhsxw.ts

新华社新闻

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/news/xhsxw

🛎️ Route: /news/xhsxw,/whxw

🐙 Source Code: /news/xhsxw.ts

小刀娱乐网

分类

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/x6d/34

🛎️ Route: /x6d/:id?

🔗 Parameters:

  • id, required - 分类 id,可在对应分类页面的 URL 中找到,默认为首页最近更新

🐙 Source Code: /x6d/index.ts

技巧分享QQ 技巧微信技巧其他教程其他分享
31551123388
宅家自学健身养生摄影剪辑长点知识自我提升两性相关编程办公职场关系新媒体运营其他教程
189894939910021221944
活动线报流量话费免费会员实物活动游戏活动红包活动空间域名其他活动
3435919239383736
值得一看找点乐子热门事件节目推荐
655077101
值得一听每日一听歌单推荐
718779
资源宝库书籍资料设计资源剪辑资源办公资源壁纸资源编程资源
106107108109110111113

小专栏

专栏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/xiaozhuanlan/column/olddriver-selection

🛎️ Route: /xiaozhuanlan/column/:id

🔗 Parameters:

  • id, required - 专栏 ID,可在专栏页 URL 中找到

🐙 Source Code: /xiaozhuanlan/column.ts

新浪

Unknown

🟡 Missing Test

👨‍💻 Author: @nczitzk

🛎️ Route: /sina/sports/:type?

🔗 Parameters:

  • type, required -

🐙 Source Code: /sina/sports.ts

财经-国內

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @yubinbai

💡 Example: https://rsshub.app/sina/finance/china

🛎️ Route: /sina/finance/china/:lid?

🔗 Parameters:

  • lid, required - 分区 id,见下表,默认为 1686

🐙 Source Code: /sina/finance/china.ts

国内滚动宏观经济金融新闻地方经济部委动态今日财经 TOP10
168616871690168816893231

滚动新闻

🟢 Passed Test

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/sina/rollnews

🛎️ Route: /sina/rollnews/:lid?

🔗 Parameters:

  • lid, required - 分区 id,可在 URL 中找到,默认为 2509

🐙 Source Code: /sina/rollnews.ts

全部国内国际社会体育娱乐军事科技财经股市美股
25092510251126692512251325142515251625172518

科技 - 科学探索

🟢 Passed Test

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/sina/discovery/zx

🛎️ Route: /sina/discovery/:type

🔗 Parameters:

  • type, required - 订阅分区类型,见下表

🐙 Source Code: /sina/discovery.ts

最新天文航空动物植物自然地理历史考古生命医学生活百科科技前沿
zxtwhkdwzwzrdllskgsmyxshbkkjqy

美股

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/sina/finance/stock/usstock

🛎️ Route: /sina/finance/stock/usstock/:cids?

🔗 Parameters:

  • cids, required - 分区 id,见下表,默认为 57045

🐙 Source Code: /sina/finance/stock/usstock.ts

最新报道中概股国际财经互联网
57045570465640940811

专栏 - 创事记

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @xapool

💡 Example: https://rsshub.app/sina/csj

🛎️ Route: /sina/csj

🐙 Source Code: /sina/chuangshiji.ts

新片场

发现

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/xinpianchang/discover

🛎️ Route: /xinpianchang/discover/:params?,/:params?

🐙 Source Code: /xinpianchang/index.ts

TIP

跳转到欲订阅的分类页,将 URL 的 /discover 到末尾的部分填入 params 参数。

全部原创视频作品 的 URL 为 https://www.xinpianchang.com/discover/article-0-0-all-all-0-0-score,其 /discover 到末尾的部分为 article-0-0-all-all-0-0-score,所以对应的路由为 /xinpianchang/discover/article-0-0-all-all-0-0-score

发现

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/xinpianchang/discover

🛎️ Route: /xinpianchang/discover/:params?,/:params?

🐙 Source Code: /xinpianchang/index.ts

TIP

跳转到欲订阅的分类页,将 URL 的 /discover 到末尾的部分填入 params 参数。

全部原创视频作品 的 URL 为 https://www.xinpianchang.com/discover/article-0-0-all-all-0-0-score,其 /discover 到末尾的部分为 article-0-0-all-all-0-0-score,所以对应的路由为 /xinpianchang/discover/article-0-0-all-all-0-0-score

排行榜

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/xinpianchang/rank

🛎️ Route: /xinpianchang/rank/:category?

🔗 Parameters:

  • category, required - 分类 id,可在对应排行榜页 URL 中找到,见下表,默认为 all ,即总榜

🐙 Source Code: /xinpianchang/rank.ts

分类id
总榜all
精选榜staffPicks
广告ad
宣传片publicity
创意creative
干货教程backstage

壹蘋新聞網

最新新聞

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @miles170

💡 Example: https://rsshub.app/nextapple/realtime/latest

🛎️ Route: /nextapple/realtime/:category?

🔗 Parameters:

  • category, required - 類別,見下表,默認為首頁

🐙 Source Code: /nextapple/realtime.ts

首頁焦點熱門娛樂生活女神社會
latestrecommendhitentertainmentlifegorgeouslocal
政治國際財經體育旅遊美食3C 車市
politicsinternationalfinancesportslifestylegadget

移动支付网

分类

🔴 Failed Test

👨‍💻 Author: @zhuan-zhu

💡 Example: https://rsshub.app/mpaypass/main/policy

🛎️ Route: /mpaypass/main/:type?

🔗 Parameters:

  • type, required - 新闻类型,类型可在URL中找到,类似policyeye等,空或其他任意值展示最新新闻

🐙 Source Code: /mpaypass/main.ts

新闻

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @LogicJake @genghis-yang

💡 Example: https://rsshub.app/mpaypass/news

🛎️ Route: /mpaypass/news

🐙 Source Code: /mpaypass/news.ts

早报网

每日早报

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/qqorw

🛎️ Route: /qqorw/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为首页

🐙 Source Code: /qqorw/index.ts

首页每日早报国际早报生活冷知识
mrzbzbappzbzzd

知园

Newsletter

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/zhiy/letters/messy

🛎️ Route: /zhiy/letters/:author

🔗 Parameters:

  • author, required - 作者 ID,可在URL中找到

🐙 Source Code: /zhiy/letter.ts

笔记

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/zhiy/posts/long

🛎️ Route: /zhiy/posts/:author

🔗 Parameters:

  • author, required - 作者 ID,可在URL中找到

🐙 Source Code: /zhiy/post.ts

中国钢铁工业协会

栏目

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chinaisa

🛎️ Route: /chinaisa/:id?

🔗 Parameters:

  • id, required - 栏目,见下表,默认为钢协动态

🐙 Source Code: /chinaisa/index.ts

栏目id
钢协动态58af05dfb6b4300151760176d2aad0a04c275aaadbb1315039263f021f920dcd
钢协要闻67ea4f106bd8f0843c0538d43833c463a0cd411fc35642cbd555a5f39fcf352b
会议报道e5070694f299a43b20d990e53b6a69dc02e755fef644ae667cf75deaff80407a
领导讲话a873c2e67b26b4a2d8313da769f6e106abc9a1ff04b7f1a50674dfa47cf91a7b
图片新闻806254321b2459bddb3c2cb5590fef6332bd849079d3082daf6153d7f8d62e1e
更多栏目
#### 党建工作

| 栏目                                                 | id                                                               |
| ---------------------------------------------------- | ---------------------------------------------------------------- |
| 党建工作                                             | 10e8911e0c852d91f08e173c768700da608abfb4e7b0540cb49fa5498f33522b |
| 学习贯彻习近平新时代中国特色社会主义思想主题教育专栏 | b7a7ad4b5d8ffaca4b29f3538fd289da9d07f827f89e6ea57ef07257498aacf9 |
| 党史学习教育专栏                                     | 4d8e7dec1b672704916331431156ea7628a598c191d751e4fc28408ccbd4e0c4 |
| 不忘初心、牢记使命                                   | 427f7c28c90ec9db1aab78db8156a63ff2e23f6a0cea693e3847fe6d595753db |
| 两学一做                                             | 5b0609fedc9052bb44f1cfe9acf5ec8c9fe960f22a07be69636f2cf1cacaa8f7 |
| 钢协党代会                                           | beaaa0314f0f532d4b18244cd70df614a4af97465d974401b1f5b3349d78144b |
| 创先争优                                             | e7ea82c886ba18691210aaf48b3582a92dca9c4f2aab912757cedafb066ff8a6 |
| 青年工作                                             | 2706ee3a4a4c3c23e90e13c8fdc3002855d1dba394b61626562a97b33af3dbd0 |
| 日常动态                                             | e21157a082fc0ab0d7062c8755e91472ee0d23de6ccc5c2a44b62e54062cf1e4 |

#### 要闻

| 栏目         | id                                                               |
| ------------ | ---------------------------------------------------------------- |
| 要闻         | c42511ce3f868a515b49668dd250290c80d4dc8930c7e455d0e6e14b8033eae2 |
| 会员动态     | 268f86fdf61ac8614f09db38a2d0295253043b03e092c7ff48ab94290296125c |
| 疫情应对专栏 | a83c48faeb34065fd9b33d3c84957a152675141458aedc0ec454b760c9fcad65 |

#### 统计发布

| 栏目     | id                                                               |
| -------- | ---------------------------------------------------------------- |
| 统计发布 | 2e3c87064bdfc0e43d542d87fce8bcbc8fe0463d5a3da04d7e11b4c7d692194b |
| 生产经营 | 3238889ba0fa3aabcf28f40e537d440916a361c9170a4054f9fc43517cb58c1e |
| 进出口   | 95ef75c752af3b6c8be479479d8b931de7418c00150720280d78c8f0da0a438c |
| 环保统计 | 619ce7b53a4291d47c19d0ee0765098ca435e252576fbe921280a63fba4bc712 |

#### 行业分析

| 栏目     | id                                                               |
| -------- | ---------------------------------------------------------------- |
| 行业分析 | 1b4316d9238e09c735365896c8e4f677a3234e8363e5622ae6e79a5900a76f56 |
| 市场分析 | a44207e193a5caa5e64102604b6933896a0025eb85c57c583b39626f33d4dafd |
| 板带材   | 05d0e136828584d2cd6e45bdc3270372764781b98546cce122d9974489b1e2f2 |
| 社会库存 | 197422a82d9a09b9cc86188444574816e93186f2fde87474f8b028fc61472d35 |

#### 钢材价格指数

| 栏目         | id                                                               |
| ------------ | ---------------------------------------------------------------- |
| 钢材价格指数 | 17b6a9a214c94ccc28e56d4d1a2dbb5acef3e73da431ddc0a849a4dcfc487d04 |
| 综合价格指数 | 63913b906a7a663f7f71961952b1ddfa845714b5982655b773a62b85dd3b064e |
| 地区价格     | fc816c75aed82b9bc25563edc9cf0a0488a2012da38cbef5258da614d6e51ba9 |

#### 宏观经济信息

| 栏目         | id                                                               |
| ------------ | ---------------------------------------------------------------- |
| 宏观经济信息 | 5d77b433182404193834120ceed16fe0625860fafd5fd9e71d0800c4df227060 |
| 相关行业信息 | ae2a3c0fd4936acf75f4aab6fadd08bc6371aa65bdd50419e74b70d6f043c473 |
| 国际动态     | 1bad7c56af746a666e4a4e56e54a9508d344d7bc1498360580613590c16b6c41 |

#### 专题报道

| 栏目                 | id                                                               |
| -------------------- | ---------------------------------------------------------------- |
| 专题报道             | 50e7242bfd78b4395f3338df7699a0ff8847b886c4c3a55bd7c102a2cfe32fe9 |
| 钢协理事会           | 40c6404418699f0f8cb4e513013bb110ef250c782f0959852601e7c75e1afcd8 |
| 钢协新闻发布会       | 11ea370f565c6c141b1a4dac60aa00c4331bd442382a5dd476a5e73e001b773c |
| 劳模表彰             | 907e4ae217bf9c981a132051572103f9c87cccb7f00caf5a1770078829e6bcb3 |
| 钢铁行业职业技能竞赛 | 563c15270a691e3c7cb9cd9ba457c5af392eb4630fa833fc1a55c8e2afbc28a9 |

#### 成果奖励

| 栏目                   | id                                                               |
| ---------------------- | ---------------------------------------------------------------- |
| 成果奖励               | a6c30053b66356b4d77fbf6668bda69f7e782b2ae08a21d5db171d50a504bd40 |
| 冶金科学技术奖         | 50fe0c63f657ee48e49cb13fe7f7c5502046acdb05e2ee8a317f907af4191683 |
| 企业管理现代化创新成果 | b5607d3b73c2c3a3b069a97b9dbfd59af64aea27bafd5eb87ba44d1b07a33b66 |
| 清洁生产环境友好企业   | 4475c8e21374d063a22f95939a2909837e78fab1832dc97bf64f09fa01c0c5f7 |
| 产品开发市场开拓奖     | 169e34d7b29e3deaf4d4496da594d3bbde2eb0a40f7244b54dbfb9cc89a37296 |
| 质量金杯奖             | 68029784be6d9a7bf9cb8cace5b8a5ce5d2d871e9a0cbcbf84eeae0ea2746311 |

#### 节能减排

| 栏目                                       | id                                                               |
| ------------------------------------------ | ---------------------------------------------------------------- |
| 节能减排                                   | 08895f1681c198fdf297ab38e33e1f428f6ccf2add382f3844a52e410f10e5a0 |
| 先进节能环保技术                           | 6e639343a517fd08e5860fba581d41940da523753956ada973b6952fc05ef94f |
| 钢铁企业超低排放改造和评估监测进展情况公示 | 50d99531d5dee68346653ca9548f308764ad38410a091e662834a5ed66770174 |

#### 国际交流

| 栏目     | id                                                               |
| -------- | ---------------------------------------------------------------- |
| 国际交流 | 4753eef81b4019369d4751413d852ab9027944b84c612b5a08614e046d169e81 |
| 外事动态 | aa590ec6f835136a9ce8c9f3d0c3b194beb6b78037466ab40bb4aacc32adfcc9 |
| 国际会展 | 05ac1f2971bc375d25c9112e399f9c3cbb237809684ebc5b0ca4a68a1fcb971c |

#### 政策法规

| 栏目     | id                                                               |
| -------- | ---------------------------------------------------------------- |
| 政策法规 | 63a69eb0087f1984c0b269a1541905f19a56e117d56b3f51dfae0e6c1d436533 |
| 政策法规 | a214b2e71c3c79fa4a36ff382ee5f822b9603634626f7e320f91ed696b3666f2 |
| 贸易规则 | 5988b2380d04d3efde8cc247377d19530c17904ec0b5decdd00f9b3e026e3715 |

#### 分会园地

| 栏目         | id                                                               |
| ------------ | ---------------------------------------------------------------- |
| 分会园地     | d059d6751dcaae94e31a795072267f7959c35d012eebb9858b3ede2990e82ea9 |
| 法律分会     | 96000647f18ea78fa134a3932563e7d27c68d0482de498f179b44846234567a9 |
| 设备分会     | c8e1e3f52406115c2c03928271bbe883c0875b7c9f2f67492395685a62a1a2d8 |
| 国际产能合作 | 4fb8cc4b0d6f905a969ac3375f6d17b34df4dcae69d798d2a4616daa80af020c |
| 绿化分会     | ad55a0fbc1a44e94fb60e21b98cf967aca17ecf1450bdfb3699468fe8235103b |

#### 钢铁知识

| 栏目         | id                                                               |
| ------------ | ---------------------------------------------------------------- |
| 钢铁知识     | 7f7509ff045023015e0d6c1ba22c32734b673be2ec14eae730a99c08e3badb3f |
| 钢铁材料使用 | 7e319d71258ed6bb663cf59b4cf67fe97894e60aa5520f3d2cf966f82f9b89ac |
| 钢铁标准     | fae0c4dd27f8fe4759941e78c9dc1dfe0088ce30d1b684d12be4c8172d2c08e1 |

#### 钢协刊物

| 栏目       | id                                                               |
| ---------- | ---------------------------------------------------------------- |
| 钢协刊物   | ed51af486f6d4b313b3aaf8fea0b32a4a2d4a89714c61992caf01942eb61831b |
| 中国钢铁业 | 6440bdfccadf87908b13d8bbd9a66bb89bbd60cc5e175c018ca1c62c7d55e61f |
| 钢铁信息   | 2b66af0b2cda9b420739e55e255a6f72f277557670ef861c9956da8fde25da05 |

中国收入分配研究院

分类

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/ciidbnu

🛎️ Route: /ciidbnu/:id?

🔗 Parameters:

  • id, required - 分类 id,可在分类页地址栏 URL 中找到

🐙 Source Code: /ciidbnu/index.ts

社会动态院内新闻学术观点文献书籍工作论文专题讨论
153468

中国科普博览

直播回看

🟢 Passed Test🔄 Support BT🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/kepu/live

🛎️ Route: /kepu/live

🐙 Source Code: /kepu/live.ts

中伦律师事务所

中伦研究专业文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/zhonglun/research/article/zh

🛎️ Route: /zhonglun/research/article/:language{[a-zA-Z0-9-]+}?

🔗 Parameters:

  • language{[a-zA-Z0-9-]}, required -

🐙 Source Code: /zhonglun/index.ts

ENG简体中文日本語한국어
enzhjakr

珠海网

栏目

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/hizu

🛎️ Route: /hizu/:column?

🔗 Parameters:

  • column, required - 栏目,见下表,默认为热点

🐙 Source Code: /hizu/index.ts

分类编号
热点5dd92265e4b0bf88dd8c1175
订阅5dd921a7e4b0bf88dd8c116f
学党史604f1cbbe4b0cf5c2234d470
政经5dd92242e4b0bf88dd8c1174
合作区61259fd6e4b0d294f7f9786d
名记名播61dfe511e4b0248b60d1c568
大湾区5dd9222ce4b0bf88dd8c1173
网评617805e4e4b037abacfd4820
TV 新闻5dd9220de4b0bf88dd8c1172
音频5e6edd50e4b02ebde0ab061e
澳门600e8ad4e4b02c3a6af6aaa8
政务600f760fe4b0e33cf6f8e68e
教育5ff7c0fde4b0e2f210d05e20
深圳5fc88615e4b0e3055e693e0a
中山600e8a93e4b02c3a6af6aa80
民生5dd921ece4b0bf88dd8c1170
社区61148184e4b08d3215364396
专题5dd9215fe4b0bf88dd8c116b
战疫5e2e5107e4b0c14b5d0e3d04
横琴5f88eaf2e4b0a27cd404e09e
香洲5f86a3f5e4b09d75f99dde7d
金湾5e8c42b4e4b0347c7e5836e0
斗门5ee70534e4b07b8a779a1ad6
高新607d37ade4b05c59ac2f3d40

字节点击

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @TonyRL

🛎️ Route: /byteclicks/

🐙 Source Code: /byteclicks/index.ts

标签

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/byteclicks/tag/人工智能

🛎️ Route: /byteclicks/tag/:tag

🔗 Parameters:

  • tag, required - 标签,可在URL中找到

🐙 Source Code: /byteclicks/tag.ts

自由微信

公众号

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/freewechat/profile/MzI5NTUxNzk3OA==

🛎️ Route: /freewechat/profile/:id

🔗 Parameters:

  • id, required - 公众号 ID,可在URL中找到

🐙 Source Code: /freewechat/profile.ts

Released under the MIT License.