octobug1/webscrape-tutorial
A basic tutorial to web scraping using python for beginners
This project helps you gather information from websites by automatically extracting publicly available content or data hidden behind a login. You input the website address and what information you want to collect, and it outputs that data into a CSV file for easy review. This is ideal for anyone who needs to systematically collect data from websites without manually copying and pasting.
No commits in the last 6 months.
Use this if you need to extract structured information from a website, especially if that information spans multiple pages or requires logging in.
Not ideal if you're not comfortable with basic Python coding or installing system-level browser drivers, as it requires some technical setup.
Stars
15
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jul 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/octobug1/webscrape-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.