Python Forum

Full Version: Scrape ASPX data with python...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to use python to scrape an ASPX page for data.

Website:
https://safer.fmcsa.dot.gov/query.asp

Select: US DOT Number
Data to enter: 1485012

A page loads. I'm interested in the MCS-150 Form Date field and it's data (12/06/2018 in this example). I normally use requests to load a page and use Beautiful Soup to get the fields of interest but with ASPX I don't even know how to approach sending a request. Please help. Thanks.