This query returns a list of every time a Hacker News story becomes a best story.
Developer info
- API endpoint slug
- hacker_news.recent_best_stories
- Runtime method
- performQuery("hacker_news.recent_best_stories"}
Query fields
No fields for this query
Ingredients
Triggered at Date and time event was created.
- Slug
- created_at
- Filter code
- HackerNews.recentBestStories.TriggeredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Username The user who posted the story.
- Slug
- username
- Filter code
- HackerNews.recentBestStories.Username
- Type
- String
- Example
- pg
Points The number of points that the post has.
- Slug
- score
- Filter code
- HackerNews.recentBestStories.Points
- Type
- String
- Example
- 96
Story url The URL to the story on Hacker News.
- Slug
- url
- Filter code
- HackerNews.recentBestStories.StoryUrl
- Type
- String
- Example
- https://news.ycombinator.com/item?id=10346551
Title The title of the story.
- Slug
- title
- Filter code
- HackerNews.recentBestStories.Title
- Type
- String
- Example
- Developing with Docker at IFTTT
Comments count The number of comments.
- Slug
- comments_count
- Filter code
- HackerNews.recentBestStories.CommentsCount
- Type
- String
- Example
- 28
Text If the story is a self post, this ingredient will contain that text.
- Slug
- text
- Filter code
- HackerNews.recentBestStories.Text
- Type
- String
- Example
- What do you think about this framework?
External url If the story links to an external website, this ingredient will contain that URL.
- Slug
- external_url
- Filter code
- HackerNews.recentBestStories.ExternalUrl
- Type
- Web URL
- Example
- https://medium.com/engineering-at-ifttt/developing-with-docker-at-ifttt-5bd03b4e597c