For example, I would like "new" posts with the keyword "spatial" to be sent to my email. I usually search through HN Search to do this. Here is an example:<p>https://hn.algolia.com/?sort=byPopularity&prefix=false&page=0&dateRange=all&type=story&query=spatial
Markrankin, I understand that everyone has very different knowledge/experience levels, but please research and become resourceful prior to posting a generic "Can you create 'x'".<p>Think about the small pieces required to build what you want and then research how to create those small pieces.<p>As an example since you want to pull specific pieces of information from this site, research API tools. This process of investigation/creating a solution will help you.<p>API Example:
<a href="http://hn.algolia.com/api/v1/search_by_date?tags=story" rel="nofollow">http://hn.algolia.com/api/v1/search_by_date?tags=story</a><p>Best of luck.