Input a list of part numbers to scrape a website for information on the part numbers?

I have a list of part numbers in an Excel sheet.

In order to search a website for "similar" part numbers, first, I follow links to a place in the website and then second, I enter one part number into the website individually, and then I get one result, which I copy from the website.

Is there a way to scrape information on multiple part numbers from a website, using a list of multiple part numbers as the input?

It really depends on the website you searching on. Some sites will change the URL after you click Search, and the search term will be part of the URL. Like this real example:

https://partscatalog.deere.com/jdrc/search/type/parts/term/JD10436

So you could just launch the searches directly with URLs, and it would just be a matter of generating URLs with the different search terms, then using WS's multiple start URL feature.