Web Design Scraper - Extract Web Design Measurements
Web Design Scraper is a research tool for extracting objective web design measurements from a web page. It can download the measurements in a JSON file, which can be used as machine learning inputs for our algorithms. The measurements are represented in numbers.
Our algorithm can extract the following measurements:
Viewport: the viewport measurement determines the browser screen resolution. If you are using a mobile device or tablet, the viewport measurement corresponds to the screen size of your device.
Pixels: The pixels measurement provides you with the number of pixels per inch in the browser window. This measurement is useful for rendering HTML pages or other pages, as it allows you to make the layout scale to any resolution.
CSS Units: The CSS Units measurement provides you with the values of CSS properties.