Get Developer Apps
Endpoints
Get Developer Apps
A Google Play developer’s published apps, by numeric developer id or display name.
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

