Can webscraper use a search function?

I was inquiring if webscraper can work by using a search function on a website?
I require the scraper to search website (with thousands of products) for 100 certain products, and if I have the names of the 100 products can the scraper input to search them and then scrape the data?

Kind Regards

@apple405 Unfortunately, Web Scraper does not have any selectors with functionality for filling text inputs or forms.

If the search queries return unique URLs then you can use them as start URLs for a new sitemap. If you are looking to add multiple start URLs for a sitemap in bulk, it is possible to achieve this via Web Scraper Cloud using the 'Bulk Start URL Import' feature.