Intro to web scraping with Ruby
29-Oct-2021 1262
At the beginning of my journey with scraping, I thought that this process was simple as it consisted only of two steps: making the request and parsing the response. I was right about the steps, but I was wrong about the complexity of the process.Most websites are not just simple HTML pages unless we want to pull information from a landing page. Many of them are created with frameworks and contain dynamic elements that modify the page structure. Many of them are secured with login and password. There is a big chance that the content is loaded dynamically in the background, so there is nothing valuable inside when you pull the page source.
Intro to web scraping with Ruby #ruby #rubydeveloper #rubyonrails #Intro #scraping #web https://rubyonrails.ba/link/intro-to-web-scraping-with-ruby