Ishan7390/Web_Scraper
My Simple approach to building web scraper using Beautiful Soup library in Python
Quickly extract information from publicly available websites and organize it into a structured format. This tool takes a web page URL as input and produces a clean, readable dataset, helping you gather specific details like product prices, news headlines, or contact information. It's designed for anyone who needs to collect data from the web efficiently without manual copy-pasting.
No commits in the last 6 months.
Use this if you frequently need to pull specific pieces of information from multiple web pages into a single, organized list or table.
Not ideal if you need to interact with websites (like filling out forms or logging in), or if the data you need is behind a paywall or requires authentication.
Stars
16
Forks
10
Language
Python
License
—
Category
Last pushed
Oct 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/Ishan7390/Web_Scraper"
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.