Skip to content

Scraping Data from a retail e-commerce web store.

Notifications You must be signed in to change notification settings

YusufGulcan/Webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Webscraping Project

Introduction

This project is a code block to scrape miscellaneous data about smartphones from a retail e-commerce web store. The code is created on 06/16/2022.
I utilized requests and BeautifulSoup libraries in the project. The original code extracts about 1000 products in the web store.

It might be subject to anti-scripting protection measurements by the servers if used excessively in a small period of time.

I have a medium post that I explained the process in more detailed here:

image

Step by step project

  • Navigate to the page to be scraped.

  • Send requests order for the url

  • Parse the text response with BeautifulSoup 'html.parser'

  • Detect the directory of the desired information pieces on the html format of the page.

  • Store the data in different groups

  • Create a data frame and save it to csv

image

References

BeautifulSoup Documentation

Regular Expressions

About

Scraping Data from a retail e-commerce web store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages