MyAnimeList API Scraper

This project was a small exercise to allow a user to make a request to the Jikan API to conduct a search and be given a list of anime recommendations extracted from MyAnimeList.

To achieve this, a combination of Python, API requests and Pandas was used. This application will make a request from Jikan, extract the results and then create a spreadsheet containing the results for the user to look at and check.

The information the user receives from the API request is a title in English, the type of anime (series or movie), the age rating, the duration of each episode or the movie duration and a synopsis of the anime in question.

View Project