๐ Uncategorized โ
RSSHub
โ
Transformation - HTML
โ
๐ฅ 6437โ๏ธ Config Required
๐ฅ Top Feeds on Folo:
- javDBๆ ็
- ๆไธๆฏ็ฟ็ฅ - ็พคๆ,ๅจ่้,้ๅจ้ฉฌ,็ปฟ่UGOS,ไธ็ฑUNAS,้ฃ็fnOS,UNRAID,ESXI,PVE,OPENWRT
๐๏ธ Route: /rsshub/transform/html/:url/:routeParams
๐ Parameters:
url
- Required
- Description:
encodeURIComponent
ed URL address
routeParams
- Required
- Description: Transformation rules, requires URL encode
โ๏ธ Deployment Configs:
ALLOW_USER_SUPPLY_UNSAFE_DOMAIN
, required -
๐ Source Code: /rsshub/transform/html.ts
Pass URL and transformation rules to convert HTML/JSON into RSS.
Specify options (in the format of query string) in parameter routeParams
parameter to extract data from HTML.
Key | Meaning | Accepted Values | Default |
---|---|---|---|
title | The title of the RSS | string | Extract from <title> |
item | The HTML elements as item using CSS selector | string | html |
itemTitle | The HTML elements as title in item using CSS selector | string | item element |
itemTitleAttr | The attributes of title element as title | string | Element text |
itemLink | The HTML elements as link in item using CSS selector | string | item element |
itemLinkAttr | The attributes of link element as link | string | href |
itemDesc | The HTML elements as descrption in item using CSS selector | string | item element |
itemDescAttr | The attributes of descrption element as description | string | Element html |
itemPubDate | The HTML elements as pubDate in item using CSS selector | string | item element |
itemPubDateAttr | The attributes of pubDate element as pubDate | string | Element html |
itemContent | The HTML elements as description in item using CSS selector ( in itemLink page for full content ) | string | |
encoding | The encoding of the HTML content | string | utf-8 |
Parameters parsing in the above example:
Parameter | Value |
---|---|
url | https://wechat2rss.xlab.app/posts/list/ |
routeParams | item=div[class='post-content'] p a |
Parsing of routeParams
parameter:
Parameter | Value |
---|---|
item | div[class='post-content'] p a |
Transformation - JSON
โ
๐๏ธ Route: /rsshub/transform/json/:url/:routeParams
๐ Parameters:
url
- Required
- Description:
encodeURIComponent
ed URL address
routeParams
- Required
- Description: Transformation rules, requires URL encode
โ๏ธ Deployment Configs:
ALLOW_USER_SUPPLY_UNSAFE_DOMAIN
, required -
๐ Source Code: /rsshub/transform/json.ts
Specify options (in the format of query string) in parameter routeParams
parameter to extract data from JSON.
Key | Meaning | Accepted Values | Default |
---|---|---|---|
title | The title of the RSS | string | Extracted from home page of current domain |
item | The JSON Path as item element | string | Entire JSON response |
itemTitle | The JSON Path as title in item | string | None |
itemLink | The JSON Path as link in item | string | None |
itemLinkPrefix | Optional Prefix for itemLink value | string | None |
itemDesc | The JSON Path as description in item | string | None |
itemPubDate | The JSON Path as pubDate in item | string | None |
TIP
JSON Path only supports format like a.b.c
. if you need to access arrays, like a[0].b
, you can write it as a.0.b
.
Parameters parsing in the above example:
Parameter | Value |
---|---|
url | https://api.github.com/repos/ginuerzh/gost/releases |
routeParams | title=Gost releases&itemTitle=tag_name&itemLink=html_url&itemDesc=body |
Parsing of routeParams
parameter:
Parameter | Value |
---|---|
title | Gost releases |
itemTitle | tag_name |
itemLink | html_url |
itemDesc | body |
็ดณๅฃซๆผซ็ซ
โ
ๆจ็ฑคๆดๆฐ
โ
๐ก Example: https://rsshub.app/wnacg/tag/ๆผขๅ
๐ฅ Top Feeds on Folo:
- ็ดณๅฃซๆผซ็ซ-ๅฐ่จปๅไบซๆผขๅๆฌๅญ|้ชๆกๆผซ็ซ
- ็ดณๅฃซๆผซ็ซ-ๅฐ่จปๅไบซๆผขๅๆฌๅญ|้ชๆกๆผซ็ซ
๐๏ธ Route: /wnacg/tag/:tag
๐ Parameters:
tag
- Required
- Description: N/A
๐ Source Code: /wnacg/tag.ts
ๅ็ฑปๆดๆฐ
โ
๐ก Example: https://rsshub.app/wnacg/category/6
๐ฅ Top Feeds on Folo:
- ๆผขๅ < ้่ช&็ญ็ฏ < ็ดณๅฃซๆผซ็ซ-ๅฐ่จปๅไบซๆผขๅๆฌๅญ|้ชๆกๆผซ็ซ
- ๆผขๅ < ๅฎ่กๆฌ < ็ดณๅฃซๆผซ็ซ-ๅฐ่จปๅไบซๆผขๅๆฌๅญ|้ชๆกๆผซ็ซ
๐๏ธ Route: /wnacg/category/:cid
๐ Parameters:
cid
- Required
- Description: N/A
๐ Source Code: /wnacg/category.ts
ๆๆฐ
โ
็
่
โ
Section
โ
๐ฅ 1020๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/jandan/top
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jandan/:category/:type?
๐ Parameters:
category
- Required
- Options:
- Description: ๆฟๅ
type
- Optional
- Default: 4hr
- Options:
- Description: ็ญๆฆ็ฑปๅ๏ผไป
ๅฝ category ้ๆฉ
top
ๆถๆๆ
๐ Source Code: /jandan/section.ts
Feed
โ
Bing
โ
ๆฏๆฅๅฃ็บธ
โ
๐ฅ 869๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bing/type=UHD&story=1&lang=zh-CN
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bing/:routeParams?
๐ Parameters:
routeParams
- Optional
- Description: ้ขๅคๅๆฐtype,storyๅlang:่ฏทๅ้ ไปฅไธ่ฏดๆๅ่กจๆ ผ
๐ Source Code: /bing/daily-wallpaper.ts
ๅๆฐ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ | ๅคๆณจ |
---|---|---|---|---|
type | ่พๅบๅฃ็บธ็ๅ็ด ็ฑปๅ | UHD/1920x1080/1920x1200/768x1366/1080x1920/1080x1920_logo | 1920x1080 | 1920x1200ไธ1080x1920_logoๅธฆๆๆฐดๅฐ,่พๅ ฅ็ๅผไธๅจๆฅๅ่ๅดๅ ้ฝไผ่พๅบๆ1920x1080 |
story | ๆฏๅฆ่พๅบๅฃ็บธ็ๆ ไบ | 1/0 | 0 | ่พๅ ฅ็ๅผไธไธบ1้ฝไธไผ่พๅบๆ ไบ |
lang | ่พๅบๅฃ็บธๅพๆ็ๅฐๅบ(ไธญๆๆ่ ๆฏ่ฑๆ) | zh/en | zh | zh/en่พๅบ็ๅฃ็บธๅพๆไธไธๅฎๆฏไธๆ ท็;ๅฆๆenไธ็ๆ,่ฏ็้จ็ฝฒๅฐๅ ถไปๅฐๆน |
ๆ็ดข
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bing/search/rss
๐๏ธ Route: /bing/search/:keyword
๐ Parameters:
keyword
- Required
- Description: ๆ็ดขๅ ณ้ฎ่ฏ
๐ Source Code: /bing/search.ts
ไธญๆๆญๅฎขๆฆ
โ
TIP
ๅฏไปฅ้่ฟๆๅฎ limit
ๅๆฐ็กฎๅฎๆฆๅๆๅไธ้๏ผ้ป่ฎคไธบ 250ใ
่ฅๅชๆฅ็ๆฆๅๅ 50๏ผๅฏๅจ่ฎข้
URL ๅๅ ๅ
ฅ ?limit=50
ใ
ๅณ๏ผไปฅ ็ญ้จ่็ฎ ไธบไพ๏ผ่ทฏ็ฑไธบ/xyzrank?limit=50
ใ
Unknown
โ
๐ฅ 333๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xyzrank/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /xyzrank/index.ts
ZAKER
โ
็ฒพ่ฏป
โ
๐ฅ 277๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/zaker/focusread
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zaker/focusread
๐ Source Code: /zaker/focus.ts
ๅ็ฑป
โ
๐ก Example: https://rsshub.app/zaker/channel/13
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zaker/channel/:id?
๐ Parameters:
id
- Optional
- Description: ๅ็ฑป ID๏ผๅฏๅจ URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบ
1
๐ Source Code: /zaker/channel.ts
็้ขๆฐ้ป
โ
่ง้ข
โ
๐ฅ 171๐ข Passed Test
๐ก Example: https://rsshub.app/jiemian/video/lists/258_1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jiemian/video/lists/258_1
๐ Source Code: /jiemian/video.ts
็้ข Vnews | ็ดๆญ | ็ฎญๅ | ้ข่ฐ | ๅ็ๅ้ ท | ็ช ่็คพ |
---|---|---|---|---|---|
258_1 | videoLive/lists_1 | 195_1 | 111_1 | 226_1 | 567_1 |
ๅไธๅพฎๅฒ่ฎฐ |
---|
882_1 |
ๆ ็ฎ
โ
๐ฅ 106๐ข Passed Test
๐ก Example: https://rsshub.app/jiemian/lists/65
๐ฅ Top Feeds on Folo:
- ็้ขๆฐ้ป-ๅชๆๅกไบ็ฌ็ซๆ่็ไบบ็พค-Jiemian.com
- ็้ขๆฐ้ป-ๅชๆๅกไบ็ฌ็ซๆ่็ไบบ็พค-Jiemian.com
๐๏ธ Route: /jiemian/lists/:id
๐ Parameters:
id
- Required
- Description: ๅ็ฑป id๏ผ่งไธ่กจ๏ผๅฏๅจๅฏนๅบๅ็ฑป้กต URL ไธญๆพๅฐ
๐ Source Code: /jiemian/lists.ts
้ฆ้กต | ๅไธ | ่ดข็ป | ๆฐ้ป | ๆๅ็ๆดป | ๅฟซๆฅ |
---|---|---|---|---|---|
2 | 800 | 801 | 130 | 4 |
ๆดๅคๅ็ฑป
้ฆ้กต โ
็งๆ | ้่ | ่ฏๅธ | ๅฐไบง | ๆฑฝ่ฝฆ | ๅฅๅบท |
---|---|---|---|---|---|
65 | 9 | 112 | 62 | 51 | 472 |
ๅคงๆนพๅบ | ๅ ๅฎๅฎ | ๆๆ | ๆฐๆฎ | ESG | ๅ็ขณ |
---|---|---|---|---|---|
680 | 704 | 105 | 154 | 712 | 877 |
็ตๅ |
---|
872 |
ๅไธ โ
็งๆ | ๅฐไบง | ๆฑฝ่ฝฆ | ๆถ่ดน | ๅทฅไธ | ๆถๅฐ |
---|---|---|---|---|---|
65 | 62 | 51 | 31 | 28 | 68 |
ไบค้ | ๅป่ฏ | ไบ่็ฝ | ๅๆ | ่ฝๆบ | ๆฐ็ |
---|---|---|---|---|---|
30 | 472 | 851 | 858 | 856 | 853 |
ๆ่ฒ | ้ฃๅ | ๆฐ่ฝๆบ | ๅฎถ็ต | ๅฅๅบท | ้ ไธ |
---|---|---|---|---|---|
256 | 845 | 857 | 850 | 854 | 676 |
็ฉๆต | ้ถๅฎ | ็พๅฆ | ๆฅผๅธ | ๅฎถๅฑ | ้ค้ฅฎ |
---|---|---|---|---|---|
841 | 847 | 838 | city/main/181 | 694 | 848 |
ๆฅ็จ | ไผๆ | ็ ๅฎ | ่ ่กจ | ๅๅญฆ้ข | ๅ ๅฎๅฎ |
---|---|---|---|---|---|
846 | 852 | 839 | 840 | 605 | 704 |
็ตๅ | ๅไธ |
---|---|
872 | 883 |
่ดข็ป โ
้่ | ๆ่ต | ่ฏๅธ | IPO | ๅฎ่ง | ่กๅธ |
---|---|---|---|---|---|
9 | 86 | 112 | 699 | 174 | 418 |
่ดขๅฏ | ๆ่ฟไบ |
---|---|
410 | 889 |
ๆฐ้ป โ
ๅคฉไธ | ไธญๅฝ | ่ฏ่ฎบ | ๆฐๆฎ | ่ๅบ | ๅฝๆฏ |
---|---|---|---|---|---|
32 | 71 | 8 | 154 | 50 | 422 |
ไฝ่ฒ | ๆๅจฑ | ๅฝฑๅ | ่ฅ้ | ๅคง ๆนพๅบ | ESG |
---|---|---|---|---|---|
82 | 63 | 225 | 49 | 680 | 712 |
ๅ็ขณ | ้ฟไธ่ง |
---|---|
877 | 917 |
ๆๅ็ๆดป โ
ๆๅ | ๆๆ | ็ๆดปๆนๅผ | ็พ้ฃ็พ้ | ่บๆฏ | ๆธธๆ |
---|---|---|---|---|---|
130 | 105 | 135 | 865 | 643 | 118 |
ๆญฃๅ | ็ฎญๅ |
---|---|
53 | video/lists/195_1 |
ๅฟซๆฅ โ
ไปๆฅ็ญ็น | ๅ ฌๅธๅคดๆก | ่กๅธๅๆฒฟ | ็็ฎก้ๆฅ | ่ดข็ป้่ง | ๆถไบ่ฟฝ่ธช |
---|---|---|---|---|---|
1324kb | 1322kb | 1327kb | 1330kb | 1326kb | 1325kb |
VIP
โ
๐ฅ 5๐ข Passed Test
๐ก Example: https://rsshub.app/jiemian/pro/lists/12
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jiemian/pro/lists/12
๐ Source Code: /jiemian/vip.ts
ๆ่ตๆฉๆๆฅ | ๅฎ่งๆ 6 ็น | ๆๆฐๆฉๆฅ | ็ๅๆบไผๅ็ป | ๅ ฌๅๅฟซ่ฏ | ็ไธญๅฟ ่ฏป |
---|---|---|---|---|---|
12 | 20 | 21 | 13 | 14 | 15 |
้่กๆๆ | ่ฐ็ ๆฉ็ฅ้ | ็ ๆฅๆฐ็ฅ | ๅคงๅฟไพฆๅฏ | ๅธๅบ้ฃๅๆ |
---|---|---|---|---|
16 | 17 | 18 | 1 | 19 |
็้ขๅท
โ
๐ก Example: https://rsshub.app/jiemian/account/main/1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jiemian/account/main/1
๐ Source Code: /jiemian/account.ts
่ดข็ปๅท | ๅๅธๅท | ๅชไฝๅท |
---|---|---|
1 | 2 | 3 |
ไธ้ข
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/jiemian/special/1192
๐๏ธ Route: /jiemian/special/1192
๐ Source Code: /jiemian/special.ts
Product Hunt
โ
ๅฎๆน Feed ๅฐๅไธบ: https://www.producthunt.com/feed
Today Popular
โ
๐ก Example: https://rsshub.app/producthunt/today
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /producthunt/today
๐ Source Code: /producthunt/today.ts
ไธ่็ๆดปๅจๅ
โ
Unknown
โ
๐ฅ 148๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lifeweek/channel/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /lifeweek/channel.ts
Unknown
โ
๐ฅ 2๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lifeweek/tag/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /lifeweek/tag.ts
iDaily
โ
ๆฏๆฅ็ฏ็่ง้
โ
๐ฅ 143๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/idaily
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /idaily/:language?
๐ Parameters:
language
- Optional
- Description: ่ฏญ่จ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ็ฎไฝไธญๆ
๐ Source Code: /idaily/index.ts
็ฎไฝไธญๆ | ็นไฝไธญๆ |
---|---|
zh-hans | zh-hant |
ไธญๅฝไบ่็ฝ่ๅ่พ่ฐฃๅนณๅฐ
โ
ไปๆฅ่พ่ฐฃ
โ
๐ฅ 122๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/piyao/jrpy
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /piyao/jrpy
๐ Source Code: /piyao/jrpy.ts
็พๅบฆ
โ
็ญๆๆฆๅ
โ
๐ฅ 99๐ข Passed Test
๐ก Example: https://rsshub.app/baidu/top
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /baidu/top/:board?
๐ Parameters:
board
- Optional
- Description: ๆฆๅ๏ผ้ป่ฎคไธบ
realtime
๐ Source Code: /baidu/top.ts
็ญๆๆฆ | ๅฐ่ฏดๆฆ | ็ตๅฝฑๆฆ | ็ต่งๅงๆฆ | ๆฑฝ่ฝฆๆฆ | ๆธธๆๆฆ |
---|---|---|---|---|---|
realtime | novel | movie | teleplay | car | game |
ๆ็ดข
โ
๐ฅ 4๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/baidu/search/rss
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /baidu/search/:keyword
๐ Parameters:
keyword
- Required
- Description: ๆ็ดขๅ ณ้ฎ่ฏ
๐ Source Code: /baidu/search.ts
Radio France Internationale
โ
Generic News
โ
๐ก Example: https://rsshub.app/rfi
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /rfi/:path{.+}?
๐ Parameters:
path{.}
- Optional
- Description: N/A
๐ Source Code: /rfi/news.ts
TIP
- To subscribe to English News, which URL is
https://www.rfi.fr/en
, you can get the route as/rfi/en
. - To subscribe to English Europe News, which URL is
https://www.rfi.fr/en/europe
, you can get the route as/rfi/en/europe
. - To subscribe to topic Paris Olympics 2024, which URL is
https://www.rfi.fr/en/tag/paris-olympics-2024
, you can get the route as/rfi/en/tag/paris-olympics-2024
.
WARNING
This route does not support podcasts, please use the Offical RSS feed instead.
่พ็
โ
ไบงไธ็ ็ฉถๆฅๅ
โ
๐ก Example: https://rsshub.app/iresearch/report
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /iresearch/report
๐ Source Code: /iresearch/report.ts
ๅจๅบฆๅธๅบ่งๅฏ
โ
๐ก Example: https://rsshub.app/iresearch/weekly
๐๏ธ Route: /iresearch/weekly/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๅ จ้จ
๐ Source Code: /iresearch/weekly.ts
ๅฎถ็ต่กไธ | ๆ่ฃ ่กไธ | ็พๅฆ่กไธ | ้ฃๅ้ฅฎๆ่กไธ |
---|
ไธญๅฝไฝๅฎถ็ฝ
โ
Unknown
โ
๐ฅ 43๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /chinawriter/:id{.+}?
๐ Parameters:
id{.}
- Optional
- Description: N/A
๐ Source Code: /chinawriter/index.ts
Apple
โ
Exchange and Repair Extension Programs
โ
๐ก Example: https://rsshub.app/apple/exchange_repair
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /apple/exchange_repair/:country?
๐ Parameters:
country
- Optional
- Description: country code in apple.com URL (exception: for
United States
please useus
), default to Chinacn
๐ Source Code: /apple/exchange-repair.ts
Asian to lick
โ
Unknown
โ
๐ฅ 32๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /asiantolick/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /asiantolick/index.ts
ๆๅณถๆฅๅ ฑ
โ
ๅณๆ
โ
๐ฅ 29๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/stheadline/std/realtimenews
๐ฅ Top Feeds on Folo:
- ๅณๆ | ๆๅณถๆฐ่ใๅฐ้กๅ ฑ้ | ๆๅณถๆฅๅ ฑ
- ๅณๆ | ๆๅณถๆฐ่ใๅฐ้กๅ ฑ้ | ๆๅณถๆฅๅ ฑ
๐๏ธ Route: /stheadline/std/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /stheadline/std/realtime.ts
9To5
โ
Unknown
โ
๐ฅ 27๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /9to5/:subsite/:tag?
๐ Parameters:
subsite
- Required
- Description: N/A
tag
- Optional
- Description: N/A
๐ Source Code: /9to5/subsite.ts
ๆๅ ฑ
โ
ๆฐ่
โ
๐ฅ 26๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/mingpao/ins/all
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mingpao/:type?/:category?
๐ Parameters:
type
- Optional
- Default: ins
- Options:
- Description: ๆฐ่้กๅ
category
- Optional
- Description: ้ ป้๏ผ่ฆไธ่กจ
๐ Source Code: /mingpao/index.ts
category | ๅณๆๆฐ่้ ป้ |
---|---|
all | ็ธฝ็ฎ้ |
s00001 | ๆธฏ่ |
s00002 | ็ถๆฟ |
s00003 | ๅฐ็ข |
s00004 | ๅ ฉๅฒธ |
s00005 | ๅ้ |
s00006 | ้ซ่ฒ |
s00007 | ๅจๆจ |
s00022 | ๆๆ |
s00024 | ็ฑ้ป |
category | ๆฏๆฅๆๅ ฑ้ ป้ |
---|---|
s00001 | ่ฆ่ |
s00002 | ๆธฏ่ |
s00003 | ็คพ่ฉ |
s00004 | ็ถๆฟ |
s00005 | ๅฏๅ |
s00011 | ๆ่ฒ |
s00012 | ่ง้ป |
s00013 | ไธญๅ |
s00014 | ๅ้ |
s00015 | ้ซ่ฒ |
s00016 | ๅจๆจ |
s00017 | English |
s00018 | ไฝๅฎถๅฐๆฌ |
ๅกๅกๆดๆฎ
โ
Unknown
โ
๐ฅ 24๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gamme/:domain/:category?
๐ Parameters:
domain
- Required
- Description: N/A
category
- Optional
- Description: N/A
๐ Source Code: /gamme/category.ts
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gamme/:domain/tag/:tag
๐ Parameters:
domain
- Required
- Description: N/A
tag
- Required
- Description: N/A
๐ Source Code: /gamme/tag.ts
็ฑๅ็ต
โ
็จๆทๅจๆ
โ
๐ฅ 19๐ข Passed Test
๐ก Example: https://rsshub.app/afdian/dynamic/@afdian
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /afdian/dynamic/:uid?
๐ Parameters:
uid
- Optional
- Description: ็จๆทid๏ผ็จๆทๅจๆ้กต้ขurl้ๅฏๆพๅฐ
๐ Source Code: /afdian/dynamic.ts
ๅ็ฐ็จๆท
โ
๐ฅ 3๐ข Passed Test
๐ก Example: https://rsshub.app/afdian/explore/hot/ๆๆ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /afdian/explore/:type/:category?
๐ Parameters:
type
- Required
- Description: ๅ็ฑป
category
- Optional
- Description: ็ฎๅฝ็ฑปๅ๏ผ้ป่ฎคไธบ
ๆๆ
๐ Source Code: /afdian/explore.ts
ๅ็ฑป
ๆจ่ | ๆ็ญ |
---|---|
rec | hot |
็ฎๅฝ็ฑปๅ
ๆๆ | ็ป็ป | ่ง้ข | ๅไฝ | ๆธธๆ | ้ณไน | ๆญๅฎข | ๆๅฝฑ | ๆๆฏ | Vtuber | ่่น | ไฝ่ฒ | ๆ ๆธธ | ็พ้ฃ | ๆถๅฐ | ๆฐ็ | ๅจ็ป | ๅ ถไป |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ๆๆ | ็ป็ป | ่ง้ข | ๅไฝ | ๆธธๆ | ้ณไน | ๆญๅฎข | ๆๅฝฑ | ๆๆฏ | Vtuber | ่่น | ไฝ่ฒ | ๆ ๆธธ | ็พ้ฃ | ๆถๅฐ | ๆฐ็ | ๅจ็ป | ๅ ถไป |
Sub HD
โ
Unknown
โ
๐ฅ 15๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /subhd/:type?/:category?
๐ Parameters:
type
- Optional
- Description: N/A
category
- Optional
- Description: N/A
๐ Source Code: /subhd/index.ts
U9A9
โ
Search
โ
๐ก Example: https://rsshub.app/u9a9/search/ๆฐ็้้
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /u9a9/:preview?,/search/:keyword/:preview?
๐ Parameters:
preview
- Optional
- Description: N/A
๐ Source Code: /u9a9/index.ts
Futubull ๅฏ้็็
โ
Unknown
โ
๐ฅ 8๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /futunn/highlights,/main,/
๐ Source Code: /futunn/main.ts
็ฉบๆฐ่ดจ้
โ
ๅฎๆถ AQI
โ
๐ฅ 12๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/aqicn/beijing/pm25
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /aqicn/:city/:pollution?
๐ Parameters:
city
- Required
- Description: ๅๅธๆผ้ณๆๅฐๅบ ID๏ผ่ฏฆ่งaqicn.org
pollution
- Optional
- Description: ๅฏ้ๆฉๆพ็คบๆด่ฏฆ็ป็็ฉบๆฐๆฑกๆๆๅ
๐ Source Code: /aqicn/aqi.ts
ๅฝๅฎถ่ฏๅ็็ฃ็ฎก็ๅฑๅป็ๅจๆขฐๆๆฏๅฎก่ฏไธญๅฟ
โ
Unknown
โ
๐ฅ 12๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cmde/:cate{.+}?
๐ Parameters:
cate{.}
- Optional
- Description: N/A
๐ Source Code: /cmde/index.ts
็ๆณ็ๆดปๅฎ้ชๅฎค
โ
Unknown
โ
๐ฅ 10๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /toodaylab/:params{.+}?
๐ Parameters:
params{.}
- Optional
- Description: N/A
๐ Source Code: /toodaylab/index.ts
ไธญๅฝ้ถ่ก
โ
ๅคๆฑ็ไปท
โ
๐ฅ 9๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/boc/whpj/zs?filter_title=%E8%8B%B1%E9%95%91
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /boc/whpj/:format?
๐ Parameters:
format
- Optional
- Description: ่พๅบ็ๆ ้ขๆ ผๅผ๏ผ้ป่ฎคไธบๆ ้ข + ๆๆไปทๆ ผใ็ญๆ ผๅผไป ๅ ๅซ่ดงๅธๅ็งฐใ
๐ Source Code: /boc/whpj.ts
็ญๆ ผๅผ | ไธญ่กๆ็ฎไปท | ็ฐๆฑไนฐๅ | ็ฐ้ไนฐๅ | ็ฐๆฑไนฐๅ ฅ | ็ฐๆฑๅๅบ | ็ฐ้ไนฐๅ ฅ | ็ฐ้ๅๅบ |
---|---|---|---|---|---|---|---|
short | zs | xh | xc | xhmr | xhmc | xcmr | xcmc |
KPMG
โ
Insights
โ
๐ก Example: https://rsshub.app/kpmg/insights
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /kpmg/insights/:lang?
๐ Parameters:
lang
- Optional
- Description: Language, either
en
orzh
๐ Source Code: /kpmg/insights.ts
็ๅญ็ฝ
โ
ๆฐ้ปๆ ็ฎ
โ
๐ฅ 6๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /6park/news/:site?/:id?/:keyword?
๐ Parameters:
site
- Optional
- Description: ๅ็ซ๏ผๅฏ้newsparkใlocal๏ผ้ป่ฎคไธบ newspark
id
- Optional
- Description: ๆ ็ฎ id๏ผๅฏ้๏ผ้ป่ฎคไธบ็ฉบ
keyword
- Optional
- Description: ๅ ณ้ฎ่ฏ๏ผๅฏ้๏ผ้ป่ฎคไธบ็ฉบ
๐ Source Code: /6park/news.ts
ๆ็คบ
่ฅ่ฎข้
ๆถๆฟ๏ผๅ
ถ็ฝๅไธบ https://www.6parknews.com/newspark/index.php?type=1๏ผๅ
ถไธญ newspark
ไธบๅ็ซ๏ผ1
ไธบๆ ็ฎ idใ ่ฅ่ฎข้
็พๅฝ๏ผๅ
ถ็ฝๅไธบ https://local.6parknews.com/index.php?type_id=1๏ผๅ
ถไธญ local
ไธบๅ็ซ๏ผ1
ไธบๆ ็ฎ idใ
้ฆ้กต
โ
๐ฅ 1๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/6park/index
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /6park/index/:id?/:type?/:keyword?
๐ Parameters:
id
- Optional
- Description: ๅ็ซ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๅฒๆตท้ฉๆฒ
type
- Optional
- Description: ็ฑปๅ๏ผๅฏ้ๅผไธบ goldใtype๏ผ้ป่ฎคไธบ็ฉบ
keyword
- Optional
- Description: ๅ ณ้ฎ่ฏ๏ผๅฏ้๏ผ้ป่ฎคไธบ็ฉบ
๐ Source Code: /6park/index.ts
ๅฉๅงปๅฎถๅบญ | ้ญ ๅๆถๅฐ | ๅฅณๆง้ข้ | ็ๆดป็พๆ | ็พ้ฃๅจๆฟ | ้ๅธธๅฝฑ้ณ | ่ฝฆ่ฟทๆฒ้พ | ๆธธๆๅคฉๅฐ | ๅก้ๆผซ็ป | ไฝๅ็บตๆจช | ่ฟๅจๅฅ่บซ | ็ต่ๅ็บฟ | ๆฐ็ ๅฎถ็ต | ๆ ๆธธ้ฃๅ | ๆๅฝฑ้จ่ฝ | ๅฅ็ๅผๅฎ | ็ฌๅฃๅธธๅผ | ๅจฑไนๅ ซๅฆ | ๅๅ็ฉไน | ๆๅ้ฟๅป | ๅไบ็บตๆจช | ็พๅฎถ่ฎบๅ | ็งๆ้ข้ | ็ฑๅญๆ ๆ | ๅฅๅบทไบบ็ | ๅ่ฎบๅคฉไธ | ๅฒๆตท้ฉๆฒ | ็ฝ้ ่ฐๅ ต | ็ปๆต่งๅฏ | ่ฐ่ก่ฎบ้ | ๆ่ฎบ้ฒไพ | ๅฏ็พไนๅญ | ๅญฆไน ๅญๅฐ | ๅฝ็็ๆบ | ๅฎ ็ฉๆ ็ผ | ็ฝ็ปๆญๅ | ้ณไนๆฎฟๅ | ๆ ๆไธ็ |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
life9 | life1 | chan10 | life2 | life6 | fr | enter7 | enter3 | enter6 | enter5 | sport | know1 | chan6 | life7 | chan8 | page | enter1 | enter8 | netstar | life10 | nz | other | chan2 | chan5 | life5 | bolun | chan1 | military | finance | chan4 | pk | gz1 | gz2 | gz3 | life8 | chan7 | enter4 | life3 |
ไธญๅฝๆ่ดงไธๅไผ
โ
ๅๆๅธๅญๅฐ
โ
๐ฅ 7๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/cfachina/servicesupport/analygarden
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cfachina/servicesupport/analygarden/:program?
๐ Parameters:
program
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ็็ฉบไธบๅ จ้จ
๐ Source Code: /cfachina/analygarden.ts
ๆ่ฒ้ๅฑ็ฑป | ้ป่ฒ้ๅฑ็ฑป | ่ฝๆบๅๅทฅ็ฑป | ่ดต้ๅฑ็ฑป | ๅไบงๅ็ฑป | ้่็ฑป | ๆๆฐ็ฑป |
---|---|---|---|---|---|---|
ysjsl | hsjsl | nyhgl | gjsl | ncpl | jrl | zsl |
็ฑ Q ็ๆดป็ฝ
โ
ๆ่ฟๆดๆฐ
โ
๐ฅ 7๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/iqnew/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /iqnew/latest
๐ Source Code: /iqnew/latest.ts
ๆฑฝๆฒนไปทๆ ผ็ฝ
โ
Unknown
โ
๐ฅ 7๐ก Missing Test
๐ฅ Top Feeds on Folo:
- ้ซๅฏๆฒนไปท_้ซๅฏ90_92_95ๆฑฝๆฒนไปทๆ ผ_ๆฝๅ้ซๅฏไปๆฅๆฒนไปทๆฅ่ฏข_ๆฑฝๆฒนไปทๆ ผ็ฝ
- ๅฎๆณขๆฒนไปท_ๅฎๆณข90_92_95ๆฑฝๆฒนไปทๆ ผ_ๅฎๆณขไปๆฅๆฒนไปทๆฅ่ฏข_ๆฑฝๆฒนไปทๆ ผ็ฝ
๐๏ธ Route: /qiyoujiage/:path{.+}
๐ Parameters:
path{.}
- Required
- Description: N/A
๐ Source Code: /qiyoujiage/price.ts
Wellcee ๅฏๅฟๆๅฏ
โ
็งๆฟไฟกๆฏ
โ
๐ฅ 4๐ข Passed Test
๐ก Example: https://rsshub.app/wellcee/rent/ๅไบฌ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /wellcee/rent/:city/:district?
๐ Parameters:
city
- Required
- Description: ๅๅธ
district
- Optional
- Description: ๅฐๅบ
๐ Source Code: /wellcee/rent.ts
ๆฏๆ็ๅๅธๅฏไปฅ้่ฟ /wellcee/support-city ่ทๅ
ๆฏๆ็ๅๅธ
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/wellcee/support-city
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /wellcee/support-city
๐ Source Code: /wellcee/support-city.ts
Google
โ
Alerts
โ
๐ฅ 4๐ข Passed Test
๐ก Example: https://rsshub.app/google/alerts/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /google/alerts/:keyword
๐ Parameters:
keyword
- Required
- Description: Keyword
๐ Source Code: /google/alerts.ts
Search
โ
๐ฅ 2๐ข Passed Test
๐ก Example: https://rsshub.app/google/search/rss/zh-CN,zh
๐ฅ Top Feeds on Folo:
- ่ขซๆฅ+site:thepaper.cn - Google Search
- intitle:Google +"ๅ จ้จ" +"ๅพ็" +"Google ๆไพ" - Google Search
๐๏ธ Route: /google/search/:keyword/:language?
๐ Parameters:
keyword
- Required
- Description: Keyword
language
- Optional
- Description: Accept-Language. Example:
zh-CN,zh;q=0.9,en;q=0.8,ja;q=0.7
๐ Source Code: /google/search.ts
Instructables
โ
Projects
โ
๐ฅ 6๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/instructables/projects/circuits
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /instructables/projects/:category?
๐ Parameters:
category
- Optional
- Description: Category, empty by default, can be found in URL or see the table below
๐ Source Code: /instructables/projects.ts
All | Circuits | Workshop | Craft | Cooking | Living | Outside | Teachers |
---|---|---|---|---|---|---|---|
circuits | workshop | craft | cooking | living | outside | teachers |
่ฃๅขๅฅณๅญใพใจใ
โ
User
โ
๐ฅ 6๐ก Missing Test๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/uraaka-joshi/_rrwq
๐ฅ Top Feeds on Folo:
- ใใใใใใ (@_rrwq) / ่ฃๅขๅฅณๅญใพใจใ
- ใฟใใใ (@spflio_30) / ่ฃๅขๅฅณๅญใพใจใ
๐๏ธ Route: /uraaka-joshi/:id
๐ Parameters:
id
- Required
- Description: User ID
๐ Source Code: /uraaka-joshi/uraaka-joshi-user.ts
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /uraaka-joshi/
๐ Source Code: /uraaka-joshi/uraaka-joshi.ts
E-Hentai
โ
Unknown
โ
๐ฅ 5๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /e-hentai/:what?/:id?/:needTorrents?/:needImages?
๐ Parameters:
what
- Optional
- Description: N/A
id
- Optional
- Description: N/A
needTorrents
- Optional
- Description: N/A
needImages
- Optional
- Description: N/A
๐ Source Code: /e-hentai/index.ts
ๆญฃ็ไธญๅฝ
โ
Unknown
โ
๐ฅ 5๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /getitfree/:filter{.+}?
๐ Parameters:
filter{.}
- Optional
- Description: N/A
๐ Source Code: /getitfree/index.ts
Wise
โ
FX Pair Yesterday
โ
๐ฅ 5๐ข Passed Test
๐ก Example: https://rsshub.app/wise/pair/GBP/USD
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /wise/pair/:source/:target
๐ Parameters:
source
- Required
- Description: Base currency abbreviation
target
- Required
- Description: Quote currency abbreviation
๐ Source Code: /wise/pair.ts
Refer to the list of supported currencies.
ไธ็ๆฐ่็ถฒ
โ
Unknown
โ
๐ฅ 5๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /worldjournal/:path{.+}?
๐ Parameters:
path{.}
- Optional
- Description: N/A
๐ Source Code: /worldjournal/index.ts
ไธญๅฝ้ฉปๅคไฝฟ้ข้ฆ
โ
ๆฏๆๅฝๅฎถๅ่กจ
ๅ ๆฟๅคง CA
ๅคงไฝฟ้ฆ:
/embassy/ca
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
่็นๅฉๅฐ | /embassy/ca/montreal |
ๅพทๅฝ DE
ๅคงไฝฟ้ฆ:
/embassy/de
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
ๆ ๅฐผ้ป | /embassy/de/munich |
ๆณๅฝ FR
ๅคงไฝฟ้ฆ:
/embassy/fr
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
้ฉฌ่ต | /embassy/fr/marseille |
ๆฏ็นๆๆฏๅ ก | /embassy/fr/strasbourg |
้ๆ | /embassy/fr/lyon |
ๆฅๆฌ JP
ๅคงไฝฟ้ฆ:
/embassy/jp
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
้ฟๅด | /embassy/jp/nagasaki |
ๅคง้ช | /embassy/jp/osaka |
็ฆๅ | /embassy/jp/fukuoka |
ๅๅคๅฑ | /embassy/jp/nagoya |
ๆญๅน | /embassy/jp/sapporo |
ๆฐๆฝ | /embassy/jp/niigata |
้ฉๅฝ KR
ๅคงไฝฟ้ฆ:
/embassy/kr
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
้ๅฑฑ | /embassy/kr/busan |
ๆตๅท | /embassy/kr/jeju |
ๅ ๅท | /embassy/kr/gwangju |
้ฉฌๆฅ่ฅฟไบ MY
- ๅคงไฝฟ้ฆ:
/embassy/my
ๆฐๅ ๅก SG
- ๅคงไฝฟ้ฆ:
/embassy/sg
็พๅฝ US
ๅคงไฝฟ้ฆ:
/embassy/us
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
็บฝ็บฆ | /embassy/us/newyork |
่ๅ ๅฅ | /embassy/us/chicago |
ๆง้ๅฑฑ | /embassy/us/sanfrancisco |
่ฑๅฝ UK
ๅคงไฝฟ้ฆ:
/embassy/uk
้ขไบ้ฆๅๅธๅ่กจ:
ๅๅธ | ่ทฏ็ฑ |
---|---|
็ฑไธๅ ก | /embassy/uk/edinburgh |
่ดๅฐๆณๆฏ็น | /embassy/uk/belfast |
ๆผๅฝปๆฏ็น | /embassy/uk/manchester |
Unknown
โ
๐ฅ 4๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /embassy/:country/:city?
๐ Parameters:
country
- Required
- Description: N/A
city
- Optional
- Description: N/A
๐ Source Code: /embassy/index.ts
I Know What You Download
โ
Daily Torrents Statistics
โ
๐ก Example: https://rsshub.app/iknowwhatyoudownload/stats/daily/CN
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /iknowwhatyoudownload/stats/daily/:country
๐ Parameters:
country
- Required
- Description: the country of the stats. ISO 3166-1 alpha-2 code.
๐ Source Code: /iknowwhatyoudownload/daily.ts
ๆจๆจๅๅฎข
โ
Unknown
โ
๐ฅ 4๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /liulinblog/:params{.+}?
๐ Parameters:
params{.}
- Optional
- Description: N/A
๐ Source Code: /liulinblog/index.ts
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /liulinblog/itnews/:channel
๐ Parameters:
channel
- Required
- Description: N/A
๐ Source Code: /liulinblog/itnews.ts
PubMed
โ
Unknown
โ
๐ฅ 4๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pubmed/trending/:filters?
๐ Parameters:
filters
- Optional
- Description: N/A
๐ Source Code: /pubmed/trending.ts
่
พ่ฎฏ็ฝ
โ
ๆๆฐ่พ่ฐฃ
โ
๐ฅ 4๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/qq/fact
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /qq/fact
๐ Source Code: /qq/fact/index.ts
Galxe
โ
Quest
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/galxe/quest/MissionWeb3
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /galxe/quest/:alias
๐ Parameters:
alias
- Required
- Description: N/A
๐ Source Code: /galxe/index.ts
LuMa
โ
Events
โ
๐ก Example: https://rsshub.app/luma/yieldnest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /luma/:url
๐ Parameters:
url
- Required
- Description: LuMa URL
๐ Source Code: /luma/index.ts
ACS Publications
โ
Unknown
โ
๐ฅ 2๐ก Missing Test๐ Support Radar
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /acs/journal/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /acs/journal.ts
ไธญๅฝ็ผ็ฆ่กไธๅไผ
โ
Unknown
โ
๐ฅ 2๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cnljxh/:category?/:id?
๐ Parameters:
category
- Optional
- Description: N/A
id
- Optional
- Description: N/A
๐ Source Code: /cnljxh/index.ts
DataGuidance
โ
News
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/dataguidance/news
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /dataguidance/news
๐ Source Code: /dataguidance/index.ts
็ฏๆขข
โ
้ข้
โ
้ชจๆตๆฐๆฎ
โ
ๆฅๆฆ
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/guduodata/daily
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /guduodata/daily
๐ Source Code: /guduodata/daily.ts
HiringCafe
โ
HiringCafe is a platform for job seekers to find job opportunities and for employers to post job listings.
Jobs
โ
๐ฅ 2๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/hiring.cafe/jobs/sustainability
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /hiring.cafe/jobs/:keywords
๐ Parameters:
keywords
- Required
- Description: Keywords to search for
๐ Source Code: /hiring.cafe/jobs.ts
ๅ
จ็ไธปๆบ็ๆง
โ
CloudFlareYes
โ
๐ฅ 2๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/hostmonit/cloudflareyes
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /hostmonit/cloudflareyes/:type?
๐ Parameters:
type
- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ v4
๐ Source Code: /hostmonit/cloudflareyes.ts
v4 | v6 |
---|---|
v6 |
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /hostmonit/cloudflareyesv6
๐ Source Code: /hostmonit/cloudflareyesv6.ts
Email โ
Unknown โ
๐ฅ 2๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mail/imap/:email/:folder{.+}?
๐ Parameters:
email
- Required
- Description: N/A
folder{.}
- Optional
- Description: N/A
๐ Source Code: /mail/imap.ts
ATP Tour
โ
News from the official site of men's professional tennis.
News
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/atptour/news/en
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /atptour/news/:lang?
๐ Parameters:
lang
- Optional
- Description: en or es.
๐ Source Code: /atptour/news.ts
ๆ้ฝไฝๅปบ่ e ๅ
โ
ๅๅไฝๆฟ่ดญๆฟ็ป่ฎฐ
โ
๐ก Example: https://rsshub.app/cdzjryb/zw/projectList
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cdzjryb/zw/projectList
๐ Source Code: /cdzjryb/project-list.ts
ไธญๅฝๅทฅๅ้ถ่ก
โ
ๅคๆฑ็ไปท
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/icbc/whpj/zs?filter_title=%E8%8B%B1%E9%95%91
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /icbc/whpj/:format?
๐ Parameters:
format
- Optional
- Description: ่พๅบ็ๆ ้ขๆ ผๅผ๏ผ้ป่ฎคไธบๆ ้ข + ๆๆไปทๆ ผใ็ญๆ ผๅผไป ๅ ๅซ่ดงๅธๅ็งฐใ
๐ Source Code: /icbc/whpj.ts
็ญๆ ผๅผ | ๅ่ไปท | ็ฐๆฑไนฐๅ | ็ฐ้ไนฐๅ | ็ฐๆฑไนฐๅ ฅ | ็ฐๆฑๅๅบ | ็ฐ้ไนฐๅ ฅ | ็ฐ้ๅๅบ |
---|---|---|---|---|---|---|---|
short | zs | xh | xc | xhmr | xhmc | xcmr | xcmc |
QuestN
โ
Events
โ
๐ก Example: https://rsshub.app/questn/events
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /questn/events/:filter?
๐ Parameters:
filter
- Optional
- Description: Filter string
๐ Source Code: /questn/events.ts
TIP
Filter parameters:
- category: 100: trending, 200: newest, 300: top
- status_filter: 0: all, 100: available, 400: missed
- community_filter: 0: all community, 100: verified, 200: followed
- rewards_filter: 0: all rewards, 100: nft, 200: token, 400: whitelist
- chain_filter: 0: all chains, 1: ethereum, 56: bsc, 137: polygon, 42161: arb, 10: op, 324: zksync, 43114: avax
- search: 'Search keyword',
- count: 'Number of events to fetch',
- page: 'Page number',
Community Events
โ
๐ก Example: https://rsshub.app/questn/community/gmnetwork
๐๏ธ Route: /questn/community/:communityUrl
๐ Parameters:
communityUrl
- Required
- Description: N/A
๐ Source Code: /questn/community.ts
ๅฐ็ฃๅคงๅฅๅคง
โ
่ณ่ฒปๅ
ฌๅ
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/taiwanmobile/rate-plans
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /taiwanmobile/rate-plans
๐ Source Code: /taiwanmobile/rate-plans.ts
Taiwan FactCheck Center
โ
ๅ้ก
โ
๐ฅ 1๐ก Missing Test
๐ก Example: https://rsshub.app/tfc-taiwan/category/weekly-top-ten-rumors
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /tfc-taiwan/category/:category
๐ Parameters:
category
- Required
- Description: ๅ้ก๏ผ่ฆไธ่กจ๏ผ้ ่จญ็บ
weekly-top-ten-rumors
๐ Source Code: /tfc-taiwan/category.ts
่ฌ ่จ้ขจๅ็ | ่ญฐ้ก่งๅฏๅฎค | TOP10 | ๅๅฎถๅฐๆฌ | ๅ้่ฆ้ |
---|---|---|---|---|
rumor-mill | issue-observatory | weekly-top-ten-rumors | expert-columns | research-and-updates |
ๆๆฐๆฅๆ ธๅ ฑๅ
โ
๐ก Missing Test
๐ก Example: https://rsshub.app/tfc-taiwan
๐๏ธ Route: /tfc-taiwan/
๐ Source Code: /tfc-taiwan/index.ts
Urban Dictionary
โ
Random words
โ
๐ก Example: https://rsshub.app/urbandictionary/random
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /urbandictionary/random
๐ Source Code: /urbandictionary/random.ts
ๅ่ฅฟๅป้ข
โ
ๆ่ๅ
ฌๅ
โ
๐ก Example: https://rsshub.app/wchscu/recruit
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /wchscu/recruit
๐ Source Code: /wchscu/recruit.ts
591 Rental house
โ
Rental house
โ
๐ก Missing Test
๐ก Example: https://rsshub.app/591/tw/rent/order=posttime&orderType=desc
๐๏ธ Route: /591/:country/rent/:query?
๐ Parameters:
country
- Required
- Description: Country code. Only tw is supported now
query
- Optional
- Description: Query Parameters
๐ Source Code: /591/list.ts
TIP
Copy the URL of the 591 filter housing page and remove the front part https://rent.591.com.tw/?
, you will get the query parameters.
ไบๆฌกๅ
่ซๆด
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /2cycd/:fid/:sort?
๐ Parameters:
fid
- Required
- Description: N/A
sort
- Optional
- Description: N/A
๐ Source Code: /2cycd/index.ts
็ปๆต 50 ไบบ่ฎบๅ
โ
Unknown
โ
8 ่ง็
โ
Unknown
โ
A ๅงๅไบซ
โ
ๅญๆกฃๅ่กจ
โ
ๅญๆกฃๅ่กจ - NSFW
โ
ไธญๅๅ
จๅฝไธๅฉไปฃ็ๅธๅไผ
โ
ๆ ็ญพ
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/acpaa
๐๏ธ Route: /acpaa/:id?/:name?
๐ Parameters:
id
- Optional
- Description: ๆ ็ญพ id๏ผ้ป่ฎคไธบ 1๏ผๅฏๅจๅฏนๅบๆ ็ญพ้กต URL ไธญๆพๅฐ
name
- Optional
- Description: ๆ ็ญพๅ็งฐ๏ผ้ป่ฎคไธบ้่ฆ้็ฅ๏ผๅฏๅจๅฏนๅบๆ ็ญพ้กต URL ไธญๆพๅฐ
๐ Source Code: /acpaa/index.ts
AFL-CIO
โ
Blog
โ
๐ก Example: https://rsshub.app/aflcio/blog
๐๏ธ Route: /aflcio/blog
๐ Source Code: /aflcio/blog.ts
AI ่ดข็ป็คพ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /aicaijing/:category?/:id?
๐ Parameters:
category
- Optional
- Description: N/A
id
- Optional
- Description: N/A
๐ Source Code: /aicaijing/index.ts
Aljazeera
โ
Unknown
โ
Aqara
โ
็คพๅบ
โ
๐ก Example: https://rsshub.app/aqara/community
๐๏ธ Route: /aqara/community/:id?/:keyword?
๐ Parameters:
id
- Optional
- Description: ๅ็ฑป id๏ผๅฏๅจๅฏนๅบๅ็ฑป้กต URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบๅ จ้จ
keyword
- Optional
- Description: ๅ ณ้ฎๅญ๏ผ้ป่ฎคไธบ็ฉบ
๐ Source Code: /aqara/community.ts
Unknown
โ
Unknown
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /aqara/:region/:type?
๐ Parameters:
region
- Required
- Description: N/A
type
- Optional
- Description: N/A
๐ Source Code: /aqara/region.ts
ไธญๅฝๆฑฝ่ฝฆๅทฅไธๅไผ็ป่ฎกไฟกๆฏ็ฝ
โ
ๅ็ฑป
โ
๐ก Missing Test
๐ก Example: https://rsshub.app/auto-stats
๐๏ธ Route: /auto-stats/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบไฟกๆฏๅฟซ้
๐ Source Code: /auto-stats/index.ts
ไฟกๆฏๅฟซ้ | ๅทฅไฝๅจๆ | ไธ้ขๅๆ |
---|---|---|
xxkd | gzdt | ztfx |
Bad.news
โ
Unknown
โ
ๅไบฌๅธ็งๅญฆๆๆฏๅไผ
โ
Unknown
โ
biodiscover.com ็็ฉๆข็ดข
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /biodiscover/:channel?
๐ Parameters:
channel
- Optional
- Description: N/A
๐ Source Code: /biodiscover/index.ts
็ฌ่ถฃ้
โ
TIP
ๆญคๅค็ ็ฌ่ถฃ้ ๆ็ฝ็ปไธไฝฟ็จๅ ็ฌ่ถฃ้ ๆ ทๅผ็ธไผผๆจกๆฟ็ๅฐ่ฏด้ ่ฏป็ฝ็ซ๏ผๅ ๆฌไฝไธ้ไบไธๆนๅไธพ็็ฝๅใ
็ฝๅ | ๅ็งฐ |
---|---|
https://www.xbiquwx.la | ็ฌๅฐไธญๆ |
http://www.biqu5200.net | ็ฌ่ถฃ้ |
https://www.xbiquge.so | ็ฌ่ถฃ้ |
https://www.biqugeu.net | ้กถ็นๅฐ่ฏด็ฝ |
http://www.b520.cc | ็ฌ่ถฃ้ |
https://www.ahfgb.com | ็ฌ่ถฃ้ธฝ |
https://www.ibiquge.la | ้ฆไนฆๅฐ่ฏด |
https://www.biquge.tv | ็ฌ่ถฃ้ |
https://www.bswtan.com | ็ฌไนฆ็ฝ |
https://www.biquge.co | ็ฌ่ถฃ้ |
https://www.bqzhh.com | ็ฌ่ถฃ้ |
http://www.biqugse.com | ็ฌ่ถฃ้ |
https://www.ibiquge.info | ็ฑ็ฌๆฅผ |
https://www.ishuquge.com | ไนฆ่ถฃ้ |
https://www.mayiwxw.com | ่่ๆๅญฆ |
Unknown
โ
ui.dev
โ
Unknown
โ
ไธญๅฝๆฑฝ่ฝฆๅทฅไธๅไผ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /caam/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /caam/index.ts
็บชๅฆ
โ
Unknown
โ
ไธญๅฝ้ถ่กไฟ้ฉ็็ฃ็ฎก็ๅงๅไผ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /cbirc/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /cbirc/index.ts
็ฌฌไธ่ดข็ปๆๅฟ
โ
Unknown
โ
ไธญๅฝๅ
ๅคง้ถ่ก
โ
Unknown
โ
๐ก Example: https://rsshub.app/cebbank/quotation/all
๐๏ธ Route: /cebbank/quotation/all
๐ Source Code: /cebbank/all.ts
ๅคๆฑ็ไปท
โ
๐ก Example: https://rsshub.app/cebbank/quotation/history/usd
๐๏ธ Route: /cebbank/quotation/history/:type
๐ Parameters:
type
- Required
- Description: ่ดงๅธ็็ผฉๅ๏ผ่งไธ่กจ
๐ Source Code: /cebbank/history.ts
ๆป่ง โ
ๅๅฒ็ไปท โ
็พๅ | ่ฑ้ | ๆธฏๅธ | ็ๅฃซๆณ้ | ็ๅ ธๅ ้ | ไธน้บฆๅ ้ | ๆชๅจๅ ้ | ๆฅๅ | ๅ ๆฟๅคงๅ | ๆพณๅคงๅฉไบๅ | ๆฐๅ ๅกๅ | ๆฌงๅ | ๆพณ้จๅ | ๆณฐๅฝ้ข | ๆฐ่ฅฟๅ ฐๅ | ้ฉๅ |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
usd | gbp | hkd | chf | sek | dkk | nok | jpy | cad | aud | sgd | eur | mop | thb | nzd | krw |
ไธญๅฝๆ่ดงๅธๅบ็ๆงไธญๅฟ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /cfmmc/:id{.+}?
๐ Parameters:
id{.}
- Optional
- Description: N/A
๐ Source Code: /cfmmc/index.ts
ๆๆฎ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /chinafactcheck/
๐ Source Code: /chinafactcheck/index.ts
ไธญๅฝๆฐ้ป็ฝ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /chinanews/
๐ Source Code: /chinanews/index.ts
ไธญๅฝๅ
ดไธ้ถ่ก
โ
ๅคๆฑ็ไปท
โ
๐ก Example: https://rsshub.app/cib/whpj/xh?filter_title=USD
๐๏ธ Route: /cib/whpj/:format?
๐ Parameters:
format
- Optional
- Description: ่พๅบ็ๆ ้ขๆ ผๅผ๏ผ้ป่ฎคไธบๆ ้ข + ๆๆไปทๆ ผใ็ญๆ ผๅผไป ๅ ๅซ่ดงๅธๅ็งฐใ
๐ Source Code: /cib/whpj.ts
็ญๆ ผๅผ | ็ฐๆฑไนฐๅ | ็ฐ้ไนฐๅ | ็ฐๆฑไนฐๅ ฅ | ็ฐๆฑๅๅบ | ็ฐ้ไนฐๅ ฅ | ็ฐ้ๅๅบ |
---|---|---|---|---|---|---|
short | xh | xc | xhmr | xhmc | xcmr | xcmc |
ClickMe
โ
ๆ็ซ
โ
๐ก Example: https://rsshub.app/clickme/default/category/beauty
๐๏ธ Route: /clickme/:site/:grouping/:name
๐ Parameters:
site
- Required
- Description: ็ซ็น๏ผ
default
ไธบๆฎ้็ซ๏ผr18
ไธบๆไบบ็ซ๏ผๅ ถๅฎๅผ้ป่ฎคไธบๆฎ้็ซ
grouping
- Required
- Description: ๅ็ปๆนๅผ๏ผ
category
ไธบๅ็ฑป๏ผtag
ไธบๆ ็ญพ๏ผๅ ถไปๅผ้ป่ฎคไธบๅ็ฑป
name
- Required
- Description: ๅ็ฑปๅๆๆ ็ญพๅ๏ผๅ็ฑปๅไธบ่ฑๆ๏ผๅฏไปฅๅจๅ็ฑป URL ไธญๆพๅฐ
๐ Source Code: /clickme/index.ts
ๅๆนๆธ
้ฃ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /cnjxol/:category?/:id?
๐ Parameters:
category
- Optional
- Description: N/A
id
- Optional
- Description: N/A
๐ Source Code: /cnjxol/index.ts
CuriousCat
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /curiouscat/user/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /curiouscat/user.ts
Darwin Awards
โ
Award Winners
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/darwinawards
๐๏ธ Route: /darwinawards/
๐ Source Code: /darwinawards/index.ts
Deadline
โ
Unknown
โ
ไธ่ๆ็ ็ฝ
โ
Unknown
โ
Discuz
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /discuz/:ver{[7x]}/:cid{[0-9]{2}}/:link{.+},/:ver{[7x]}/:link{.+},/:link{.+}
๐ Parameters:
ver{[7x]}
- Required
- Description: N/A
cid{[0-9]{2}}
- Required
- Description: N/A
link{.}
- Required
- Description: N/A
๐ Source Code: /discuz/discuz.ts
Distill
โ
Unknown
โ
DL NEWS
โ
Latest News
โ
๐ก Example: https://rsshub.app/dlnews/people-culture
๐๏ธ Route: /dlnews/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /dlnews/category.ts
ๅคง่ฟ็ๅทฅๅคงๅญฆ
โ
Unknown
โ
่ฝปๆพๆธธ็ง-่ฟ็จๅทฅไฝ่้ๅฐ
โ
่ฟ็จๅทฅไฝๅ่กจ
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/easynomad
๐๏ธ Route: /easynomad/
๐ Source Code: /easynomad/joblist.ts
ELSEVIER
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /elsevier/:journal/vol/:issue,/:journal/:issue
๐ Parameters:
journal
- Required
- Description: N/A
issue
- Required
- Description: N/A
๐ Source Code: /elsevier/issue.ts
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /elsevier/:journal/latest,/:journal
๐ Parameters:
journal
- Required
- Description: N/A
๐ Source Code: /elsevier/journal.ts
U.S. Food and Drug Administration
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /fda/cdrh/:titleOnly?
๐ Parameters:
titleOnly
- Optional
- Description: N/A
๐ Source Code: /fda/cdrh.ts
Mozilla
โ
Firefox Monitor
โ
๐ก Example: https://rsshub.app/firefox/breaches
๐๏ธ Route: /firefox/breaches
๐ Source Code: /firefox/breaches.ts
Fisher Spb
โ
News
โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/fisher-spb/news
๐๏ธ Route: /fisher-spb/news
๐ Source Code: /fisher-spb/news.ts
fish shell
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /fishshell/
๐ Source Code: /fishshell/index.ts
GameApps.hk ้ฆๆธฏๆๆบๆธธๆ็ฝ
โ
ๆๆฐๆถๆฏ
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gameapps
๐๏ธ Route: /gameapps/
๐ Source Code: /gameapps/index.ts
ๅนฟไธ็้ฃๅ่ฏๅๅฎก่ฏ่ฎค่ฏๆๆฏๅไผ
โ
ๆ ็ฎ
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/gdsrx
๐๏ธ Route: /gdsrx/:id?
๐ Parameters:
id
- Optional
- Description: ๆ ็ฎ id๏ผๅฏๅจๅฏนๅบๆ ็ฎ้กต URL ไธญๆพๅฐ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆณ่งๆๅบ
๐ Source Code: /gdsrx/index.ts
ๆ ็ฎๅ็งฐ | ๆ ็ฎ id |
---|---|
ๆณ่งๆๅบ | 10 |
ๆณ่ง่ต่ฎฏ | 12 |
ไธๅฎถไพ็จฟ | 13 |
ๅไผๅจๆ ไผๅๅจๆ | 20 |
ๅไผๅจๆ | 37 |
ๅไผ้็ฅๅ ฌๅ | 38 |
ไผๅๅจๆ | 39 |
ๅนฟไธๅทฅไธๅคงๅญฆ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /gdut/oa_news/:type?
๐ Parameters:
type
- Optional
- Description: N/A
๐ Source Code: /gdut/oa-news.ts
Genossenschaften.immo
โ
Search engine for Genossenschaft housing in Austria
Immobiliensuche
โ
Note that all parameters are optional and many can be specified multiple times (e.g. district=wien-1-innere-stadt&district=wien-2-leopoldstadt
).
Only returns the first page of search results, allowing you to keep track of newly added apartments. If you're looking for an apartment, make sure to also look through the other pages on the website.
TIP
To get your query URL, go to https://genossenschaften.immo and apply all desired filters. If you want to filter by (all districts of a) federal state (e.g. /immobilien/regionen/wien/
), please open the district selector and de- and re-select any district, so that the region in the URL gets replaced with a number of district
parameters. Once you've set up all desired filters, copy the part of the URL after the ?
.
่ถจๅข็งๆ้ฒ่ฉ้ไบบ
โ
Unknown
โ
็ฏ็ๆณๅพ่ฏ่ฎบ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /globallawreview/
๐ Source Code: /globallawreview/index.ts
Grub Street
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /grubstreet/
๐ Source Code: /grubstreet/index.ts
่งๆตทๆฐ้ป
โ
Unknown
โ
HACKER TALK ้ปๅฎข่ฏด
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /hackertalk/
๐ Source Code: /hackertalk/index.ts
HackYourNews
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /hackyournews/
๐ Source Code: /hackyournews/index.ts
HKJunkCall ่ณ่จไธญๅฟ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /hkjunkcall/
๐ Source Code: /hkjunkcall/index.ts
IELTS ้
ๆ
โ
Unknown
โ
ไบบไบบ้ฝๆฏ่ชๅชไฝ
โ
Unknown
โ
้ฝ้ฒ็ฝ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /iqilu/v/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /iqilu/program.ts
Japanpost
โ
Track & Trace Service
โ
๐ก Example: https://rsshub.app/japanpost/track/EJ123456789JP/en
๐๏ธ Route: /japanpost/track/:reqCode/:locale?
๐ Parameters:
reqCode
- Required
- Description: Package Number
locale
- Optional
- Description: Language, default to japanese
ja
๐ Source Code: /japanpost/router.ts
Japanese | English |
---|---|
ja | en |
ไบคๆตๅฒ่ตๆบ็ฝ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /jiaoliudao/
๐ Source Code: /jiaoliudao/index.ts
็ฒพ็ไผฐ
โ
่ต่ฎฏ
โ
๐ก Example: https://rsshub.app/jingzhengu/news
๐๏ธ Route: /jingzhengu/news
๐ Source Code: /jingzhengu/news.ts
jseea
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /jseea/news/:type?
๐ Parameters:
type
- Optional
- Description: N/A
๐ Source Code: /jseea/news.ts
Kantar Worldpanel
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /kantarworldpanel/:region?/:category{.+}?
๐ Parameters:
region
- Optional
- Description: N/A
category{.}
- Optional
- Description: N/A
๐ Source Code: /kantarworldpanel/index.ts
่ดๅฃณ็ ็ฉถ้ข
โ
็ ็ฉถๆๆ
โ
๐ก Example: https://rsshub.app/ke/researchResults
๐๏ธ Route: /ke/researchResults
๐ Source Code: /ke/results.ts
KeePass
โ
Unknown
โ
ๅฟซ้ 100
โ
ๅฟซ้่ฎขๅ่ฟฝ่ธช
โ
๐ก Example: https://rsshub.app/kuaidi100/track/shunfeng/SF1007896781640/0383
๐๏ธ Route: /kuaidi100/track/:number/:id/:phone?
๐ Parameters:
number
- Required
- Description: ๅฟซ้ๅ ฌๅธไปฃๅท
id
- Required
- Description: ่ฎขๅๅท
phone
- Optional
- Description: ๆๆบๅทๅๅไฝ๏ผไป ้กบไธฐ๏ผ
๐ Source Code: /kuaidi100/index.ts
ๅฟซ้ๅ ฌๅธไปฃๅทๅฆๆไธ่ฝ็กฎๅฎ๏ผๅฏ้่ฟไธๆนๅฟซ้ๅ่กจ่ทๅพใ
WARNING
- ๆ้ ้พๆฅๅ่ฏท็กฎ่ฎคๆๆๅๆฐๆญฃ็กฎ๏ผ้่ฏฏ
ๅฟซ้ๅ ฌๅธ - ่ฎขๅๅท
็ปๅๅฐไผ็ผๅญไฟกๆฏไธๅฐๆฎตๆถ้ด้ฒๆญขไบง็ๆ ็จๆฅ่ฏข - ๆญฃๅธธๆฅ่ฏข็่ฎขๅๅจๆช็ญพๆถ็ถๆไธไธไผ่ขซ็ผๅญ๏ผ่ฏทๆงๅถๆฅ่ฏข้ข็
- ่ฎขๅๅฎๆๅ่ฏทๅฐฝๅฟซๅๆถ่ฎข้ ๏ผ้ฟๅ ่ตๆบๆตช่ดน
ๆฏๆ็ๅฟซ้ๅ
ฌๅธๅ่กจ
โ
๐ก Example: https://rsshub.app/kuaidi100/company
๐๏ธ Route: /kuaidi100/company
๐ Source Code: /kuaidi100/supported-company.ts
Layoffs.fyi
โ
Unknown
โ
่ฝปไนๅฝๅบฆ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /lightnovel/:keywords/:security_key?
๐ Parameters:
keywords
- Required
- Description: N/A
security_key
- Optional
- Description: N/A
๐ Source Code: /lightnovel/light-novel.ts
Link3
โ
Link3 Events
โ
๐ก Example: https://rsshub.app/link3/events
๐๏ธ Route: /link3/events
๐ Source Code: /link3/events.ts
Link3 Profile
โ
๐ก Example: https://rsshub.app/link3/profile/synfutures_defi
๐๏ธ Route: /link3/profile/:handle
๐ Parameters:
handle
- Required
- Description: Profile handle
๐ Source Code: /link3/profile.ts
LinkedIn
โ
Jobs
โ
๐ก Example: https://rsshub.app/linkedin/cn/jobs/Software
๐๏ธ Route: /linkedin/cn/jobs/:keywords?
๐ Parameters:
keywords
- Optional
- Description: ๆ็ดขๅ ณ้ฎๅญ
๐ Source Code: /linkedin/cn/index.ts
ๅฆๅค๏ผๅฏไปฅ้่ฟๆทปๅ ้ขๅค็ไปฅไธ query ๅๆฐๆฅ่พๅบๆปก่ถณ็นๅฎ่ฆๆฑ็ๅทฅไฝ่ไฝ๏ผ
ๅๆฐ | ๆ่ฟฐ | ไธพไพ | ้ป่ฎคๅผ |
---|---|---|---|
geo | geo ็ผ็ | 102890883๏ผไธญๅฝ๏ผใ102772228๏ผไธๆตท๏ผใ103873152๏ผๅไบฌ๏ผ | ็ฉบ |
remote | ๆฏๅฆๅชๆพ็คบ่ฟ็จๅทฅไฝ | true/false | false |
location | ๅทฅไฝๅฐ็น | china/shanghai/beijing | ็ฉบ |
relevant | ๆๅบๆนๅผ (true: ๆ็ธๅ ณๆงๆๅบ๏ผfalse๏ผ ๆๆฅๆๆๅบ) | true/false | false |
period | ๅๅธๆถ้ด | 1/7/30 | ็ฉบ |
ไพๅฆ๏ผ /linkedin/cn/jobs/Software?location=shanghai&period=1
: ๆฅๆพๆๆๅจไธๆตท็ไปๆฅๅๅธ็ๆๆ Software ๅทฅไฝ
ไธบไบๆนไพฟ่ตท่ง๏ผๅปบ่ฎฎๆจๅจ LinkedIn.cn ไธ่ฟ่กๆ็ดข๏ผๅนถไฝฟ็จ RSSHub Radar ๅ ่ฝฝ็นๅฎ็ feedใ
้พ็ฉบ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /lkong/forum/:id?/:digest?
๐ Parameters:
id
- Optional
- Description: N/A
digest
- Optional
- Description: N/A
๐ Source Code: /lkong/forum.ts
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /lkong/thread/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /lkong/thread.ts
LogoNews ๆ ๅฟๆ
ๆฅๅฑ
โ
Unknown
โ
ๅฆ ไธญๅฝ - ๆ ๅฟๆ
ๆฅๅฑ ็ URL ไธบ https://www.logonews.cn/tag/china
๏ผๅฏๅพ่ทฏ็ฑไธบ /logonews/tag/china
ใ
ๅๆ็ฝ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /m4/:id?/:category{.+}?
๐ Parameters:
id
- Optional
- Description: N/A
category{.}
- Optional
- Description: N/A
๐ Source Code: /m4/index.ts
ไธญๅฝ็ไธญๅค
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /medieval-china/
๐ Source Code: /medieval-china/post.ts
Metacritic
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /metacritic/:type?/:sort?/:filter?
๐ Parameters:
type
- Optional
- Description: N/A
sort
- Optional
- Description: N/A
filter
- Optional
- Description: N/A
๐ Source Code: /metacritic/index.ts
The Metropolitan Museum of Art
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /metmuseum/exhibitions/:state?
๐ Parameters:
state
- Optional
- Description: N/A
๐ Source Code: /metmuseum/exhibitions.ts
MiniFlux
โ
Feed entry
โ
๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/miniflux/feeds=1&2&3/mark=read&limit=7&status=unread
๐๏ธ Route: /miniflux/entry/:feeds/:parameters?
๐ Parameters:
feeds
- Required
- Description: Subscribe source ID or get all.
parameters
- Optional
- Description: Filter and set parameters, use
&
to connect multiple.
โ๏ธ Deployment Configs:
MINIFLUX_INSTANCE
, required - The instance used by the user, by default, is the official MiniFlux paid service addressMINIFLUX_TOKEN
, required - User's API key, please log in to the instance used and go toSettings
->API Key
->Create a new API key
to obtain.
๐ Source Code: /miniflux/entry.ts
- Support to get all content: You can obtain the content of all subscription sources by using keywords such as
/miniflux/all
or/miniflux/default
. - Support to get the subscription content of a specific subscription source by its ID. Please obtain the subscription source ID on the page where it is located under
Sources
(shortcut keysg
f
). The URL for each category (or subscription source) displays its ID information. There are several format options available:- Support
/miniflux/feed=[feed_id]
, please replace[feed_id]
with the actual ID of the subscribed feed (note that it should be just a number without brackets). - Support subscribing to multiple feeds using
/miniflux/feed=[feed1_id]&feed=[feed2_id]
or/miniflux/feeds=[feed1_id]&[feed2_id]
. - Additionally, you can use shorthand notation by directly using feed IDs:
/miniflux/[feed1_id]&[feed2_id]
.
- Support
- Further customization options are available based on your needs:
- All parameters/options provided by MiniFlux are supported (link). As noted in their documentation, multiple filtering options should be connected with
&
. Except forstatus
, only the first occurrence of duplicate filter options will be considered. - Specifically, this route defaults to sorting entries from new to old (
direction=desc
). - Moreover, this route supports additional options including:
- Using the
feed_name
parameter to control title formatting; settingfeed_name=1
will display each title as "Article Title | Feed Name," while default is set at0
, showing only article titles. - Utilizing the
mark
parameter to specify actions after fetching subscriptions in RSSHub, such as maintaining unchanged state (unchanged
, default), marking as read (read
), removing (removed
) or marking as unread (unread
). Note that marking as read should not simply be understood as a means for implementing synchronization services; rather, it functions more like an aid for MiniFlux's automatic cleaning feature. - Future support may include utilizing the
link
parameter to control output URLs (this functionality requires corresponding interfaces from MiniFlux). It could involve generating URLs through MiniFlux entity sharing features or original content links. - The output content quantity can be controlled via the 'limit' parameter; although all matching contents are typically outputted by default, it is recommended that users set this parameter.
- Using the
- All parameters/options provided by MiniFlux are supported (link). As noted in their documentation, multiple filtering options should be connected with
Subscriptions
โ
๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/miniflux/subscription/categories=test
๐๏ธ Route: /miniflux/subscription/:parameters?
๐ Parameters:
parameters
- Optional
- Description: Category name or category ID or/and subscription source name or subscription source ID
โ๏ธ Deployment Configs:
MINIFLUX_INSTANCE
, required - The instance used by the user, by default, is the official MiniFlux paid service addressMINIFLUX_TOKEN
, required - User's API key, please log in to the instance used and go toSettings
->API Key
->Create a new API key
to obtain.
๐ Source Code: /miniflux/subscription.ts
- If no specific parameters are specified, all subscription sources will be output by default.
- Please obtain the Category ID or Subscription Source ID on the
Category
(shortcutg
c
) orSource
(shortcutg
f
) page. The URL of each category (or subscription source) will display its ID information. - Support for category names and category IDs, to output multiple categories, please repeat entering
category=
and connect with&
, or directly use English commas between different category names. For example, you can subscribe through/miniflux/subscription/category=technology&category=1
or/miniflux/subscription/categories=technology,1
. - Support specifying the subscription source name or subscription source ID, similar to setting categories. For example, you can subscribe through
/miniflux/subscription/feed=1&feed=Archdaily
or/miniflux/subscription/feeds=1,Archdaily
. - Support simultaneously specifying subscription source information and category information; it will output subscription sources that meet the selected categories' criteria. Consider an example: by using
/miniflux/subscription/feeds=1,archdaily&category=art,7
, if the Subscription Source ID is 1 or the Subscription Source Name is ArchDaily indeed falls under Category 'art' or has a Category ID of 7, then output that subscription source information.
ไธๅๅธ่ๅคงๅญฆ
โ
Unknown
โ
Unknown
โ
Netflav
โ
Unknown
โ
ไธญๅฝๅฝๅฎถๅพไนฆ้ฆ
โ
่ฏป่
ไบๅนณๅฐ
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/nlc/read/็ตๅญๅพไนฆ
๐๏ธ Route: /nlc/read/:type?
๐ Parameters:
type
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ็ตๅญๅพไนฆ
๐ Source Code: /nlc/read.ts
็ตๅญๅพไนฆ | ็ตๅญๆๅ | ็ตๅญ่ฎบๆ | ็ตๅญๆฅ็บธ | ้ณ่ง้ข |
---|
ๆ ๅไธๅฉ | ๅทฅๅ ทไนฆ | ๅฐๅฟ่ตๆบ |
---|
Notion
โ
WARNING
Need to set up Notion integration, please refer to Route-specific Configurations for details.
Recommendation
It is recommended to use with clipping tools such as Notion Web Clipper.
Database
โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/notion/database/a7cc133b68454f138011f1530a13531e
๐๏ธ Route: /notion/database/:databaseId
๐ Parameters:
databaseId
- Required
- Description: Database ID
โ๏ธ Deployment Configs:
NOTION_TOKEN
, required -
๐ Source Code: /notion/database.ts
There is an optional query parameter called properties=
that can be used to customize field mapping. There are three built-in fields: author, pubTime and link, which can be used to add additional information.
For example, if you have set up three properties in your database - "Publish Time", "Author", and "Original Article Link" - then execute the following JavaScript code to get the result for the properties parameter.
encodeURIComponent(JSON.stringify({"pubTime": "Publish Time", "author": "Author", "link": "Original Article Link"}))
There is an optional query parameter called query=
that can be used to customize the search rules for your database, such as custom sorting and filtering rules.
please refer to the Notion API documentation and execute encodeURIComponent(JSON.stringify(custom rules))
to provide the query parameter.
ๅทจ้็ฎๆฐ - ็ฎๆฐๆๆฐ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /oceanengine/index/:keyword/:channel?
๐ Parameters:
keyword
- Required
- Description: N/A
channel
- Optional
- Description: N/A
๐ Source Code: /oceanengine/arithmetic-index.ts
ๆไธๆฏ็็ฅ
โ
Unknown
โ
OpenWrt
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /openwrt/releases/:brand/:model
๐ Parameters:
brand
- Required
- Description: N/A
model
- Required
- Description: N/A
๐ Source Code: /openwrt/releases.ts
oshwhub ็ซๅๅผๆบ็กฌไปถๅนณๅฐ
โ
OpenSource Square
โ
๐ก Example: https://rsshub.app/oshwhub
๐๏ธ Route: /oshwhub/:sortType?
๐ Parameters:
sortType
- Optional
- Description: sortType
๐ Source Code: /oshwhub/explore.ts
Proceedings of The National Academy of Sciences
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /pnas/:topicPath{.+}?
๐ Parameters:
topicPath{.}
- Optional
- Description: N/A
๐ Source Code: /pnas/index.ts
PwC Strategy&
โ
Sustainability
โ
๐ก Example: https://rsshub.app/pwc/strategyand/sustainability
๐๏ธ Route: /pwc/strategyand/sustainability
๐ Source Code: /pwc/sustainability.ts
ๅ็ฏ็ฝ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /qianp/news/:path{.+}?
๐ Parameters:
path{.}
- Optional
- Description: N/A
๐ Source Code: /qianp/news.ts
Rare Historical Photos
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /rarehistoricalphotos/
๐ Source Code: /rarehistoricalphotos/index.ts
ui.dev
โ
Unknown
โ
ResearchGate
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /researchgate/publications/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /researchgate/publications.ts
Resonac
โ
Products
โ
๐ญ Rely on Puppeteer
๐ก Example: https://rsshub.app/resonac/products
๐๏ธ Route: /resonac/products
๐ Source Code: /resonac/products.ts
Routledge
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /routledge/:bookName/book-series/:bookId
๐ Parameters:
bookName
- Required
- Description: N/A
bookId
- Required
- Description: N/A
๐ Source Code: /routledge/book-series.ts
่ท้ๅคง็็ธ
โ
Unknown
โ
Corona Virus Disease 2019
โ
South China Morning Post - China coronavirus outbreak
โ
SecIN ไฟกๆฏๅฎๅ
จๆๆฏ็คพๅบ
โ
Unknown
โ
Shopify
โ
App reviews
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/shopify/apps/flow/reviews
๐๏ธ Route: /shopify/apps/:handle/reviews/:page?
๐ Parameters:
handle
- Required
- Description: ไพๅฆไธไธช App ็้พๆฅ https://apps.shopify.com/flow๏ผๅ ถไธญ flow ๅฐฑๆฏๆ็ๆฏ handle
page
- Optional
- Description: N/A
๐ Source Code: /shopify/apps/[handle].reviews.ts
App store search
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/shopify/apps/search/flow
๐๏ธ Route: /shopify/apps/search/:q
๐ Parameters:
q
- Required
- Description: ้่ฆๆ็ดข็ App
๐ Source Code: /shopify/apps/search.ts
ๆฐดๆๆดพ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /shuiguopai/
๐ Source Code: /shuiguopai/index.ts
ๆๆดฒ็ฝ
โ
Unknown
โ
ๆ็
โ
็น่ฒ LOGO
โ
๐ก Example: https://rsshub.app/sogou/doodles
๐๏ธ Route: /sogou/doodles
๐ Source Code: /sogou/doodles.ts
ๆ็ดข
โ
๐ก Example: https://rsshub.app/sogou/search/rss
๐๏ธ Route: /sogou/search/:keyword
๐ Parameters:
keyword
- Required
- Description: ๆ็ดขๅ ณ้ฎ่ฏ
๐ Source Code: /sogou/search.ts
ไธๆตท็ฌฌไบๅทฅไธๅคงๅญฆ
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /sspu/jwc/:listId
๐ Parameters:
listId
- Required
- Description: N/A
๐ Source Code: /sspu/jwc.ts
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /sspu/pe/:id?
๐ Parameters:
id
- Optional
- Description: N/A
๐ Source Code: /sspu/pe.ts
Stratechery by Ben Thompson
โ
Unknown
โ
Surfshark
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /surfshark/blog/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /surfshark/blog.ts
Sustainability Magazine
โ
Articles
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sustainabilitymag/articles
๐๏ธ Route: /sustainabilitymag/articles
๐ Source Code: /sustainabilitymag/articles.ts
RSSHub Test โ
Test โ
๐ก Missing Test
๐๏ธ Route: /test/:id/:params?
๐ Parameters:
id
- Required
- Description: N/A
params
- Optional
- Description: N/A
๐ Source Code: /test/index.ts
The News Lens ้้ต่ฉ่ซ
โ
Unknown
โ
Transcript Forest
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /transcriptforest/:channel?
๐ Parameters:
channel
- Optional
- Description: N/A
๐ Source Code: /transcriptforest/index.ts
Tribal Football
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /tribalfootball/
๐ Source Code: /tribalfootball/latest.ts
TV Tropes
โ
Featured
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/tvtropes/featured/today
๐๏ธ Route: /tvtropes/featured/:category?
๐ Parameters:
category
- Optional
- Description: Category, see below, Today's Featured Trope by default
๐ Source Code: /tvtropes/featured.ts
Today's Featured Trope | Newest Trope |
---|---|
today | newest |
ๅคชๅๅธ่ๅญฆ้ข
โ
Unknown
โ
UPS
โ
United Parcel Service (UPS) updates, news, and tracking RSS feeds.
Tracking
โ
๐ก Example: https://rsshub.app/ups/track/1Z78R6790470567520
๐๏ธ Route: /ups/track/:trackingNumber
๐ Parameters:
trackingNumber
- Required
- Description: The UPS tracking number (e.g., 1Z78R6790470567520).
๐ Source Code: /ups/track.ts
Panda
โ
Feeds
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/usepanda/feeds/5718e53e7a84fb1901e059cc
๐๏ธ Route: /usepanda/feeds/:id
๐ Parameters:
id
- Required
- Description: Feed ID
๐ Source Code: /usepanda/index.ts
Channel | feedId |
---|---|
Github | 5718e53e7a84fb1901e059cc |
v1tx
โ
Unknown
โ
V2rayShare
โ
Unknown
โ
WallpaperHub
โ
Unknown
โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /wallpaperhub/
๐ Source Code: /wallpaperhub/index.ts
Web3Caff
โ
Unknown
โ
ๆฐๅๆๅจๅ
โ
ๆๆฐๆ็ซ
โ
๐ก Example: https://rsshub.app/weekendhk
๐๏ธ Route: /weekendhk/
๐ Source Code: /weekendhk/posts.ts
WFDF
โ
News
โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/wfdf/news
๐๏ธ Route: /wfdf/news
๐ Source Code: /wfdf/news.ts
World Meteorological Centre Beijing
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /wmc-bj/publish/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /wmc-bj/publish.ts
wohnnet.at
โ
Austrian search engine for real estate
Immobiliensuche
โ
๐ข Passed Test
๐ก Example: https://rsshub.app/wohnnet/mietwohnungen/wien/unterregionen=g90101--g90201--g90301--g90401--g90501&flaeche=40&preis=-1000
๐๏ธ Route: /wohnnet/:category/:region/*
๐ Parameters:
category
- Required
- Description: Category (
mietwohnungen
,eigentumswohnungen
,grundstuecke
, โฆ)
region
- Required
- Description: Region (
wien
,oesterreich
, โฆ)
๐ Source Code: /wohnnet/index.ts
Only returns the first page of search results, allowing you to keep track of newly added apartments. If you're looking for an apartment, make sure to also look through the other pages on the website.
TIP
Note that the parameter &sortierung=neueste-zuerst
for chronological order is automatically appended.
TIP
To get your query URL, go to https://www.wohnnet.at/immobilien/suche, apply all desired filters (but at least a category and a region!) and click the "โฆ Treffer anzeigen" link. From the resulting URL, cut off the https://www.wohnnet.at/immobilien/
part at the beginning and replace only the ?
(the &
s stay as is!) after the region name with a /
.
Examples:
https://www.wohnnet.at/immobilien/mietwohnungen/wien
- โ
/wohnnet/mietwohnungen/wien
- โ
https://www.wohnnet.at/immobilien/mietwohnungen/wien?unterregionen=g90101
- โ
/wohnnet/mietwohnungen/wien/unterregionen=g90101
- โ
https://www.wohnnet.at/immobilien/mietwohnungen/wien?unterregionen=g90101&merkmale=balkon
- โ
/wohnnet/mietwohnungen/wien/unterregionen=g90101&merkmale=balkon
- โ
ๆธฉๅทๅคงๅญฆ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /wzu/news/:type?
๐ Parameters:
type
- Optional
- Description: N/A
๐ Source Code: /wzu/news.ts
ๅฆ้จ็ๅทฅๅคงๅญฆ
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /xmut/jwc/bkjw/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /xmut/jwc/bkjw.ts
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /xmut/jwc/yjjw/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /xmut/jwc/yjs.ts
้ฟๆฑๅคงๅญฆ
โ
Unknown
โ
ๆตๆฑ็ๅๅฐไฝฟ็จๆ็ฝไธไบคๆ็ณป็ป
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /zjgtjy/:type?
๐ Parameters:
type
- Optional
- Description: N/A
๐ Source Code: /zjgtjy/index.ts