Hi there, currently building an ebay scraper, but I'm having one problem - for search results, after the initial search results, it comes up with "more items related to" as well as "x items found from eBay international sellers". This can be avoided, it says how many results it found, so I can just scrape them all and then only keep the first *insert however many results it found* - how do I do this though? Is there a way to delete multiple items from a list, from a certain point onwards? Or is there a better way to get around this?