Appfigures: Get Top Apps
Appfigures via Parse · developer_tools
Retrieve the top-ranked apps for a given iOS App Store category. Returns up to 200 apps for grossing lists and up to 500 for free/paid lists. Each result includes rank position, app identity, developer, and price. The response includes metadata about the category and ranking timestamp. Paginate client-side by adjusting limit; server returns a single snapshot per request. Extract top-ranked iOS App Store apps by category with detailed app information including rankings, monetization, ratings, revenue estimates, and demographics from Appfigures. Fulfilled by Parse from app.appfigures.com.
- app-appfigures-com
- appfigures
- b2b-directory
- developer-tools
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c27a2990-1e5e-405c-938e-8e06c46d27ff/get_top_apps
- Interface artifact
- sha256:7e40a17b9cf142f6cb8cf5dd5e6540cc117c5cae6023d715310900b4761f070a
- Manifest digest
- sha256:3a521ea75cf471028cafebc299f69ca7e3894eba2750087d94e79e993ea80556
Request fields
- limit (integer): Maximum number of apps to return (up to 200 for grossing, 500 for free/paid).
- store (string): App store identifier.: Allowed values: ios-app-store
- device (string): Device type.: Allowed values: iphone, ipad
- country (string): Country slug for the storefront (e.g. 'united-states', 'united-kingdom', 'japan', 'germany').
- category (string): Category slug for the ranking list.: Allowed values: books, business, developer-tools, education, entertainment, finance, food-drink, games, graphics-design, health-fitness, kids, lifestyle, magazines-newspapers, medical, music, navigation, news, photo-video, productivity, reference, shopping, social-networking, sports, stickers, top-overall, travel, utilities, weather
- list_type (string): Type of ranking list.: Allowed values: topgrossing, free, paid
Example queries
- {"limit":"10","store":"ios-app-store","device":"iphone","country":"united-states","category":"books","list_type":"topgrossing"}