Collecting the urls we want to scrape

PHOTO EMBED

Tue May 21 2024 15:32:46 GMT+0000 (Coordinated Universal Time)

Saved by @Uncoverit #python

# Collecting the urls we want to scrape

perfume_links = scrape_all_pages('https://www.parfumo.com/Recently_added?current_page=', 50)
print(perfume_links)
content_copyCOPY