Unlock even more valuable insights from the popular news website, Hacker News. Our updated Top Sites Scraper extracts titles, scores, links and more, all in one easy-to-use Apify actor. With this powerful tool, you can gather comprehensive data from Hacker News and gain a competitive edge.
Unlock even more valuable insights from the popular news website, Hacker News. Our updated Top Sites Scraper extracts not only titles, scores, and links, but also ranks, age titles, authors, and comment counts, all in one easy-to-use Apify actor. With this powerful tool, you can gather comprehensive data from Hacker News and gain a competitive edge in your industry.
The output of this actor is a JSON object containing an array of news items, where each news item has the following properties:
title
: The title of the news item.score
: The score of the news item.link
: The link to the news item.rank
: The rank of the news item on the Hacker News website.ageTitle
: The date of the news item in a human-readable format.author
: The username of the person who submitted the news item.numberOfComments
: The number of comments on the news item.Example output:
1{ 2 "items": [ 3 { 4 "title": "Example News Article", 5 "score": "999", 6 "link": "https://example.com/news/article", 7 "rank": "1", 8 "ageTitle": "1 hour ago", 9 "author": "example_user", 10 "numberOfComments": "42" 11 }, 12 { 13 "title": "Another News Article", 14 "score": "888", 15 "link": "https://example.com/news/another-article", 16 "rank": "2", 17 "ageTitle": "2 hours ago", 18 "author": "another_user", 19 "numberOfComments": "23" 20 } 21 ] 22}
To use this actor, you will need an Apify account. Simply create a new task with this actor as the source, set any desired input options, and run the task. The output will be saved to the default dataset associated with the task.
## Notes This actor scrapes data from a third-party website, which may be subject to changes or downtime. Please check the terms of service for Hacker News before using this actor for any commercial or production purposes.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!