shopping
0818 团
分类
💡 Example: https://rsshub.app/0818tuan
🛎️ Route: /0818tuan/:listId?
🔗 Parameters:
listId
, optional - 活动分类,见下表,默认为1
🐙 Source Code: /0818tuan/index.ts
最新线报 | 实测活动 | 优惠券 |
---|---|---|
1 | 2 | 3 |
Arcteryx
New Arrivals
🚨 Strict anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/arcteryx/new-arrivals/us/mens
🛎️ Route: /arcteryx/new-arrivals/:country/:gender
🔗 Parameters:
country
, required - countrygender
, required - gender
🐙 Source Code: /arcteryx/new-arrivals.ts
Country
United States | Canada | United Kingdom |
---|---|---|
us | ca | gb |
gender
male | female |
---|---|
mens | womens |
Parameter country
can be found within the url of Arcteryx
website.
Outlet
🚨 Strict anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/arcteryx/outlet/us/mens
🛎️ Route: /arcteryx/outlet/:country/:gender
🔗 Parameters:
country
, required - countrygender
, required - gender
🐙 Source Code: /arcteryx/outlet.ts
Country
United States | Canada | United Kingdom |
---|---|---|
us | ca | gb |
gender
male | female |
---|---|
mens | womens |
Parameter country
can be found within the url of Arcteryx
website.
Regear New Arrivals
💡 Example: https://rsshub.app/arcteryx/regear/new-arrivals
🛎️ Route: /arcteryx/regear/new-arrivals
🐙 Source Code: /arcteryx/regear-new-arrivals.ts
Bellroy
New Releases
💡 Example: https://rsshub.app/bellroy/new-releases
🛎️ Route: /bellroy/new-releases
🐙 Source Code: /bellroy/new-releases.ts
Furstar
画师列表
💡 Example: https://rsshub.app/furstar/artists/cn
🛎️ Route: /furstar/artists/:lang?
🔗 Parameters:
lang
, optional - 语言, 留空为jp, 支持cn, en
🐙 Source Code: /furstar/artists.ts