|
|
|
|
|
by jjk166
1132 days ago
|
|
Netflix adds on average about 1 show per day. It would be incredibly cheap to have an intern just watch the credits and write down the names. Maybe you get a second intern to doublecheck their work. Sure buying access to an already compiled database would be preferable to making your own, but even that's pretty cheap. For IMDB a million api requests per day costs $45/month - if we assume 3600 shows, 5 seasons per show, 10 episodes per season, 300 credits per episode that works out to less than 2 months of api requests, or about $90 total (substantially less assuming you can retrieve multiple credits with a single api request) to create a database for their entire catalogue. I've got more than that in my wallet right now. Of course you probably need an engineer to write a script to make all those API requests and at that scale it will take a little time to write and some effort to maintain, less facetiously it's probably going to be comparable to the cost of a few interns. Still, this is definitely not an insurmountable barrier for a multibillion dollar company. |
|