Ebay API – find_all() method from BeautifulSoup returns empty list
I am new to programming and also new to pyhon. My intension is to built an ebay webscraper. I am trying to extract an list of links with the bs4 find_all() method, but no matter what I try, it returns…