-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Discrepancy between iPhone App Store Search Results and app-store-scraper Search Results #200
Comments
+1 |
Seems like this repo is not updated with latest endpoint of appstore. |
Please share some references if you have any... |
I checked on AppTweak, they are showing correct results and order. This means there is a some API that would give the right order of apps. Recently, the results from this API are different from App Store. https://search.itunes.apple.com/WebObjects/MZStore.woa/wa/search?term= |
This is a well-known issue. In order to get 100% accurate search results you have to use a private api endpoint ( |
Does anyone have a solution to this problem? Is there a way to simulate the App Store and obtain an authorization token? Any suggestion is welcomed! |
That's right, it is hard to get this token. |
Hi @pavelsly, would you mind sharing how did you got that token? Also, I'm trying to use it for the request on the blog @golopupinsky did mention, but I'm always getting a 401 (unauthorized). |
@xzebra did you or anyone find out how to get this token? |
@da-mian by jailbreaking an old iPhone and mitm the App Store requests |
Issue Description:
When performing searches for apps on the iPhone App Store and using this library's search functionality, we have noticed a significant discrepancy in the search results. This discrepancy is not only in the number of search results but also in the actual position of apps in the search results. This issue has been verified across various keywords, and the results do not align as expected.
Steps to Reproduce:
Now, using this library:
Expected Behavior:
The search results obtained from this library should closely match the search results from the iPhone App Store in terms of the number of results and their positions, given the same search criteria.
Actual Behavior:
There is a noticeable discrepancy between the search results obtained from this library and the search results from the iPhone App Store, both in terms of the number of results and their positions.
The text was updated successfully, but these errors were encountered: