Skip to main content
GET
Get Developer Apps
A developer’s published apps. Play serves developer pages on two different paths and picks by id type — /store/apps/dev for the numeric id, /store/apps/developer for the display name — so this route chooses the path from the id shape rather than making you know which one you hold. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Either the numeric id from an app’s developer.developer_id (e.g. 5700313618786177705) or the display name from developer.name (e.g. WhatsApp LLC). URL-encode names containing spaces.

Query Parameters

string
default:"US"
Play storefront (gl).
string
default:"en"
Play content language (hl).

Response

string
The developer id or name requested.
string
The Play URL the catalogue was read from.
integer
Apps returned.
AppCard[]
The developer’s apps — same shape as search results.

Example

Response
Play server-renders only the first rail of a large catalogue — around 10 apps for a publisher with dozens. The rest load on scroll behind a cluster RPC Google has closed off, so they are not reachable.

Errors