We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The contribution and expenditure data has OrgID (StateID) for the reporting organization.
We could get that from iterating through:
https://login.cfis.sos.state.nm.us/api///Search/GetPublicSiteBasicSearchResult?searchText=a&searchType=Candidate%2FOfficeholder&pageNumber=1&pageSize=1000&sortDir=asc&sortedBy=
to get the ids for all the candidate committees
and through https://login.cfis.sos.state.nm.us/index.html#/exploreCommittee to get the PAC committees.
It might be worthwhile scraping candidates too see if we can merge them up.
The text was updated successfully, but these errors were encountered:
fgregg
No branches or pull requests
The contribution and expenditure data has OrgID (StateID) for the reporting organization.
We could get that from iterating through:
https://login.cfis.sos.state.nm.us/api///Search/GetPublicSiteBasicSearchResult?searchText=a&searchType=Candidate%2FOfficeholder&pageNumber=1&pageSize=1000&sortDir=asc&sortedBy=
to get the ids for all the candidate committees
and through https://login.cfis.sos.state.nm.us/index.html#/exploreCommittee to get the PAC committees.
It might be worthwhile scraping candidates too see if we can merge them up.
The text was updated successfully, but these errors were encountered: