Why doesn't iTunes search api work with app ID? - itunes

https://itunes.apple.com/lookup?id=1542332918
https://itunes.apple.com/lookup?bundleid=1542332918
I tried both, it returned nothing. this is a game in in iTunes.

Try refining your search to the specific country where the app is available:
curl https://itunes.apple.com/cn/lookup?id=1542332918

Related

Apple search ads popularity index: how to get one programmatically?

The question is very simple how to get Apple search ads popularity index for any given keyword?
It's possible since i see a lot of ASO tools provide such metric. But there are not any open API documentation how to get this data.
For getting search popularity index you can also google for chrome extension like „ Apple Search Ads Search Popularity for ASO“
If you want to check your app ranking or get keyword suggestions for different appstore countries you can use this app https://applab.cloud ( I am from Germany and getting insights from US AppStore with this app )
Looks like the only way is to parse searchads.apple.com to get one. Or to use Jailbroken iPhone to create requests and get responses directly from App Store.

IOS ItunesU search api?

I am trying to embed an ItuensU search feature inside my app. My question is what api I can use get the result which can be exactly same to the result user gets from Itunes search? Thanks in advance!

Mac App Store Search API?

Does anyone know where to get the Mac App Store Search API? I already know this site -> http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html, and there's a great API to search the iOS App Store. The search results are returned in JSON format.
But where to get this for the Mac App Store?
That API will do what you need - try querying with entity macSoftware.
Here's an example that queries for Sparrow (the email client):
http://itunes.apple.com/search?entity=macSoftware&term=Sparrow

How to get given App names and details by searching app name in objective c?

I need to connect my app from xcode to iTunes to fetching apps details. I will provide a name and then it will return me a result of those apps names which contains the keywords. Then I need to fetch the details from those names, like showing the price, screenshoots, descr
Like, suppose, I want to search by bluetooth from my app which will be build by me, and I will get those apps names by the keyword and the details of those apps as well from objective c??
Sounds like you need to tap into the iTunes Search API:
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

Know user's twitter applications installed

first of all, I'm spanish so sorry about my English.
It's my first question, so I hope do it correctly.
I have been looking for in the searcher and google but I didn't find solution about my problem.
I need to know who of my friends have installed one app via API (I have twitter4j lib.).
I have a friend's list id and I need to know if one per one have or not permission to one app.
I have seen all the methods in twitter4j but I don't know how do it.
It seems easy... so sorry if the answer is stupid, I have tried to search everywhere I have could.
Thanks,
This is possible via twitters settings page, however there's no API available for this.
If you mean source of the tweets? Like Web, Mobile Web, Twitter for Blackberry
Source of tweets (Application user tweeted with) is returned for each tweet gotten.
https://dev.twitter.com/docs/api/1/get/statuses/show/%3Aid