With recent updates, you can deploy a Livebook notebook as an app. I wanted a reusable web scraper where I can enter the url, and selectors for the details that I want and save the scraped data in a `txt` file. I also wanted to handle cases where I may need to scrape multiple pages e.g. an Amazon search page, and be able to get information from individual links nested on the main page.
Share this post
Build & Deploy a reusable Web Scraper with…
Share this post
With recent updates, you can deploy a Livebook notebook as an app. I wanted a reusable web scraper where I can enter the url, and selectors for the details that I want and save the scraped data in a `txt` file. I also wanted to handle cases where I may need to scrape multiple pages e.g. an Amazon search page, and be able to get information from individual links nested on the main page.