Skip to content
#

python-web-scraping

Here are 17 public repositories matching this topic...

A web scraping program built to extract attribute data on music events from a popular event ticketing website. The program collects event data based on the specified country and city, which is then exported to a CSV file for marketing emails and stored efficiently in a local PostgreSQL database.

  • Updated Jun 21, 2024
  • Python

This repository contains a Python script for web scraping IMDb website to extract information about the top TV shows of all time. The script retrieves data such as title, year of release, genre, rating, runtime, number of votes, and cast. The extracted data is then saved in a CSV file for further analysis.

  • Updated Apr 2, 2023
  • Jupyter Notebook

In this project, I used web scraping tools to extract data from daraz.pk, a popular e-commerce platform. Utilizing the BeautifulSoup and Selenium libraries in Python, I was able to efficiently navigate the website, extract valuable information on product listings, prices, and reviews, and store the data for further analysis.

  • Updated Jan 4, 2025

Improve this page

Add a description, image, and links to the python-web-scraping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-web-scraping topic, visit your repo's landing page and select "manage topics."

Learn more