Export LIve Products from Webiste using Cronjob and export to excel with images, price and description

Job ID: 36147273

Budget: $10 – $30 AUD

Use a web scraping tool or library, such as BeautifulSoup or Scrapy, to extract the HTML code of the website.

Analyze the HTML code and identify the elements that contain information about the products, such as the product name, price, and description.

Use the web scraping tool to extract the information for each product and store it in a structured format, such as a Python dictionary or a Pandas DataFrame.

Use a library like pandas to export the structured data to an excel file.