Here are some of the web scraping scripts which I have developed for various data extraction tasks.
Obtains product name and price for the first page of results of any search term.
Small modifications would allow for also extracting ratings and results, even on subsequent pages as well.
Extracts title and subtext for search results of a custom query.
It may be necessary to perform an HTTR consent request beforehand depending on user locale.
Scrapes all of the tables from Power BI analytics dashboards, scrolling down and moving across pages as necessary. The HTML structure of the tables appears to have changed since the initial design of this script, so the XPaths require updating.


