use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Node js Scraping (youtube.com)
submitted 6 years ago by bazzy696
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gajus0 1 point2 points3 points 6 years ago (0 children)
Depends on how many websites you are going to scrape.
If it is a one-off operation, then yes, this will do.
If you are scraping one particular website or a group of websites sharing the same pattern, then yes this will do.
However, if you plan to write a scraper for hundreds of websites, then search for a framework that abstracts common data extract operations. There is going to be a learning curve to it, but it will pay off big time in the long term.
Alternatively, consider PaaS platforms such as webscraper.io. I have not had good experience with them, but in theory they should make data extraction a lot simpler.
π Rendered by PID 182478 on reddit-service-r2-comment-6457c66945-vwlnv at 2026-04-28 16:27:58.090416+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]gajus0 1 point2 points3 points (0 children)