๐ฌ Scientific Journal โ
Academia โ
interest โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/academia/topic/Urban_History
๐๏ธ Route: /academia/topic/:interest
๐ Parameters:
interest
- Required
- Description: interest
๐ Source Code: /academia/topics.ts
American Economic Association โ
Journal โ
๐ด Failed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aeaweb/aer
๐๏ธ Route: /aeaweb/:id
๐ Parameters:
id
- Required
- Description: 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 โ
๐ด Failed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/aip/aapt/ajp
๐๏ธ Route: /aip/:pub/:jrn
๐ Parameters:
pub
- Required
- Description: Publisher id
jrn
- Required
- Description: 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 โ
๐ด Failed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/annualreviews/anchem
๐๏ธ Route: /annualreviews/:id
๐ Parameters:
id
- Required
- Description: 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 โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sigsac/ccs
๐๏ธ Route: /sigsac/ccs
๐ Source Code: /sigsac/ccs.ts
Return results from 2020
BioOne โ
Featured articles โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bioone/featured
๐๏ธ Route: /bioone/featured
๐ Source Code: /bioone/featured.ts
Journals โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bioone/journals/acta-chiropterologica
๐๏ธ Route: /bioone/journals/:journal?
๐ Parameters:
journal
- Optional
- Description: Journals, can be found in URL
๐ Source Code: /bioone/journal.ts
caa.reviews โ
Book Reviews โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/book
๐๏ธ Route: /caareviews/book
๐ Source Code: /caareviews/book.ts
Essays โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/essay
๐๏ธ Route: /caareviews/essay
๐ Source Code: /caareviews/essay.ts
Exhibition Reviews โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caareviews/exhibition
๐๏ธ Route: /caareviews/exhibition
๐ Source Code: /caareviews/exhibition.ts
Cool Papers โ
Topic โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/papers/arxiv/cs.AI
๐๏ธ Route: /papers/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /papers/index.ts
TIP
If you subscribe to arXiv Artificial Intelligence (cs.AI)๏ผwhere the URL is https://papers.cool/arxiv/cs.AI
, extract the part https://papers.cool/
to the end, and use it as the parameter to fill in. Therefore, the route will be /papers/arxiv/cs.AI
.
Category | id |
---|---|
arXiv Artificial Intelligence (cs.AI) | arxiv/cs.AI |
arXiv Computation and Language (cs.CL) | arxiv/cs.CL |
arXiv Computer Vision and Pattern Recognition (cs.CV) | arxiv/cs.CV |
arXiv Machine Learning (cs.LG) | arxiv/cs.LG |
arXiv Robotics (cs.RO) | arxiv/cs.RO |
Google โ
Scholar Author Citations โ
๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/google/citations/mlmE4JMAAAAJ
๐๏ธ Route: /google/citations/:id
๐ Parameters:
id
- Required
- Description: 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.
Scholar Keywords Monitoring โ
๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/google/scholar/data+visualization
๐๏ธ Route: /google/scholar/:query
๐ Parameters:
query
- Required
- Description: 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 โ
IEEE Journal Articles โ
๐ข Passed Test
๐ก Example: https://rsshub.app/ieee/journal/6287639/preprint
๐๏ธ Route: /ieee/journal/:punumber/:earlyAccess?
๐ Parameters:
punumber
- Required
- Description: Publication Number, look for
punumber
in the URL
earlyAccess
- Optional
- Description: Optional, set any value to get early access articles
๐ Source Code: /ieee/journal.ts
IEEE Computer Society โ
IEEE Symposium on Security and Privacy โ
๐ก Missing Test๐ Support Radar
๐ก 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 โ
๐ด Failed Test
๐ก Example: https://rsshub.app/informs/mnsc
๐๏ธ Route: /informs/:category?
๐ Parameters:
category
- Optional
- Description: Category, can be found in the url of the page,
orsc
by default
๐ Source Code: /informs/index.ts
INSPIRE โ
Author Search โ
Literature Search โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/inspirehep/literature/Physics
๐๏ธ Route: /inspirehep/literature/:q
๐ Parameters:
q
- Required
- Description: Search keyword
๐ Source Code: /inspirehep/literature.ts
MDPI โ
Journal โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/mdpi/analytica
๐๏ธ Route: /mdpi/:journal
๐ Parameters:
journal
- Required
- Description: 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 โ
๐ด Failed Test๐ Support Radar
๐ก 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 โ
๐ข Passed Test
๐ก Example: https://rsshub.app/nature/siteindex
๐๏ธ Route: /nature/siteindex
๐ Source Code: /nature/siteindex.ts
Latest Research โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/research/ng
๐๏ธ Route: /nature/research/:journal?
๐ Parameters:
journal
- Optional
- Description: short name for a journal,
nature
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 โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/news
๐๏ธ Route: /nature/news
๐ Source Code: /nature/news.ts
Research Highlight โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/highlight
๐๏ธ Route: /nature/highlight/:journal?
๐ Parameters:
journal
- Optional
- Description: short name for a journal,
nature
by default
๐ Source Code: /nature/highlight.ts
WARNING
Only some journals are supported.
Unknown โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /nature/news-and-comment/:journal?
๐ Parameters:
journal
- Optional
- Description: N/A
๐ Source Code: /nature/news-and-comment.ts
National Bureau of Economic Research โ
All Papers โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/papers
๐๏ธ Route: /nber/papers
๐ Source Code: /nber/all.ts
New Papers โ
๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nber/new
๐๏ธ Route: /nber/new
๐ Source Code: /nber/new.ts
Papers that are published in this week.
Network and Distributed System Security (NDSS) Symposium โ
Accepted papers โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/ndss-symposium/ndss
๐๏ธ Route: /ndss-symposium/ndss
๐ Source Code: /ndss-symposium/ndss.ts
Return results from 2020
nymity โ
CensorBib Updates โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/nymity/censorbib
๐๏ธ Route: /nymity/censorbib
๐ Source Code: /nymity/censorbib.ts
Oxford University Press โ
Oxford Academic - Journal โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/oup/journals/adaptation
๐๏ธ Route: /oup/journals/:name
๐ Parameters:
name
- Required
- Description: short name for a journal, can be found in URL
๐ Source Code: /oup/index.ts
PubScholar ๅ ฌ็ๅญฆๆฏๅนณๅฐ โ
Explore โ
๐ด Failed Test
๐ก Example: https://rsshub.app/pubscholar/explore
๐๏ธ Route: /pubscholar/explore/:category?/:keyword?
๐ Parameters:
category
- Optional
- Description: Category, see the table below,
articles
by default
keyword
- Optional
- Description: Search Keyword
๐ Source Code: /pubscholar/explore.ts
Articles / ่ฎบๆ | Patents / ไธๅฉ | Reports / ้ขๅๅฟซๆฅ | Information / ๅจๆๅฟซ่ฎฏ | Datasets / ็งๅญฆๆฐๆฎ | Books / ๅพไนฆ |
---|---|---|---|---|---|
articles | patents | bulletins | reports | sciencedata | books |
Royal Society of Chemistry โ
Journal โ
๐ด Failed Test
๐ก Example: https://rsshub.app/rsc/journal/ta
๐๏ธ Route: /rsc/journal/:id/:category?
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
category
- Optional
- Description: 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 โ
๐ข Passed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/blogs/pipeline
๐๏ธ Route: /science/blogs/:name?
๐ Parameters:
name
- Optional
- Description: 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 โ
๐ด Failed Test๐จ 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 โ
๐ด Failed Test๐จ Strict Anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/current/science
๐๏ธ Route: /science/current/:journal?
๐ Parameters:
journal
- Optional
- Description: 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 โ
๐ด Failed Test๐จ Strict Anti-crawling๐งช Support Sci-Hub๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/science/early
๐๏ธ Route: /science/early/:journal?
๐ Parameters:
journal
- Optional
- Description: Short name for a journal
๐ Source Code: /science/early.ts
only Science, Science Immunology and Science Translational Medicine have first release
ScienceDirect โ
Journal โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/sciencedirect/journal/research-policy
๐๏ธ Route: /sciencedirect/journal/:id
๐ Parameters:
id
- Required
- Description: Journal id, can be found in URL
๐ Source Code: /sciencedirect/journal.ts
Springer โ
Journal โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/springer/journal/10450
๐๏ธ Route: /springer/journal/:journal
๐ Parameters:
journal
- Required
- Description: Journal Code, the number in the URL from the journal homepage
๐ Source Code: /springer/journal.ts
Telecompaper โ
News โ
๐ด Failed Test
๐ก Example: https://rsshub.app/telecompaper/news/mobile/2020/China/News
๐๏ธ Route: /telecompaper/news/:caty/:year?/:country?/:type?
๐ Parameters:
caty
- Required
- Description: Category, see table below
year
- Optional
- Description: Year. The year in respective category page filter,
all
for unlimited year, empty by default
country
- Optional
- Description: Country or continent,
all
for unlimited country or continent, empty by default
type
- Optional
- Description: Type, can be found in the
Types
filter,all
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 โ
๐ด Failed Test
๐ก Example: https://rsshub.app/telecompaper/search/Nokia
๐๏ธ Route: /telecompaper/search/:keyword?/:company?/:sort?/:period?
๐ Parameters:
keyword
- Optional
- Description: Keyword
company
- Optional
- Description: Company name, empty by default
sort
- Optional
- Description: Sorting, see table below,
Date Descending
by default
period
- Optional
- Description: 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 โ
๐ข Passed Test
๐ก Example: https://rsshub.app/trendingpapers/papers
๐๏ธ Route: /trendingpapers/papers/:category?/:time?/:cited?
๐ Parameters:
category
- Optional
- Description: Category of papers, can be found in URL.
All categories
by default.
time
- Optional
- Description: Time like
24 hours
to specify the duration of ranking, can be found in URL.Since beginning
by default.
cited
- Optional
- Description: Cited or uncited papers, can be found in URL.
Cited and uncited papers
by default.
๐ Source Code: /trendingpapers/papers.ts
The University of Chicago Press: Journals โ
Current Issue โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/uchicago/journals/current/jpe
๐๏ธ Route: /uchicago/journals/current/:journal
๐ Parameters:
journal
- Required
- Description: Journal id, can be found in URL. Browse journals by title
๐ Source Code: /uchicago/current.ts
USENIX โ
;login: โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/usenix/loginonline
๐๏ธ Route: /usenix/loginonline
๐ Source Code: /usenix/loginonline.ts
Security Symposia โ
๐ด Failed Test๐ Support Radar
๐ก 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 โ
๐ก Missing Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/x-mol/paper/0/9
๐๏ธ Route: /x-mol/paper/:type/:magazine
๐ Parameters:
type
- Required
- Description: type
magazine
- Required
- Description: magazine
๐ Source Code: /x-mol/paper.ts
็ฎก็ไธ็ โ
ๅ็ฑป โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/mvm
๐๏ธ Route: /mvm/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆฌๆ่ฆ็ฎ
๐ Source Code: /mvm/index.ts
ๆฌๆ่ฆ็ฎ | ็ฝ็ป้ฆๅ | ๅญฆๆฏๆดปๅจ | ้็ฅๅ ฌๅ |
---|---|---|---|
bqym | wlsf | xshd | tzgg |
ไธญๅฝ็ฅ็ฝ โ
ๆๅ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/cnki/journals/LKGP
๐๏ธ Route: /cnki/journals/:name
๐ Parameters:
name
- Required
- Description: ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/journals.ts
็ฝ็ป้ฆๅ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/cnki/journals/debut/LKGP
๐๏ธ Route: /cnki/journals/debut/:name
๐ Parameters:
name
- Required
- Description: ๆๅ็ผฉๅ๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/debut.ts
ไฝ่ ๆๅๆ็ฎ โ
TIP
ๅฏ่ฝไป
้ไธญๅฝๅคง้ๆๅกๅจ่ฎฟ้ฎ๏ผไปฅๅฎ้
ๆ
ๅตไธบๅใ
:::