journal
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
.
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
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
.
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
, optional - 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
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 theisnumber
in the URLsortType
, optional - Sort Type, default:vol-only-seq
, the part of the URL aftersortType
๐ Source Code: /ieee/earlyaccess.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
, optional - Category, can be found in the url of the page,orsc
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โ
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
, optional - 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โ
๐งช 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
, optional - short name for a journal,nature
by default
๐ Source Code: /nature/highlight.ts
Only some journals are supported.
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
, optional - Category, see below, All Recent Articles by default
๐ Source Code: /rsc/journal.ts
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
, optional - 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
, optional - 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
, optional - 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
, optional - Year. The year in respective category page filter,all
for unlimited year, empty by defaultcountry
, optional - Country or continent,all
for unlimited country or continent, empty by defaulttype
, optional - Type, can be found in theTypes
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 |
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
, optional - Keywordcompany
, optional - Company name, empty by defaultsort
, optional - Sorting, see table below,Date Descending
by defaultperiod
, optional - 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
, optional - Category of papers, can be found in URL.All categories
by default.time
, optional - Time like24 hours
to specify the duration of ranking, can be found in URL.Since beginning
by default.cited
, optional - 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โ
๐จ 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. Browse journals by title
๐ Source Code: /uchicago/current.ts
USENIXโ
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
, optional - ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆฌๆ่ฆ็ฎ
๐ Source Code: /mvm/index.ts
ๆฌๆ่ฆ็ฎ | ็ฝ็ป้ฆๅ | ๅญฆๆฏๆดปๅจ | ้็ฅๅ ฌๅ |
---|---|---|---|
bqym | wlsf | xshd | tzgg |
ไธญๅฝ็ฅ็ฝโ
Unknownโ
๐ก Example: https://rsshub.app/cnki/author/000042423923
๐๏ธ Route: /cnki/author/:code
๐ Parameters:
code
, required - ไฝ่ ๅฏนๅบcode๏ผๅฏไปฅๅจ็ฝๅไธญๅพๅฐ
๐ Source Code: /cnki/author.ts
ๆๅโ
๐ก 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