---
title: "App Reviews Search"
method: GET
path: "/apps/reviews/search.json"
---

# App Reviews Search

`GET /apps/reviews/search.json`

Get all the reviews entries about a specific app on the App Store in the selected country and based on several criteria like date, rating or even to search for a specific word or expression in the reviews's body.

## Query parameters

- `apps` string, required
- `country` string
- `language` string
- `device` 'iphone' | 'ipad' | 'android'
- `limit` integer
- `offset` integer
- `replied` 'true' | 'false' | 'nil'
- `term` string
- `start_date` string, date
- `end_date` string, date

## Response `200`

200

- union
  - object
    - `result` object
      - `1058959277` object
        - `reviews` object[]
          - `country` string
          - `application_id` string
          - `date` string
          - `rating` integer
          - `title` string
          - `body` string
          - `body_length` integer
          - `vote_count` integer
          - `vote_sum` integer
          - `is_edited` boolean
          - `id` string
          - `author` object
            - `name` string
            - `type` string
            - `id` integer
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `limit` integer
          - `offset` integer
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `term` string
          - `replied` unknown
          - `min_rating` integer
          - `max_rating` integer
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `com.booking` object
        - `reviews` object[]
          - `language` string
          - `application_id` string
          - `version` string
          - `date` string
          - `rating` integer
          - `title` string
          - `body` string
          - `body_length` integer
          - `id` string
          - `author` object
            - `name` string
            - `photo` string
            - `profile` string
          - `response` object
            - `date` string
            - `body` string
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `limit` integer
          - `offset` integer
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `term` string
          - `replied` unknown
          - `min_rating` integer
          - `max_rating` integer
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
