How to get info from iTunes Store - itunes

how to get information/retrieve data from iTunes Store like this website?
http://app-store.appspot.com/?url=viewTVSeason%3Fid%3D388769641
After search on the net, I get clue that Apple/iTunes Store is not provide API for its content, is it true?

API Documentation
PDF http://www.apple.com/itunesaffiliates/API/AffiliatesSearch2.1.pdf
http://www.apple.com/itunes/affiliates/resources/blog/introduction---search-api.html
Example Request
http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsSearch?term=jack+johnson&country=UK

Related

Ability to request pins by tags from Pinterest API

I want to request pins without login to Pinterest by providing a set of tags. Is this possible? I searched through current Pinterest API and couldn't find anything like some search method. I know that I can get a google custom search engine and fetch photos from pinterest.com source from google but wanted to do it natively.
Any help appreciated!

How to get the list of user ID who click likes and comments in Twitter by Twitter API, like the picture below

Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.

Convert Spotify.com `Track` to YouTube Track

I have implemented the spotify api succefully and fetched all tracks url using there API.
But The requirement is that:
Search that spotify track on youtube and get url for same as of youtube.
I have found one website from where it is possible.
Please have look:: http://spo2tu.be/
But I would like to implement same logic on my website backend script.
Do anyone give me some idea or solution on same?

How do I upload a photo / image to LinkedIn via API?

LinkedIn has a /share API endpoint which accepts a link and a message. The link is afterwards expanded to an OpenGraph card and that gives you a way to stick an image preview in there, but it seems there's no other way to upload an image/picture to LinkedIn feed like you can do in the web app itself.
Is there a way, private API, undocumented endpoint or some other way to do that?
Creating a rich media share is done in two steps. First, the media is uploaded to LinkedIn's media platform. Then, a personal or organization share referencing that media is created.
This URL might be help you.
https://developer.linkedin.com/docs/guide/v2/shares/rich-media-shares#upload
No. You need to give us the URL and we'll scrape it (or pull it from our cache).

try to get content in google plus from China

I am a developer from China where we cannot access content from google plus or facebook due to some "special reason(been blocked)", and I want to get some wonderful content from google+, and put them into my online education website, all content is about learning knowledge.
So my first solution is: call google+ api to get these content, then store them into my site DB(of course, I will write clearly where those are from), but this solution is only for the text, for images, most of them were stored in googleusercontent.com(which is also blocked in China), and I don't want to download these images then store to my own website(overload is too big).
I want to transfer these pictures into other websites(not been blocked in China), then I noticed site: getpocket.com can save image from other websites, and they seem have some cache, can I use this feature? after get image url from google+, then call getpocket api to save this image, but don't know where api will return the cached image url), is it possible do this?
Does anyone have good solution for this images? so I can transfer these good learning knowledge to Chinese people?
(google+ activity api like this: https://www.googleapis.com/plus/v1/people/108305986241738899171/activities/public?maxResults=20&key=)
thanks everybody
I use mongoDB to store image which will be transfer to base64 string. e.g: http://www.tomylearn.com/netTest/index/listInfonews.do?categoryid=47