Tutorials

how-to-take-screenshots-in-puppeteer

How to take screenshots using Puppeteer

Learn how to take screenshots of entire web page, a specific area or different view ports in Google Chrome, Chrome Headless or Chromium using Puppeteer and Node JS, for debugging tests or for web scraping

how-to-use-puppeteer-to-control-chrome-and-build-a-web-scaper

Web Scraping with Puppeteer and NodeJS

Puppeteer is a node.js library which provides a powerful but simple API that allows you to control Google’s Chrome browser. In this tutorial post, we will show you how to build a web scraper and control chrome using puppeteer and node.js to the scrape details of hotel listings from booking.com

how-to-scrape-movie-details-from-fandango-tutorial-using-python-lxml

How to Scrape Fandango using Python and LXML

Learn how to scrape movie details from Fandango.com, a movie booking site using Python and LXML in this web scraping tutorial. We will show you how to extract movie details such as movie theatres playing, location, movie name, rating, genre and more from a particular zip code/city and date.