---
title: "App ID Search"
method: GET
path: "/{store}/find-app-name/"
---

# App ID Search

`GET /{store}/find-app-name/`

This endpoint returns the app IDs related to a requested app with the prefix in their ‘ID', ‘title’, or ‘author’.

## Path parameters

- `store` string, required

## Query parameters

- `api_key` string, required
- `prefix` string, required
- `limit` string

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `publisher` string
  - `store` string

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/versions/9b0175fc494c/schema)
