AllChai_

Pinterest parser

Nov 19th, 2023
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | Source Code | 0 0
  1. page = requests.get(url='')
  2. soup = BeautifulSoup(page.text, 'html.parser')
  3. all_desks = soup.findAll('div', class_="hA- sLG wYR zI7 iyn Hsu")
  4.  
Advertisement
Add Comment
Please, Sign In to add comment