DataScraping Rsoftware API 11
DataScraping Rsoftware API 11
Dosen Pengampu
API is the acronym for Application Programming Interface, which is a software intermediary that allows two
applications to talk to each other. Each time you use an app like Facebook, send an instant message, or
check the weather on your phone, you’re using an API.
https://www.mulesoft.com/resources/api/what-is-an-api
https://www.youtube.com/watch?
time_continue=7&v=s7wmiS2mSXY&feature=emb_logo
Jika pada pertemuan sebelumnya kita sudah mempelajari web scrapping pada web static, dengan struktur
data XML
console.log(companies)
</script>
</body>
</html>
console.log(JSON.parse(companies))
</script>
</body>
</html>
console.log(JSON.parse(companies)[1].name)
</script>
</body>
</html>
https://www.analyticsvidhya.com/blog/2017/03/beginners-
guide-on-web-scraping-in-r-using-rvest-with-hands-on-
knowledge/