Details zum E-Book

Go Web Scraping Quick Start Guide. Implement the power of Go to scrape and crawl data from the web

Go Web Scraping Quick Start Guide. Implement the power of Go to scrape and crawl data from the web

Vincent Smith

E-book
Web scraping is the process of extracting information from the web using various tools that perform scraping and crawling. Go is emerging as the language of choice for scraping using a variety of libraries. This book will quickly explain to you, how to scrape data data from various websites using Go libraries such as Colly and Goquery.
The book starts with an introduction to the use cases of building a web scraper and the main features of the Go programming language, along with setting up a Go environment. It then moves on to HTTP requests and responses and talks about how Go handles them. You will also learn about a number of basic web scraping etiquettes.
You will be taught how to navigate through a website, using a breadth-first and then a depth-first search, as well as find and follow links. You will get to know about the ways to track history in order to avoid loops and to protect your web scraper using proxies.
Finally the book will cover the Go concurrency model, and how to run scrapers in parallel, along with large-scale distributed web scraping.
  • 1. Introducing Web Scraping and Go
  • 2. The Request/Response Cycle
  • 3. Web Scraping Etiquette
  • 4. Parsing HTML
  • 5. Web Scraping Navigation
  • 6. Protecting Your Web Scraper
  • 7. Scraping with Concurrency
  • 8. Scraping at 100x
  • Titel: Go Web Scraping Quick Start Guide. Implement the power of Go to scrape and crawl data from the web
  • Autor: Vincent Smith
  • Originaler Titel: Go Web Scraping Quick Start Guide. Implement the power of Go to scrape and crawl data from the web
  • ISBN: 9781789612943, 9781789612943
  • Veröffentlichungsdatum: 2019-01-30
  • Format: E-book
  • Artikelkennung: e_14ol
  • Verleger: Packt Publishing