Y
Hacker News
new
|
ask
|
show
|
jobs
by
Julie90210
2081 days ago
Yes you should use
https://hn.algolia.com
!
1 comments
qwerty456127
2081 days ago
I do. But how do I filter never-been-among-the-top-30 titles out while keeping the list sorted by date rather than by rating?
link
justinhj
2081 days ago
You can only sort by popularity, which maps to 'score' in the data structure that the API sorts. You can see that here:
https://github.com/HackerNews/API
The highest position on front page is not, AFAICT stored in any way and is not searchable.
link