Skip to content

This Python script scrapes the latest Audible book releases from the Audible website and saves the data to a CSV file. It uses the requests library to send HTTP GET requests to the Audible website and BeautifulSoup for HTML parsing.

Notifications You must be signed in to change notification settings

mmicheo/audible-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Audible_Books_and_Ratings_WebScraper

This Python script scrapes the latest Audible book releases from the Audible website and saves the data to a CSV file. It uses the requests library to send HTTP GET requests to the Audible website and BeautifulSoup for HTML parsing.

Prerequisites

Before running the script, ensure you have the following Python packages installed:

  • requests
  • beautifulsoup4

You can install these packages using pip:

pip install requests beautifulsoup4

Usage

  1. Clone the repository to your local machine.
git clone https://github.com/NoorMahammad-S/audible-book-webscraper.git
  1. Change your working directory to the project folder:
cd audible-book-scraper
  1. Run the script:
python scraper.py
  1. The script will scrape Audible's new releases and save the data to a CSV file named audible_books.csv in the same directory.

Configuration

You can modify the script to scrape different Audible pages by changing the url variable in the script.

url = "https://www.audible.com/new-releases"

Contributing

Feel free to contribute to this project by opening issues or creating pull requests. We welcome any improvements or feature additions.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • This project uses the requests library for HTTP requests and BeautifulSoup for HTML parsing.

Happy scraping!

About

This Python script scrapes the latest Audible book releases from the Audible website and saves the data to a CSV file. It uses the requests library to send HTTP GET requests to the Audible website and BeautifulSoup for HTML parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%