B! 0 0 0 0 Google Apps Scriptで使えるHTMLを解析しようとしたときに調べた ライブラリなどについて。 cheeriojs Parser まとめ cheeriojs Script ID: 1ReeQ6WO8kKNxoaA_O0XEQ589cIrRvEBA9qcWpNqdOP17i47u6N9M5Xh0 Node.jsでjQueryのようにHTMLを扱える cheerio をGoogle Apps Scriptで使えるようにしたもの。 1 2 3 4 5 6 7 8 9 function testCheerio() { const html = UrlFetchApp.fetch("https://example.com").getContentText(); const $ = Cheerio.load(html); Logger.log($('body').t