serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
50 stars 3 forks source link

[Apple Product API] Missing `rating_in_genre` when country set to DE #1868

Open chrstphrfrtn opened 3 weeks ago

chrstphrfrtn commented 3 weeks ago

API: Apple App Store Product API

When country is set to DE, the results are missing the rating_in_genre field. When country is set to "IT", "PL", or "ES", the results contain the rating_in_genre field.

This is consistent across all apps that I searched, but the below example is for Instagram (6446901002).

Response for query for Italy that contains rating_in_genre: https://serpapi.com/searches/abc11016ea487194/66ca23e059f911219b2ba001.json

Response for query for Germany that does not contain rating_in_genre: https://serpapi.com/searches/abc11016ea487194/66ca23e059f911219b2ba001.json

Desired outcome: The below search SHOULD contain a rating_in_genre field.

  "search_parameters": {
    "engine": "apple_product",
    "type": "app",
    "country": "DE",
    "product_id": "6446901002"
  },
hilmanski commented 2 weeks ago

Hi @chrstphrfrtn , Thank you very much for your report. We apologize for the issue, we'll update this thread once we've fixed this issue.

Note: You shared the same ID for Germany, but I'm able to replicate the issue: Playground | Inspect