Skip to content

Commit beffd9c

Browse files
committed
microsoft academic search
SQUASHED: AUTO-COMMIT-doc-journal-2020-09-11.md-index.md,AUTO-COMMIT-doc-journal-2020-09-11.md-microsoft_academic_search.png,
1 parent 4ff2359 commit beffd9c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

doc/journal/2020-09-11.md/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 2020-09-11
2+
*Author: @JensLincke*
3+
4+
Found it by reverse engineering <https://academic.microsoft.com/>... but maybe it is documented?
5+
6+
```javascript
7+
fetch("https://academic.microsoft.com/api/search", {
8+
method: "POST",
9+
headers: {
10+
"content-type": "application/json; charset=utf-8"
11+
},
12+
body: JSON.stringify({query: "Jens Lincke 2014", queryExpression: "", filters: [], orderBy: 0, skip: 0, sortAscending: true, take: 10})
13+
}).then(r => r.json())
14+
```
15+
16+
17+
![](microsoft_academic_search.png)
60.1 KB
Loading

0 commit comments

Comments
 (0)