I need help
Hello, I don't have almost any knowlegde in web scraping and I don't really know if this is the correct place for this question but I need to extract data from this opendata.camara.cl
I want to extract how every congress men voted in every votation from 2005, so I can't do it manually
Every bill has a number (número de boletín) and every bill can have none o more votations (ID Votación) the ID Votación (that you can know from "Votaciones por proyecto de ley" by the número de boletín) has to be entered one by one in "Votación detalle - Cámara de Diputados"
So what I want is to have a database with how every congressman voted in every election from 2005 to now.
The website says something about SOAP, HTTP GET and stuff. I know how to use R and a little
of python if that works for something.
Thank you if someone can give a lead in the right way!