Forum Discussion

5 Replies

  • tigertedd's avatar
    tigertedd
    Regular Visitor

    Hi,

     

    I cracked it, sort of, this post got me on the right track. I assumed the authenticaiton would be through the web api, and got the same message as you, but if you read the Companies Hoiuse guidance, it says it uses basic authentication. That's an option in Power Query. The user name is the api, and there is no password. So using the basic option, this worked.

     

    However, now my problem is that it pnly brings up the info for that one company 000006, which kind of defies the point. What I'm looking for is a table based on a big list of company registration numbers I've got, of addresses etc.

     

    Any idea how we go about doing that?

    • PaulMac's avatar
      PaulMac
      Helper IV

      I wonder, did you ever find out how to get all company data from Companies House?

      • Anonymous's avatar
        Anonymous
        Not applicable

        Oh, I was doing it 2 years ago so barely remember anything 😄

         

        But simple answer is no as project was handed over to someone else. I managed to get API running but you have limit (500 requests per certain time - you can find it in API specification) but I remember from basic calculation that to get all companies via API you have to let system run for a month. So technically it is possible.

         

        I guess there's more clever way to do it but I'm just a student and that's all I could get at the time