I\'m using the following code to scrap web items with Beaufulsoup:
item_id = [] items = soup.find_all(\'div\', class_ = \'item-id\') for one_item in items: