OP 09 September, 2023 - 02:23 PM
I'm new to python, but wanted to start posing some of my projects to get feedback and allow people to use what I've built.
This script can scrape websites to find product titles & prices from multiple pages at once.
Say your website has 15 product pages in a category, the script will go through all 15 pages, scrape the product title and price, and print the data out to a .xlsx file.
Reply to unlock:
This script can scrape websites to find product titles & prices from multiple pages at once.
Say your website has 15 product pages in a category, the script will go through all 15 pages, scrape the product title and price, and print the data out to a .xlsx file.
Reply to unlock: