Item Fetcher
A utility class for fetching the top 100 items from a specified URL.
This class uses Jsoup to scrape a webpage and extract the names of the top 100 items based on the provided CSS selectors. The fetched items are returned as a list of strings.