For a data analysis project I would need to collect from https://sonarcloud.io/api/components/search_projects the organisation key and project name for all projects with size >=4. Filter in a similar way as in Open Source Projects - SonarCloud. Is this possible or there are other soultions to get a similar result? Web Scraping directly from the latter would be much more challenging.
the right API would be https://sonarcloud.io/api/components/search_projects that is not included in the documentation. But it gives back project key and organization name as output. I would need to filter to get only project with more than 100k ncloc (or like in the explore section size >=4).