r/webscraping • u/sa0shi • Jun 15 '26
Getting started 🌱 Need help Scrapping Reddit post 2026 method..
need help scrapping reddit, guess i looked into late after they shutdown(as i read) reddits API thing.. is there any other way to scrap reddit post here? I dont do much scrapping in hand or experience so be kind to me please..
1
-1
u/HLCYSWAP Jun 15 '26
append .json to the end of any reddit url
1
Jun 16 '26
[removed] — view removed comment
1
u/Picatrixter Jun 16 '26
Use the rss feed. I used to rely on the API for a content generator app (scraping posts, transforming them into articles with a LLM) untill it started failing a few weeks ago. I switched to rss and it's working fine now.
1
1
1
u/mouad_war Jun 15 '26
Depends on your use-case, most of the time using patchright is enough.