Find similar metrics by the Youtube API

2

I was viewing the Youtube APIs documentation, but I could not see clearly the following situation:

How could I compare metrics (or data) from my two channels or their videos, having the 2 API keys in the database?

For example, I'm in my system channel and have a button where I click to do the search, using the data of the channel itself, to search for similar channels in the system. Would you be able to do that?

I did not start developing yet, it's still just an idea, but I could not see in the documentation a way to do that. Any recommendations?

NOTE: I'll probably use PHP (Laravel) for the backend.

    
asked by anonymous 29.09.2017 / 14:34

1 answer

2

To compare the channels you will need to analyze the channel data, and to get the data you will need two api keys. The comparison will have to be manual, you can compare it for video tags, but it depends on the categorization of the content generator.

    
29.09.2017 / 14:52