API відгуків App Store для iOS і Google Play
RESTful JSON API від AppReviewBot надає програмний доступ до відгуків з iOS App Store і Google Play. Створюйте власні звіти, автоматизовані сповіщення та інтеграції з наявними інструментами.
{
"reviews": [{
"id": "r_abc123",
"title": "Best app for tracking reviews",
"rating": 5,
"store": "ios",
"sentiment": "positive",
"version": "3.1.0"
}],
"pagination": { "page": 1, "per_page": 10 }
}Custom reports
Створюйте власні звіти з даними відгуків
Отримуйте відгуки програмно та створюйте звіти, які найважливіші для вашої команди.
- ✓Агреговані звіти для кількох додатків в одному поданні
- ✓Багатосерійні графіки для порівняння додатків або періодів
- ✓Поєднуйте дані відгуків із завантаженнями, доходом та іншими джерелами
- ✓Плануйте автоматичну доставку звітів у будь-яке місце
Report pipeline
API → warehouse → BI
Fetch reviews
GET /api/v1/apps/{appRef}/reviews/
Join internal metrics
Downloads, revenue, cohorts
Deliver anywhere
Looker, Sheets, Slack digest
Custom alerts
Створюйте власні автоматизовані сповіщення
Будуйте власні ланцюжки моніторингу, які спрацьовують на сигнали, справді важливі для вашої команди.
- ✓Сповіщення, коли рейтинг падає нижче порогу
- ✓Сповіщення про сплески негативних відгуків
- ✓Відстеження змін настрою у власних часових вікнах
- ✓Запускайте робочі процеси на основі будь-якої точки даних відгуку
Rating threshold alert
FiredFitLife iOS avg rating 4.41 < threshold 4.50 — 42 negative reviews in 48h.
notify(pagerduty, slack)
Your stack
Інтегруйте з наявним стеком
Надсилайте дані відгуків у будь-який інструмент, який вже використовує ваша команда, не чекаючи нативної інтеграції.
- ✓Надсилайте відгуки в CRM, help desk і BI-інструменти
- ✓Зіставляйте дані відгуків з інформацією з інших джерел
- ✓Створюйте webhook-ланцюжки до будь-якого HTTP endpoint
- ✓Підключайте інструменти, які AppReviewBot ще не підтримує нативно
Auth + request
Organization Bearer key
-H "Authorization: Bearer arb_…"
→ org-scoped apps + reviews only
What you can build
Агреговані звіти для кількох додатків в одному поданні
Roll reviews from every connected app into one programmatic feed for leadership and ops reporting.
Багатосерійні графіки для порівняння додатків або періодів
Compare apps or date ranges in your own charts instead of rebuilding exports by hand.
Сповіщення, коли рейтинг падає нижче порогу
Trigger workflows when average rating crosses a threshold you define in your own systems.
Сповіщення про сплески негативних відгуків
Detect negative volume spikes and route them into on-call or support tools you already run.
Надсилайте відгуки в CRM, help desk і BI-інструменти
Push structured review JSON into CRMs, help desks, warehouses, and BI tools.
Створюйте webhook-ланцюжки до будь-якого HTTP endpoint
Build HTTP pipelines to any endpoint when a native AppReviewBot integration is not enough.
A practical API loop
Generate an org key
Owners create a Bearer key (arb_…) in Organization → Settings on the dashboard.
Fetch apps & reviews
Call /api/v1/apps/ then /api/v1/apps/{appRef}/reviews/ with pagination for apps your org tracks.
Automate reports & alerts
Pipe JSON into BI, CRMs, or your own monitors for rating drops and sentiment spikes.
FAQ
What can I access through the AppReviewBot API?+
The Public API v1 gives organization-scoped REST access to your tracked apps, reviews, and App Store Connect finance reports. You can list apps, fetch reviews with pagination, and pull structured fields such as rating, store, country, version, and sentiment for custom reports, warehouses, and automations. Base URL is https://appreviewbot.com/api/v1.
How do I authenticate?+
Every request needs a Bearer token in the Authorization header: Authorization: Bearer arb_xxxxxxxx. Organization owners generate API keys in dash.appreviewbot.com under Organization → Settings. Keys use the arb_ prefix. Regenerating a key immediately invalidates the previous one, so rotate carefully in production clients.
What can I build with the API?+
Common uses include custom multi-app reports, BI dashboards, webhook-style pipelines into CRMs or help desks, and alerts when ratings drop, negative volume spikes, or sentiment shifts over a window you define. Use it when you need a destination AppReviewBot does not support natively, or when review data must join downloads, revenue, or other internal sources.
Which plans include API access?+
API access is available as a paid add-on for your organization. Contact us to enable it, then generate keys from the dashboard once it is turned on. The free trial still lets you explore AppReviewBot’s product workflows while you evaluate whether programmatic access belongs in your stack.
Які плани AppReviewBot включають доступ до API?
Доступ до API доступний як платне доповнення. Зв'яжіться з нами, щоб увімкнути його для вашої організації.
Зв'язатися з намиBuild on top of your review data.
Start a free trial, then enable API access for your organization and ship custom reports, alerts, and integrations.