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.
- 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.
- Python: Programming language.
- BeautifulSoup: For parsing HTML content.
- Cloudscraper: To bypass anti-bot mechanisms.
- Pandas: For organizing and saving data.