app_ratings_by_ticker
Retrieve normalized app ratings and install counts for a ticker from Google Play and Apple App Store. Supports date filtering and paging.
Instructions
Normalized app ratings with paging over series.
JSON:
{
format: "json",
ticker, name,
series: [{date, play_store_score, play_store_ratings_count, app_store_score,
app_store_ratings_count, play_store_install_count}, ...],
series_count, series_total
}
CSV: CSV text of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |