No way to get TikTok Follower Account? - api

I'm confused and disbeliefe that there is no easy solution to get the follower count
I've tried several approaches like:
https://github.com/davidteather/TikTok-Api
Is not reliable and is currently not usable for follower / likes data
Offical TikTok APIv2
There are only email and avatar *** infos - but no follower / data
python beautifulSoup
doesn't work -> captcha page also with header infos
Am I blind or is there no normal solution to get the Followers / Likes from TikTok (my own User)?
Thanks for your help

Related

Get the location of followers in Instagram

I noticed that a service called Iconosquare (and even some others) provides the location of the followers for the their platform users.
I am interested in using the Instagram API in order to get the location/age/gender (audience data) of my users' followers.
I read ALL the Instagram API documentation but there is no endpoint that can provide this kind of data.
PS : I heard about the Instagram Insight API but it's not released yet (2016/2/7).
How can they do that ?
I tried to imagine a solution :
For a specific user/token :
Get the list of followers with a public profile
Then for each follower :
Get the location of the last 10 or 20 (or even 100) posts
Create an average of latitude/longitude of that located posts
Assume that the followers come from this point (then get the name of the nearest city or country)
It's based on one major presumption about the location of the post of followers. (I imagine that i will exclude some points that are too far from the average because it might be travel posts)
I would be happy to get a feedback about doing it this way.
Thanks,

How to retrieve recents video's comments for a Dailymotion account

I am asking me if it's possible to retrieve recents video's comments for a given Dailymotion account.
For example, i want to get all recents video's comments for a given account every 2 minuts.
I have found severals Dailymotion API but don't found thet way to to that.
I tknow it's possible to read the list of a video‘s comments by issuing an HTTP GET to /video/{VIDEO_ID}/comments but do you know if it's possible to reteive all new comments for account's videos?
Thanks!
https://api.dailymotion.com/video/videoID/comments
will give you
{"page":1,"limit":10,"explicit":false,"has_more":false,"list":[{"id":"id","message":"wel done","owner":"id"},{"id":"id","message":"congrats","owner":"id"}]}
So, list has comments of video.Here there are 2 comments.

SoundCloud API getting tracks favorites

Is it possible to know, who and when likes your track through SoundCloud API?
I can see this list on http://soundcloud.com/%usernick%/%track-name%/stats/who/favorites?from_date=2012-01-01&to_date=2012-06-09
Days statistics of favorites i can see it http://soundcloud.com/%usernick%/%track-name%/stats/counts/favorites?from_date=2012-01-01&to_date=2012-06-09
But how i can get it through API?
I except this info on GET /tracks/%track_id%/favorites.json or GET /users/user_id/favorites/%track_id%.json, but it isn't working.
Note: This is feature only for paid user.
PS: Sorry for my bad english.
I found only one way -- through /my/activity/, but in this case i must to get all my activity of all tracks, comments and favorites.

Yelp, Google's API for restaurants help

Ok I have looked into this, and I'm not sure if anyone else has experience with it. I'm having termendous difficulties with Yelp and Google's API.
To help explain what I am trying to do here is the concept of the website. We would have to pull restaurants based on user distance, and then randomize them based on quality of restaurant based on feedback from review websites (Yelp, Google, urbanspoon, zagat, opentable, kudzu, yahoo - doesn't have to be from all), and feedback from our users (on results page for the random restaurant users can select good recommendation/bad recommendation). There’s a lot we could calculate for our formula. Things that will dictate your results will be based on if you’re at home or work. If you’re at home you will have more time to drive out to the city to grab some dinner or lunch. If you’re at work we would have to recommend restaurants nearby as lunch is typically 30 minutes to a hour. A 30 minute lunch would require take out most likely or quick service. A hour lunch break you could dine in at a local fine dining restaurant. So in a nutshell, user comes to website. Select if they're at home or work, click submit and we will have a random restaurant selected for them to go. If they don't like it they can click retry and a new restaurant can show.
The issue I am having is using the API to gather all the restaurants in the US. I know it can be done because there are similiar websites/apps that pull restaurants that are closest to you such as Ness, Alfred, and I believe there's two more but I can't remember the names.
Anyone know if this can be accomplish? As I desperately need some help. Thanks in advance!
Yelp is the API that can provide you list of restaurant as per your search, your search can be area specific, lattitude/longitude specific etc. there are number of API through which you can see the reviews of different restaurant and put some logic based on that.
I think the logic of home/work order is something that you have to integrate in your application, yelp API can provide you with the results as per your search.
Go through their documentation for further information.
http://www.yelp.com/developers/documentation/v2/search_api

Is it possible to access Open Graph Insights via Graph API or other programmatic means?

I'm able to access FQL Insights metrics (http://developers.facebook.com/docs/reference/fql/insights/) such as "application_active_users" for my App via the Graph API; however, the Open Graph Insights metrics (http://developers.facebook.com/docs/opengraph/insights/) such as "published actions" and "ticker impressions" don't seem to be available via Graph API. I looked through the documentation thoroughly and don't see this addressed. Has anyone been able to access Open Graph Insights programmatically?
My impression is, these metrics are combined for us, and there is no way to access the individual metric.
referring to: https://developers.facebook.com/docs/reference/fql/insights/
page_impressions_organic
The number of times your posts were seen in News Feed or Ticker or on visits to your Page. These impressions can be Fans or non-Fans
page_impressions_organic_unique
The number of people who visited your Page, or saw your Page or one of its posts in News Feed or Ticker. These impressions can be Fans or non-Fans
page_posts_impressions_organic
The number of impressions of your posts in News Feed or Ticker or on your Page day, week, days_28
page_posts_impressions_organic_unique
The number of people who saw your Page posts in News Feed or Ticker, or on your Page's Wall
post_impressions_organic*
The number of impressions of your post in Newsfeed, Ticker, or on your Page's Wall
post_impressions_organic_unique*
The number of people who saw your post in their Newsfeed or Ticker or on your Page's Wall
Have you tried doing FQL through the graph api:
http://graph.facebook.com/fql?q=[your insights query]
we can filter the campaign based on the number of impression got by adding parameter in the request body the "filtering" -for that the specify the fields for the filtering in this case it will be impression, next is "oprerator" oprerator is the boolean operator here it is "GREATER_THAN",next is value it will be a number .