FacebookPostsScraper icon indicating copy to clipboard operation
FacebookPostsScraper copied to clipboard

Get Price and Title

Open juliopaulo opened this issue 4 years ago • 1 comments

Add this snippet to get price and title

          price = item.select_one('div > div > div:nth-of-type(2) > div')  # Get price
           title = item.select_one('span:nth-of-type(2)')  # Get title

juliopaulo avatar Jul 04 '20 02:07 juliopaulo

This is for the posts of "products" in Facebook stores? I will check that.

hhsm95 avatar Jul 07 '20 03:07 hhsm95