Skip to content

Scraping of the MyAnimeList Jikan REST API's internal database (Anime, Manga, Characters and People)

License

Notifications You must be signed in to change notification settings

andreu-vall/myanimelist-jikan-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyAnimeList Jikan Database

Scraping of the MyAnimeList Jikan REST API's internal database (Anime, Manga, Characters and People)

The scraping is really simple and doesn't require anything but Python and an Internet connection. It's done in the scraping.ipynb file.

The Jikan API allows 60 requests / minute, so the scraping is done at 1 call per 1.2 seconds (slightly less crashes). Every call to the API returns 25 entries, so the time to scrape each Dataset is simply number_entries * 1.2 / 25 seconds, which means:

  • 24 640 Animes takes 20 min
  • 146 049 Characters takes 2 hours
  • 66 371 Mangas takes 55 min
  • 16 943 People takes 14 min

The scraped Data has been recenlty uploaded on kaggle (scaped on 17 July 2022), feel free to use it.

About

Scraping of the MyAnimeList Jikan REST API's internal database (Anime, Manga, Characters and People)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published