-
Access to the following website https://member.rakuten-sec.co.jp/web/market/category/
-
Use this snippet to extract name and url
Array.from(document.querySelectorAll('li')).map((e)=>{return {name: e.textContent, url:e.querySelector('a').href}})
Access to the following website https://member.rakuten-sec.co.jp/web/market/category/
Use this snippet to extract name and url
Array.from(document.querySelectorAll('li')).map((e)=>{return {name: e.textContent, url:e.querySelector('a').href}})