Please tell me if it is possible to use the youtube api to get statistics of subscribers by gender, age, country? [closed] - youtube-api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
Hello everyone Please tell me if it is possible to use the youtube api to get statistics of subscribers by gender, age, country? Thank you in advance!

You cant get any information about subscribers via the YouTube data api.
even channel.list does not return a list of who has subscribed.
subscriptions.list lists what the current authenticated user has subscribed to.
There is no endpoint that will return who has subscribed to a channel. Let alone give you age and gender information.

Related

Google Finance API for getting quote has stopped working today. Is there an alternate to get quote every minute? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Below URL has stopped working from today. Any alternate ?
Get Quote from Google Finance
I was using it for a long time, it looks like google has stopped it. It was very useful. The best part was you could download live prices for multiple scrips in one request.
Alternatives for Indian Markets:
Intraday one minute ohlcv data
Zerodha API
Upstox API

All countries and US states from google api [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a google API for displaying list of all countries in the world and also an API for displaying list of all states in US? I know of an autocompleter api (https://maps.googleapis.com/maps/api/place/autocomplete/json?sensor=false&key=&input= ) to display places but not specific only to countries and US states
There are a lot of ressources for this kind of data, e.g. fusionTables:
countries: https://www.google.com/fusiontables/DataSource?docid=12e2VhiXyMzHWDl6aponObHH_gvlMDoac9RTrcJ0#map:id=6
US-states: https://www.google.com/fusiontables/data?docid=1bkBD2aQ_OxPZxFQ-KD2l5-2Th5S-J0voBSmd_OI#map:id=20
The data may be requested via AJAX, see https://developers.google.com/fusiontables/docs/v1/sql-reference

Youtube: Get countries of subscribers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm new to the YouTube API. It's easy to get the subscribers of a channel via Youtube API.
But is there a way to get the subscribers of a channel with country information?
Thank you for your reply.
You can definitely do so by using Analytics API
For available reports, you can check 'https://developers.google.com/youtube/analytics/v1/available_reports#Channel_Reports'

how to create a feature to "find people via gmail , facebook" to my website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm developing a website that is a social network where people can add their friends to it and interact with them, I want to help them find their friends via Gmail or Facebook to make it easier for them.
Please help me with where can I find instructions to get it done.
thanks.
(I'm not a very experienced developer so if you need me to supply more info just let me know)
Facebook: http://developers.facebook.com/docs/reference/api/
Gmail: http://code.google.com/apis/contacts/

What open source projects can be used for extracting relevant content from various webpages? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
So for example the youtube video ID from a youtube page, or a tweet ID from a twitter page, or a Facebook uid from a facebook profile...
You don't need an open source project for that. Lifting the ID from the page is usually a matter of parsing the URL that got you there. In youtube's case, the "v" querystring parameter indicates the video ID. The other examples have similar answers.
The oembed protocol has a specification for accessing structured relevant data based on a URL. embed.ly is a company that procides an api based on that standard.
http://www.oembed.com/
http://embed.ly/

Resources