I am in the planning phase of building an anime web app that is centered around users being able to watch and download anime. I cannot find an API for this and am thinking about scraping the data from another anime site. Then save it to a database. Also I will be using puppeteer
Edit:I am doing this as a project and just found it interesting to do. I won’t be publishing
I would make sure you are not violating Terms and Conditions by scraping someone else’s data and rehosting it. I doubt you can just scrape the content of others in this way and rehost.
Most likely illegal even if it’s a personal project and you don’t plan on hosting. At the very least you may end up burning your paid account for whatever service you’re using if you violate their terms which most certainly include something along the lines of “no you can’t scrap our data”.
However, it’s likely the content will be DRM so all you’ll be able to grab from the capture API is a stream of black images: DRM and authentication - Plugins | MDN
I agree, that it does seem like a neat project but most likely not worth the risk or hassle.
You could make the app and just use alternative sources for the video content though.