Earlier quoted context omitted.
And how do you get the content once you have the URL?
> And how do you get the content once you have the URL? I don't understand your question. If you have the URL, you just GET it, like any regular URL? Is there something that I'm missing?
Ask HN: Fastest Crawl of HN Articles
11–14 of 14 posts
Many domains have expired or content is no longer available.
Re: Ask HN: Fastest Crawl of HN Articles
#12maybe https://commoncrawl.org/
Re: Ask HN: Fastest Crawl of HN Articles
#13Earlier quoted context omitted.
To clarify I'm not asking about HN itself but articles linked from HN. As you said the HN api is great and there are at least 2 existing published crawls of it that help a lot.
> To clarify I'm not asking about HN itself but articles linked from HN. I might not have a clear picture of what you're looking for, but items of type "story" returned by the HN API do have a URL field, which I believe correspond to submitted links. You can scrape the text field of comment items, but that takes a bit more work.
Hopefull this will help: you're talking about a submission to HN, e.g. a link to a WSJ article complete with comments section, and OP is talking about the specific WSJ article.
Re: Ask HN: Fastest Crawl of HN Articles
#14The best way to do it is from Google BigQuery.
There's a dataset containing everything: bigquery-public-data.hacker_news.full
You can write SQL and is super fast. Sample:
SELECT * FROM bigquery-public-data.hacker_news.full LIMIT 1