'Using Google Lighthouse with multiple sites simultaneously in a script

I need to use lighthouse to generate report for hundreds of websites, so i want to write a script (golang, nodejs or whatever) to do that.

Is there a way to run multiple website analyze from one chrome-driver instance with Lighthouse or do i need to run n chrome driver to do so ?

Otherwise, did exist an alternative to google lighthouse for SEO checking and optimization ?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source