Need Python Web Scraper created to Extract data from Json files. BS4.
Budget: $250 – $750 CAD
I need a web scraper created that will fetch SKU/Stock Codes from json files of multiple websites.
The SKU's are in different locations in the json file depending on the websites, so I am thinking maybe a script such as the following...
For each website in "LIST 1", run a specific process to extract the SKU,,,,,, then for each website in "LIST 2" , run a different process to extract the SKU,,,,,, then for each website in "LIST 3", run a different process to extract the SKU.
The web scraper must export info to a MySQL database.
You should probably use BeautifulSoup.
The SKU's are in different locations in the json file depending on the websites, so I am thinking maybe a script such as the following...
For each website in "LIST 1", run a specific process to extract the SKU,,,,,, then for each website in "LIST 2" , run a different process to extract the SKU,,,,,, then for each website in "LIST 3", run a different process to extract the SKU.
The web scraper must export info to a MySQL database.
You should probably use BeautifulSoup.