PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

List emerging iOS competitors

Read previously admitted emerging iOS intake listings.

Download Markdown ↓
GET/v1/competitors/intake/emerging
Auth Bearer API credential or OAuth access tokenScope context:readMCP list_emerging_ios_competitors

Request

This read has no query parameters.

curl --get 'https://api.peekpanda.com/v1/competitors/intake/emerging' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal'

Response

Emerging intake listings already stored for the owner.

{
  "data": [
    {
      "platform": "ios",
      "storeId": "0000000000",
      "appName": "Example Calorie Tracker",
      "storefrontUrl": "https://apps.apple.com/us/app/id0000000000",
      "releaseDate": "2024-05-01",
      "country": "us",
      "reasons": [
        "emerging"
      ],
      "tractionStatus": "candidate",
      "baselineObservedAt": "2026-09-06T00:00:00.000Z",
      "baselineRatingCount": 12,
      "latestObservedAt": "2026-09-06T00:00:00.000Z",
      "latestRatingCount": 12
    }
  ]
}

Parameters

NameInTypeRequiredDescription

Known errors

400invalid_request for an invalid filter, identity or limit.
401authentication_required for a missing or invalid credential.
402subscription_required when access is not entitled.
403authorization_required for a missing scope or unavailable preview access.
404not_found when the record is outside the accessible catalogue.
429rate_limited; honor Retry-After when present.

Source

Explicit emerging-discovery queries; launch within 90 days, at least 5 ratings.

Refresh

No provider call.