lsubotic/aspx-page-scrape
Scraping an .aspx website using bs4 and requests only.
This tool helps you extract information from complex .aspx websites, such as government portals or old business applications, without needing a web browser. You provide the website's address, and it helps you collect structured data like property records, tables, or lists. It's designed for data analysts, researchers, or anyone who needs to regularly pull specific data from challenging web sources for reporting or analysis.
No commits in the last 6 months.
Use this if you need to programmatically collect data from .aspx websites that rely heavily on 'View States' and you want to avoid the overhead of a full browser automation tool.
Not ideal if the website uses extensive JavaScript for rendering content or if you need to simulate complex user interactions beyond simple form submissions and pagination.
Stars
7
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jul 20, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/lsubotic/aspx-page-scrape"
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.