Skip to content
New issue

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

Import Lords Register of Interests #180

Open
ajparsons opened this issue Sep 24, 2024 · 0 comments
Open

Import Lords Register of Interests #180

ajparsons opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@ajparsons
Copy link
Contributor

Currently we have the Commons but not the Lords.

We do this by scraping HTML pages from the Parliament website for each MP.

Due to internal improvements in their system (with more specific fields) the free text on this page is more of a backward compatible output, with more structured information being dumped into free text. This still works fine for us (and it’s much more structured than the other Parliaments) - but we have the option of switching our XML generation to follow their new structured approach. While creating a new free text ourselves - we can store the additional fields in case we find a use for them later.

Here's our adaption of that data (with our internal ids): https://www.mysociety.org/2024/08/20/new-register-of-interests-spreadsheet-with-much-richer-data/

So a decision to make:

  • Create a new scraper for how the Lords currently publishes
  • Wait and see if they release it in a bulk data format
@ajparsons ajparsons self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant