Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back search by app-id #332

Closed
luisadnsaavedra opened this issue Jan 14, 2025 · 1 comment
Closed

Bring back search by app-id #332

luisadnsaavedra opened this issue Jan 14, 2025 · 1 comment
Labels
feature request New feature request

Comments

@luisadnsaavedra
Copy link

Description

I know that downloads can be initiated with the --app-id parameter, but search used to work using the id as well e.g. ipatool search 310633997 would return WhatsApp and all its information as the first result. It now gives no result. Can this be changed by either including the --app-id parameter for search or including it as part of the normal search again? Thanks for all the work on this tool

@luisadnsaavedra luisadnsaavedra added the feature request New feature request label Jan 14, 2025
@majd
Copy link
Owner

majd commented Jan 21, 2025

I don't think this was ever removed. It's most likely that the iTunes API stopped returning results based on the App ID being supplied in the search term. You can use the iTunes API directly to achieve what you are looking for:

$ echo 310633997 | awk '{print "https://itunes.apple.com/lookup?id="$1}' | xargs curl -s | jq -r '.results'

@majd majd closed this as completed Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants