-1
Well folks, my question is this::
I have to download the excel file of the product that contains the description "Maíz", Product type "Los Démas. En grano." and marketing "In bulk with 15 % pocketed", of that Website
Using the Libraries requests and beautifulsoup I was managing to extract the information from the Grid, however, I was not able to do what I wanted, which is to just click the second button "Exporta informacion Diária".
Analyzing the "Network" tab of Developertools he makes two calls, one of them creating a temporary link and then this temporary link redirects to the file. xls.
After not being able to do what I wanted with Ibraries Requests and Beautifulsoup, I left then for the famous Scrapy.
I’ve been able to extract data from several pages with Scrapy, but still, I haven’t had any success in extracting the page in Asp.net.
Anyway, I just wanted someone to point me in the right direction, no need for codes.
Do I have to submit a Post Request with the information I want? If yes, how could I do that and then download the file. xls?
Thank you in advance.