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

Språk
Engelsk
Format
Kategori

Fakta og dokumentar

Learn how some Go-specific language features help to simplify building web scrapers along with common pitfalls and best practices regarding web scraping.

Key Features

• Use Go libraries like Goquery and Colly to scrape the web

• Common pitfalls and best practices to effectively scrape and crawl

• Learn how to scrape using the Go concurrency model

Book Description

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.

What you will learn

• Implement Cache-Control to avoid unnecessary network calls

• Coordinate concurrent scrapers

• Design a custom, larger-scale scraping system

• Scrape basic HTML pages with Colly and JavaScript pages with chromedp

• Discover how to search using the "strings" and "regexp" packages

• Set up a Go development environment

• Retrieve information from an HTML document

• Protect your web scraper from being blocked by using proxies

• Control web browsers to scrape JavaScript sites

Who this book is for

Data scientists, and web developers with a basic knowledge of Golang wanting to collect web data and analyze them for effective reporting and visualization.

© 2019 Packt Publishing (E-bok): 9781789612943

Utgivelsesdato

E-bok: 30. januar 2019

Tagger

Andre liker også ...

Derfor vil du elske Storytel:

  • Over 900 000 lydbøker og e-bøker

  • Eksklusive nyheter hver uke

  • Lytt og les offline

  • Kids Mode (barnevennlig visning)

  • Avslutt når du vil

Det mest populære valget

Unlimited

For deg som vil lytte og lese ubegrenset.

219 kr /måned
  • 1 konto

  • Ubegrenset lytting

  • Lytt så mye du vil

  • Over 900 000 bøker

  • Nye eksklusive bøker hver uke

  • Avslutt når du vil

Benytt tilbud

Premium

For deg som lytter og leser ofte.

189 kr /måned
  • 1 konto

  • 50 timer/måned

  • Lytt opptil 50 timer per måned

  • Over 900 000 bøker

  • Nye eksklusive bøker hver uke

  • Avslutt når du vil

Benytt tilbud
Familiens førstevalg

Family

For deg som ønsker å dele historier med familien.

Fra 289 kr/måned
  • 2-3 kontoer

  • Ubegrenset lytting

  • Lytt så mye du vil

  • Over 900 000 bøker

  • Nye eksklusive bøker hver uke

  • Avslutt når du vil

2 kontoer

289 kr /måned
Benytt tilbud

Basic

For deg som lytter og leser av og til.

149 kr /måned
  • 1 konto

  • 20 timer/måned

  • Lytt opp til 20 timer per måned

  • Over 900 000 bøker

  • Nye eksklusive bøker hver uke

  • Avslutt når du vil

Benytt tilbud

Lytt og les ubegrenset

Kos deg med ubegrenset tilgang til mer enn 700 000 titler.

  • Lytt og les så mye du vil
  • Utforsk et stort bibliotek med fortellinger
  • Over 1500 serier på norsk
  • Ingen bindingstid, avslutt når du vil
Prøv gratis
NO - Details page - Device banner - 894x1036
Cover for Go Web Scraping Quick Start Guide: Implement the power of Go to scrape and crawl data from the web