Please I beg of you to learn proper scraping before you decide to use an entire fucking browser (via puppeteer/selenium) for a super simple task.
What you did is the equivalent of bringing a rocket launcher to a knife fight
Here is a simpler solution:


(instead of evaling you would want to replace !0 with true and such, and use JSON.parse)
Please I beg of you to learn proper scraping before you decide to use an entire fucking browser (via puppeteer/selenium) for a super simple task.
What you did is the equivalent of bringing a rocket launcher to a knife fight
Here is a simpler solution:
(instead of
evaling you would want to replace!0withtrueand such, and useJSON.parse)