Skip to content

Decodo/reddit-python-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6e20ef · Apr 25, 2025

History

8 Commits
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025

Repository files navigation

Reddit Scraper

Scrape Reddit utilising Decodo's Web Scraping API

Dependencies

BeautifulSoup

Authentication

Once you have an active Web Scraping API subscription, you can try sending a request right from the dashboard Web Scraping API > API playground method tab simply by clicking on Send Request. You will also see an example of a curl request generated on the right.

This Pyhton code example uses Base64 encoded user:pass authentication.

Parser type Example location Download
HTML to JSON reddit_python_scraper.py curl https://raw.githubusercontent.com/Decodo/reddit-python-scraper/blob/main/reddit_python_scraper.py > reddit_python_scraper.py

HTML to JSON

This Python script extracts Subreddit details, post data, and comments straight from the HTML of Reddit post pages and saves them to a JSON file.

About

Scrape Reddit utilising Decodo's Web Scraping API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages