PeekPanda docs
Request competitor data
Record deduplicated demand for one missing competitor-intelligence kind.
Download Markdown ↓POST/v1/competitors/{platform}/{storeId}/data-requestsAuth
Bearer API credential or OAuth access tokenScope content:writeMCP request_competitor_dataRequest
Send one kind. The write records demand; it does not start collection except ASO coverage.
curl --request POST 'https://api.peekpanda.com/v1/competitors/ios/0000000000/data-requests' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal' \
--header 'content-type: application/json' \
--data '{"kind":"aso"}'Response
The persisted request object, including its id and requestedAt.
{
"id": "11111111-1111-4111-8111-111111111111",
"kind": "aso",
"status": "requested",
"requestedAt": "2026-09-06T00:00:00.000Z"
}
Parameters
NameInTypeRequiredDescription
platformpathiosYesThe preview supports iOS only.storeIdpathnumeric stringYesApple App Store identifier.kindbodyrevenue | downloads | paid_ads | organic | aso | historyYesThe missing-metric kind to record.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.409conflict when the write would duplicate an exclusive row.Source
backend_competitor_catalog intelligence request rows.
Refresh
Records demand only; does not start collection except ASO coverage which enqueues title-discovery.