Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 771 Bytes

File metadata and controls

35 lines (20 loc) · 771 Bytes

web-scrapping-Reliance-Store-details-using-python

Walmart.com Store Locator Web Scraper written in Python to extract store locations available based on a zip code. If you would like to know more about this scraper you can check it out at the blog post 'How to Scrape Store Locations from Walmart using Python' -

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Fields to Extract This walmart scraper can extract the following fields below:

Store Name radius Address pin Code City Phone Number Prerequisites

For this web scraping tutorial using Python 3, we will need some some packages:

Python requests UnicodeCSV Installation

#Installation

PIP

Python Requests

Python LXML