Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 606 Bytes

scrape-gsma

Scrape the GSMArena website for collecting data of mobile devices

Background

GSMArena is a gadget review website with a focus on cellular and mobile devices. This data is a labeled dataset extracted from the GSMArena webiste - one of the most popular online provider of phone information - and holds a large collection of phone specification.

The Data

There are 116 unique phone brands and 10,000+ mobile phone models with 86 different specification fields.

Extraction Method

The dataset was scraped using rvest, htmltab, and xml2 libraries in the R programming language.