{"id":25146569,"url":"https://github.com/csfelix/anime-data-scrapper","last_synced_at":"2026-04-30T01:34:47.516Z","repository":{"id":203637273,"uuid":"710070381","full_name":"CSFelix/anime-data-scrapper","owner":"CSFelix","description":"⛏️ Web Scrapper of MyAnimeList data using Jikan API ⛏️","archived":false,"fork":false,"pushed_at":"2023-10-29T15:25:20.000Z","size":284,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T06:33:54.824Z","etag":null,"topics":["animes","jikan","my-anime-list","my-anime-list-api","python","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CSFelix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-26T00:47:28.000Z","updated_at":"2025-02-28T11:48:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b778fac2-8b86-4f90-a96d-e0607ac9c2ad","html_url":"https://github.com/CSFelix/anime-data-scrapper","commit_stats":null,"previous_names":["csfelix/anime-data-scrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CSFelix/anime-data-scrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fanime-data-scrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fanime-data-scrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fanime-data-scrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fanime-data-scrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSFelix","download_url":"https://codeload.github.com/CSFelix/anime-data-scrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fanime-data-scrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animes","jikan","my-anime-list","my-anime-list-api","python","web-scraping"],"created_at":"2025-02-08T20:19:29.120Z","updated_at":"2026-04-30T01:34:47.499Z","avatar_url":"https://github.com/CSFelix.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id='api-consumer-scrapper' style='color:#7159c1'\u003e⛏️ API Consumer: Scrapper ⛏️\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eGetting animes, users and scores data from MyAnimeList with Jikan\u003c/i\u003e\u003c/p\u003e\n\n\u003cbr /\u003e\n\n```\n- Animes Data Fetcher\n- Users Data Fetcher\n- Users Details Fetcher\n- Users Scores Fetcher\n- Filtering Datasets\n```\n\n\u003cbr /\u003e\n\nAll the datas are extracted from [MyAnimeList (MAL)](https://myanimelist.net) website via its unofficial API [Jikan](https://jikan.moe). Jikan contains some limitations about the amount of requisition per time, so you can use this API Consumer in two ways: 1) getting only data from id 0 to 100; 2) getting all available data. This last one takes several time, so patience 😅\n\nThe table below shows the requisitions limitations per time:\n\n\u003ctable style='border-style: solid'\u003e\n    \u003ccaption\u003eJikan API Requisitions per Time\u003c/caption\u003e\n    \u003ctr align='center' style='border-style: solid'\u003e\n        \u003cth style='border-style: solid'\u003eDuration\u003c/th\u003e\n        \u003cth style='border-style: solid'\u003eRequests\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr align='center'\u003e\n        \u003ctd style='border-style: solid'\u003eDaily\u003c/td\u003e\n        \u003ctd style='border-style: solid'\u003e\u003cb\u003eUnlimited\u003c/b\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr align='center'\u003e\n        \u003ctd style='border-style: solid'\u003ePer Minute\u003c/td\u003e\n        \u003ctd style='border-style: solid'\u003e60 requests\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr align='center'\u003e\n        \u003ctd style='border-style: solid'\u003ePer second\u003c/td\u003e\n        \u003ctd style='border-style: solid'\u003e3 requests\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cbr /\u003e\n\nYou can check its documentation here: [Jikan Documentation](https://docs.api.jikan.moe/#section/Information).\n\n---\n\n⚙️ Environment\n\n- Python 3.10.x Version;\n- Jupyter Lab 3.5.x Version;\n- BeautifulSoup, JSON, Numpy, Pandas, Re, Requests and Time Packages\n\n```bash\npip install bs4 json numpy pandas re requests time\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fanime-data-scrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsfelix%2Fanime-data-scrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fanime-data-scrapper/lists"}