Hacker News new | ask | show | jobs
by harrisonjackson 839 days ago
This is pretty good for stuffing web scrapings into an LLM context.

Can also use `JSDOM ---> element.textContent` depending on your needs. Useful for snagging all the text content or a specific element's.

1 comments

I wrote a browser plugin that does this. Could never figure out how to deal with paged articles though.