Live data from Hacker News

Hacker News API

blog.ycombinator.com

1–10 of 315 posts

Re: Hacker News API

#6
How does this differ from the Algolia HN API in terms of data access? (https://hn.algolia.com/api) I was able to download all HN data recently with ease using that endpoint. Authentication?

EDIT: After looking at the documentation there are two new aspects of the Firebase API not in the Algolia API:

1) Ability to see deleted/dead stories.

2) Endpoint for user data.

Question to kogir/dang: Has the "delay" field (Delay in minutes between a comment's creation and its visibility to other users) always been there?

Re: Hacker News API

#7

How does this differ from the Algolia HN API in terms of data access? ( https://hn.algolia.com/api ) I was able to download all HN data recently with ease using that endpoint. Authentication? EDIT: After looking at the documentation there are two new aspects of the Firebase API not in the Algolia API: 1) Ability to see deleted/dead stories. 2) Endpoint for user data. Question to kogir/dang: Has the "delay" field (Del…

Algolia scrapes HN HTML and provides their own API from what it looks like.

Re: Hacker News API

#9
post #7

How does this differ from the Algolia HN API in terms of data access? ( https://hn.algolia.com/api ) I was able to download all HN data recently with ease using that endpoint. Authentication? EDIT: After looking at the documentation there are two new aspects of the Firebase API not in the Algolia API: 1) Ability to see deleted/dead stories. 2) Endpoint for user data. Question to kogir/dang: Has the "delay" field (Del…

Algolia scrapes HN HTML and provides their own API from what it looks like.

They don't scrape it.

From the hnsearch about page:

"Every 2 minutes, the last 1000 HN items (stories, comments, polls) are sent to Algolia's indexing API. Items from the last 48 hours are refreshed every hour."

Post reply on HN