๐ฌ ็งๅญฆๆๅ โ
American Economic Association
โ
Journal
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aeaweb/aer
๐๏ธ Route: /aeaweb/:id
๐ Parameters:
id
, required - Journal id, can be found in URL
๐ Source Code: /aeaweb/index.ts
The URL of the journal American Economic Review is https://www.aeaweb.org/journals/aer
, where aer
is the id of the journal, so the route for this journal is /aeaweb/aer
.
TIP
More jounals can be found in AEA Journals.
American Institute of Physics
โ
Journal
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aip/aapt/ajp
๐๏ธ Route: /aip/:pub/:jrn
๐ Parameters:
pub
, required - Publisher idjrn
, required - Journal id
๐ Source Code: /aip/journal.ts
Refer to the URL format pubs.aip.org/:pub/:jrn
TIP
More jounals can be found in AIP Publications.
Annual Reviews
โ
Journal
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/annualreviews/anchem
๐๏ธ Route: /annualreviews/:id
๐ Parameters:
id
, required - Journal id, can be found in URL
๐ Source Code: /annualreviews/index.ts
The URL of the journal Annual Review of Analytical Chemistry is https://www.annualreviews.org/journal/anchem
, where anchem
is the id of the journal, so the route for this journal is /annualreviews/anchem
.
TIP
More jounals can be found in Browse Journals.
ACM Special Interest Group on Security Audit and Control
โ
The ACM Conference on Computer and Communications Security
โ
๐ก Example: https://rsshub.app/sigsac/ccs
๐๏ธ Route: /sigsac/ccs
๐ Source Code: /sigsac/ccs.ts
Return results from 2020
BioOne
โ
Featured articles
โ
๐ก Example: https://rsshub.app/bioone/featured
๐๏ธ Route: /bioone/featured
๐ Source Code: /bioone/featured.ts
Journals
โ
๐ก Example: https://rsshub.app/bioone/journals/acta-chiropterologica
๐๏ธ Route: /bioone/journals/:journal?
๐ Parameters:
journal
, required - Journals, can be found in URL
๐ Source Code: /bioone/journal.ts
caa.reviews
โ
Book Reviews
โ
๐ก Example: https://rsshub.app/caareviews/book
๐๏ธ Route: /caareviews/book
๐ Source Code: /caareviews/book.ts
Essays
โ
๐ก Example: https://rsshub.app/caareviews/essay
๐๏ธ Route: /caareviews/essay
๐ Source Code: /caareviews/essay.ts
Exhibition Reviews
โ
๐ก Example: https://rsshub.app/caareviews/exhibition
๐๏ธ Route: /caareviews/exhibition
๐ Source Code: /caareviews/exhibition.ts
Google
โ
Author Citations
โ
๐ก Example: https://rsshub.app/google/citations/mlmE4JMAAAAJ
๐๏ธ Route: /google/citations/:id
๐ Parameters:
id
, required - N
๐ Source Code: /google/citations.ts
The parameter id in the route is the id in the URL of the user's Google Scholar reference page, for example https://scholar.google.com/citations?user=mlmE4JMAAAAJ
to mlmE4JMAAAAJ
.
Query parameters are also supported here, for example https://scholar.google.com/citations?user=mlmE4JMAAAAJ&sortby=pubdate
to mlmE4JMAAAAJ&sortby=pubdate
. Please make sure that the user id (mlmE4JMAAAAJ
in this case) should be the first parameter in the query string.
Keywords Monitoring
โ
๐ก Example: https://rsshub.app/google/scholar/data+visualization
๐๏ธ Route: /google/scholar/:query
๐ Parameters:
query
, required - query statement which supportsใBasicใandใAdvancedใmodes
๐ Source Code: /google/scholar.ts
WARNING
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
Basic mode, sample query is the keywords desired, eg.ใdata visualizationใ, https://rsshub.app/google/scholar/data+visualization.
Advanced mode, visit Google Scholar, click the top left corner and selectใAdvanced Searchใ, fill in your conditions and submit the search. The URL should look like this: https://scholar.google.com/scholar?as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5, copy everything after
https://scholar.google.com/scholar?
from the URL and use it as the query for this route. The complete URL for the above example should look like this: https://rsshub.app/google/scholar/as_q=data+visualization&as_epq=&as_oq=&as_eq=&as_occt=any&as_sauthors=&as_publication=&as_ylo=2018&as_yhi=&hl=en&as_sdt=0%2C5.
IEEE Xplore
โ
Early Access Journal
โ
๐ก Example: https://rsshub.app/ieee/journal/5306045/earlyaccess
๐๏ธ Route: /ieee/journal/:journal/earlyaccess/:sortType?
๐ Parameters:
journal
, required - Issue code, the number of the <code>isnumber</code> in the URLsortType
, required - Sort Type, default: <code>vol-only-seq</code>, the part of the URL after <code>sortType</code>
๐ Source Code: /ieee/earlyaccess.ts
Unknown
โ
๐๏ธ Route: /ieee/:journal/latest/vol/:sortType?,/journal/:journal/:sortType?
๐ Source Code: /ieee/journal.ts
Unknown
โ
๐๏ธ Route: /ieee/:journal/latest/vol/:sortType?,/journal/:journal/:sortType?
๐ Source Code: /ieee/journal.ts
Unknown
โ
๐๏ธ Route: /ieee/:journal/latest/date/:sortType?,/journal/:journal/recent/:sortType?
๐ Source Code: /ieee/recent.ts
Unknown
โ
๐๏ธ Route: /ieee/:journal/latest/date/:sortType?,/journal/:journal/recent/:sortType?
๐ Source Code: /ieee/recent.ts
IEEE Computer Society
โ
IEEE Symposium on Security and Privacy
โ
๐ก Example: https://rsshub.app/ieee-security/security-privacy
๐๏ธ Route: /ieee-security/security-privacy
๐ Source Code: /ieee-security/sp.ts
Return results from 2020
INFORMS
โ
Category
โ
๐ก Example: https://rsshub.app/informs/mnsc
๐๏ธ Route: /informs/:category?
๐ Parameters:
category
, required - Category, can be found in the url of the page, <code>orsc</code> by default
๐ Source Code: /informs/index.ts
MDPI
โ
Journal
โ
๐ก Example: https://rsshub.app/mdpi/analytica
๐๏ธ Route: /mdpi/:journal
๐ Parameters:
journal
, required - Journal Name, get it from the journal homepage
๐ Source Code: /mdpi/journal.ts
Nature Journal
โ
TIP
You can get all short name of a journal from https://www.nature.com/siteindex or Journal List.
Cover Story
โ
๐ก Example: https://rsshub.app/nature/cover
๐๏ธ Route: /nature/cover
๐ Source Code: /nature/cover.ts
Subscribe to the cover images of the Nature journals, and get the latest publication updates in time.
Journal List
โ
๐ก Example: https://rsshub.app/nature/siteindex
๐๏ธ Route: /nature/siteindex
๐ Source Code: /nature/siteindex.ts
Latest Research
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/research/ng
๐๏ธ Route: /nature/research/:journal?
๐ Parameters:
journal
, required - short name for a journal, <code>nature</code> by default
๐ Source Code: /nature/research.ts
:journal | Full Name of the Journal | Route |
---|---|---|
nature | Nature | /nature/research/nature |
nbt | Nature Biotechnology | /nature/research/nbt |
neuro | Nature Neuroscience | /nature/research/neuro |
ng | Nature Genetics | /nature/research/ng |
ni | Nature Immunology | /nature/research/ni |
nmeth | Nature Method | /nature/research/nmeth |
nchem | Nature Chemistry | /nature/research/nchem |
nmat | Nature Materials | /nature/research/nmat |
natmachintell | Nature Machine Intelligence | /nature/research/natmachintell |
- Using router (
/nature/research/
+ "short name for a journal") to query latest research paper for a certain journal of Nature Publishing Group. If the:journal
parameter is blank, then latest research of Nature will return. - The journals from NPG are run by different group of people, and the website of may not be consitent for all the journals
- Only abstract is rendered in some researches
Nature News
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/news
๐๏ธ Route: /nature/news
๐ Source Code: /nature/news.ts
Research Highlight
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/highlight
๐๏ธ Route: /nature/highlight/:journal?
๐ Parameters:
journal
, required - short name for a journal, <code>nature</code> by default
๐ Source Code: /nature/highlight.ts
WARNING
Only some journals are supported.
Unknown
โ
๐๏ธ Route: /nature/news-and-comment/:journal?
๐ Parameters:
journal
, required -
๐ Source Code: /nature/news-and-comment.ts
National Bureau of Economic Research
โ
All Papers
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/papers
๐๏ธ Route: /nber/papers,/news
๐ Source Code: /nber/index.ts
Papers that are published in this week.
All Papers
โ
๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/papers
๐๏ธ Route: /nber/papers,/news
๐ Source Code: /nber/index.ts
Papers that are published in this week.
Network and Distributed System Security (NDSS) Symposium
โ
Accepted papers
โ
๐ก Example: https://rsshub.app/ndss-symposium/ndss
๐๏ธ Route: /ndss-symposium/ndss
๐ Source Code: /ndss-symposium/ndss.ts
Return results from 2020
Oxford University Press
โ
Oxford Academic
โ
๐จ Strict anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/oup/journals/adaptation
๐๏ธ Route: /oup/journals/:name
๐ Parameters:
name
, required - short name for a journal, can be found in URL
๐ Source Code: /oup/index.ts
Journal โ
Royal Society of Chemistry
โ
Journal
โ
๐ก Example: https://rsshub.app/rsc/journal/ta
๐๏ธ Route: /rsc/journal/:id/:category?
๐ Parameters:
id
, required - Journal id, can be found in URLcategory
, required - Category, see below, All Recent Articles by default
๐ Source Code: /rsc/journal.ts
TIP
All journals at Current journals
All Recent Articles | Advance Articles |
---|---|
allrecentarticles | advancearticles |
Science Magazine
โ
Blogs
โ
๐จ Strict anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/blogs/pipeline
๐๏ธ Route: /science/blogs/:name?
๐ Parameters:
name
, required - Short name for the blog, get this from the url. Defaults to pipeline
๐ Source Code: /science/blogs.ts
To subscribe to IN THE PIPELINE by Derek Loweโs or the science editor's blog, use the name parameter pipeline
or editors-blog
.
Cover Story
โ
๐จ Strict anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/science/cover
๐๏ธ Route: /science/cover
๐ Source Code: /science/cover.ts
Subscribe to the cover images of Science journals, and get the latest publication updates in time.
Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics', 'Science Signaling' and 'Science Translational Medicine'.
Current Issue
โ
๐จ Strict anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/current/science
๐๏ธ Route: /science/current/:journal?
๐ Parameters:
journal
, required - Short name for a journal
๐ Source Code: /science/current.ts
Short name | Full name of the journal | Route |
---|---|---|
science | Science | /science/current/science |
sciadv | Science Advances | /science/current/sciadv |
sciimmunol | Science Immunology | /science/current/sciimmunol |
scirobotics | Science Robotics | /science/current/scirobotics |
signaling | Science Signaling | /science/current/signaling |
stm | Science Translational Medicine | /science/current/stm |
- Using route (
/science/current/
+ "short name for a journal") to get current issue of a journal from AAAS. - Leaving it empty (
/science/current
) to get update from Science.
First Release
โ
๐จ Strict anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/early
๐๏ธ Route: /science/early/:journal?
๐ Parameters:
journal
, required - Short name for a journal
๐ Source Code: /science/early.ts
only Science, Science Immunology and Science Translational Medicine have first release
ScienceDirect
โ
Journal
โ
๐ก Example: https://rsshub.app/sciencedirect/journal/research-policy
๐๏ธ Route: /sciencedirect/journal/:id
๐ Parameters:
id
, required - Journal id, can be found in URL
๐ Source Code: /sciencedirect/journal.ts
Springer
โ
Journal
โ
๐ก Example: https://rsshub.app/springer/journal/10450
๐๏ธ Route: /springer/journal/:journal
๐ Parameters:
journal
, required - Journal Code, the number in the URL from the journal homepage
๐ Source Code: /springer/journal.ts
Telecompaper
โ
News
โ
๐ก Example: https://rsshub.app/telecompaper/news/mobile/2020/China/News
๐๏ธ Route: /telecompaper/news/:caty/:year?/:country?/:type?
๐ Parameters:
caty
, required - Category, see table belowyear
, required - Year. The year in respective category page filter, <code>all</code> for unlimited year, empty by defaultcountry
, required - Country or continent, <code>all</code> for unlimited country or continent, empty by defaulttype
, required - Type, can be found in the <code>Types</code> filter, <code>all</code> for unlimited type, unlimited by default
๐ Source Code: /telecompaper/news.ts
Category
WIRELESS | BROADBAND | VIDEO | GENERAL | IT | INDUSTRY RESOURCES |
---|---|---|---|---|---|
mobile | internet | boardcast | general | it | industry-resources |
TIP
If country
or type
includes empty space, use -
instead. For example, United States
needs to be replaced with United-States
, White paper
needs to be replaced with White-paper
Filters in INDUSTRY RESOURCES only provides Content Type
which corresponds to type
. year
and country
are not supported.
Search
โ
๐ก Example: https://rsshub.app/telecompaper/search/Nokia
๐๏ธ Route: /telecompaper/search/:keyword?/:company?/:sort?/:period?
๐ Parameters:
keyword
, required - Keywordcompany
, required - Company name, empty by defaultsort
, required - Sorting, see table below, <code>Date Descending</code> by defaultperiod
, required - Date selection, Last 12 months by default
๐ Source Code: /telecompaper/search.ts
Sorting
Date Ascending | Date Descending |
---|---|
1 | 2 |
Date selection
1 month | 3 months | 6 months | 12 months | 24 months |
---|---|---|---|---|
1 | 3 | 6 | 12 | 24 |
Trending Papers
โ
Trending Papers on arXiv
โ
๐ก Example: https://rsshub.app/trendingpapers/papers
๐๏ธ Route: /trendingpapers/papers/:category?/:time?/:cited?
๐ Parameters:
category
, required - Category of papers, can be found in URL. <code>All categories</code> by default.time
, required - Time like <code>24 hours</code> to specify the duration of ranking, can be found in URL. <code>Since beginning</code> by default.cited
, required - Cited or uncited papers, can be found in URL. <code>Cited and uncited papers</code> by default.
๐ Source Code: /trendingpapers/papers.ts
The University of Chicago Press: Journals
โ
Current Issue
โ
๐จ Strict anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/uchicago/journals/current/jpe
๐๏ธ Route: /uchicago/journals/current/:journal
๐ Parameters:
journal
, required - Journal id, can be found in URL. <a href="https://www.journals.uchicago.edu/action/showPublications">Browse journals by title</a>
๐ Source Code: /uchicago/current.ts
USENIX
โ
;login:
โ
๐ก Example: https://rsshub.app/usenix/loginonline
๐๏ธ Route: /usenix/loginonline
๐ Source Code: /usenix/loginonline.ts
Security Symposia
โ
๐ก Example: https://rsshub.app/usenix/usenix-security-sympoium
๐๏ธ Route: /usenix/usenix-security-sympoium
๐ Source Code: /usenix/usenix.ts
Return results from 2020
X-MOL
โ
Journal
โ
๐ก Example: https://rsshub.app/x-mol/paper/0/9
๐๏ธ Route: /x-mol/paper/:type/:magazine
๐ Parameters:
type
, required - typemagazine
, required - magazine
๐ Source Code: /x-mol/paper.ts
็ฎก็ไธ็
โ
ๅ็ฑป
โ
๐ก Example: https://rsshub.app/mvm
๐๏ธ Route: /mvm/:category?
๐ Parameters:
category
, required - ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆฌๆ่ฆ็ฎ
๐ Source Code: /mvm/index.ts
ๆฌๆ่ฆ็ฎ | ็ฝ็ป้ฆๅ | ๅญฆๆฏๆดปๅจ | ้็ฅๅ ฌๅ |
---|---|---|---|
bqym | wlsf | xshd | tzgg |
ไธญๅฝ็ฅ็ฝ
โ
ๆๅ
โ
๐ก Example: https://rsshub.app/cnki/journals/LKGP
๐๏ธ Route: /cnki/journals/:name
๐ Parameters:
name
, required - ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/journals.ts
็ฝ็ป้ฆๅ
โ
๐ก Example: https://rsshub.app/cnki/journals/debut/LKGP
๐๏ธ Route: /cnki/journals/debut/:name
๐ Parameters:
name
, required - ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/debut.ts
ไฝ่
ๆๅๆ็ฎ
โ
TIP
ๅฏ่ฝไป
้ไธญๅฝๅคง้ๆๅกๅจ่ฎฟ้ฎ๏ผไปฅๅฎ้
ๆ
ๅตไธบๅใ
:::