Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 788 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 788 Bytes

Mudah.my Phone Listings Scraper

This project is a web-scraping project on phones listed for sale on Mudah.my, a popular online marketplace in Malaysia. The scraped data includes phone details such as the name, price, condition, posting date, and location, which is then saved into a CSV file for further analysis.


Features

  • Scrapes phone listings from Mudah.my across multiple pages.
  • Collects key information:
    • Phone Name
    • Price
    • Condition
    • Date Advertised
    • Region
  • Saves the extracted data into a CSV file for analysis.

Technologies Used

  • Python: Programming language.
  • BeautifulSoup: For parsing HTML content.
  • Cloudscraper: To bypass anti-bot mechanisms.
  • Pandas: For organizing and saving data.