Skip to main content
GET
Browse a Category
Browse a Play category. Returns every app across all of the category page’s editorial rails (“Popular”, “Be the first to play”, genre spotlights), deduped and in the order Play ranked them — around 100 apps for a broad category like GAME. Credits: 5
This is the working alternative to top charts. Play renders the ranked top-chart list client-side, so /collections/{collection} answers 422. A category browse is server-rendered and returns real data.

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Play category id, e.g. SOCIAL, GAME_PUZZLE, APPLICATION. The full list is at /categories (free); it also matches genre_id on an app detail record.

Query Parameters

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

Response

string
The category id requested.
string
The Play URL the apps were read from.
integer
Apps returned.
AppCard[]
Apps in the category — same shape as search results.

Example

Response

Errors