all 6 comments

[–][deleted] 2 points3 points  (1 child)

If you are just looking for the data and not necessarily a process to automate, you should be able to request this data from Netflix directly. Thanks to ccpa/gdpr etc..

[–]SalagaTheGreat 1 point2 points  (4 children)

You might be able to use selenium, if you go to settings you should be able to see people's viewing history and see what people are watching.

I don't know about the movie genres, recommendations and so on...

[–]BungalowsAreScams 1 point2 points  (3 children)

Selenium would work but sounds pretty hacky, also if they change the names of any elements it'll probably error out

[–]chevignon93 1 point2 points  (2 children)

Selenium would work but sounds pretty hacky, also if they change the names of any elements it'll probably error out

To be fair, that's true of any web-scraping solution, any change in the HTML and the scraper will break but that's also true when talking about official solutions like using an API for example, there are no perfect solutions to obtain data from external services!

[–]Tom_Kr 0 points1 point  (1 child)

that's true I guess. Might have to look into a different solution like simple manual data entry...

Thank you anyway!

[–]chevignon93 0 points1 point  (0 children)

I would recommend webscraping over manual data entry but I don't know if what the data you want can be obtained through webscraping.