Skip to content

Scraper that reads a CSV file of addresses, and submits them to this website to check if they are valid or not

Notifications You must be signed in to change notification settings

gv3d/USPS_Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USPS-adress validation

This scraper reads a csv-file of addresses (Input.csv), and submits them to USPS-site to check if they are valid or not and write result in Output.csv

(app using requests and pandas)

URL usps-site

https://tools.usps.com/zip-code-lookup.htm?byaddress

Installation and run

$ pip install -r requirements.txt
python main.py

About

Scraper that reads a CSV file of addresses, and submits them to this website to check if they are valid or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages