Count Facebook and Youtube comments?

Enoryht

Registered Member
Joined
Aug 28, 2017
Messages
82
Reaction score
22
Hello BHW.

Can you please point me in the right direction?

I want to count the comments for a specific Facebook post from a page and specific video from a channel in Youtube that matches a phrase or keyword.
E.g. "first phrase" , "second phrase"

Thanks.
 
For Facebook:
- Graph API
- or FQL

For YouTube:
- Comments : list

I can't post links to developers page as I am new member, but google it, should be in top results.

With a little tweaking you can have your desired info structured in any way you want.

Use Postman for API requests as FB and YT API UI might not give you total control over queries.
 
I forgot to mention that the facebook page and youtube channel are not mine. Its just for competition analysis purposes.

For Facebook:
- Graph API
- or FQL

For YouTube:
- Comments : list

I can't post links to developers page as I am new member, but google it, should be in top results.

With a little tweaking you can have your desired info structured in any way you want.

Use Postman for API requests as FB and YT API UI might not give you total control over queries.

Correct me if I'm wrong. These suggestions are assuming that I own the Fb page and Yt channel?


-I think this one is for picking a comment randomly. Not counting.
 
Correct me if I'm wrong. These suggestions are assuming that I own the Fb page and Yt channel?

No. (at least I think so)

In API request, you will need to specify which video/post count statistics you want to harvest either by video/post ID or their URL.
 
I forgot to mention that the facebook page and youtube channel are not mine. Its just for competition analysis purposes.



Correct me if I'm wrong. These suggestions are assuming that I own the Fb page and Yt channel?



-I think this one is for picking a comment randomly. Not counting.

try it first mate, it can count all the comments (remove or include duplicate) then you can also pick random comments. Did you visit the site and try it?
 
Back
Top