serpapi / public-roadmap

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

[Apple App Store Reviews API] Explore the possibility of adding the `iso_date` in the JSON response #1512

Open marm123 opened 3 months ago

marm123 commented 3 months ago

One of our customers requested us to scrape the iso_date in the Apple App Store Reviews API, similar to how we implemented it in https://github.com/serpapi/public-roadmap/issues/1473 However, I'm unsure if the endpoint we're using allows us to do that, or if it's not the case similar to Google Maps Reviews API (https://github.com/serpapi/public-roadmap/issues/1508) It is also related to the following thread https://github.com/serpapi/public-roadmap/issues/1499 as it's implied that we might potentially have a way to extract the exact review_date in our Documentation.

image

We can explore this and potentially implement it in the future or close the thread if it's not applicable to this API.

Intercom