Try Our API

Explore our API capabilities with these live examples

Detailed App Information

Get detailed information about any app in the Play Store. Returns current metrics, metadata, and store listing details.

GET /api/v1/app/{app_id}/latest

Query Parameters

Cost: 1 credit

Example App IDs

  • com.spotify.music
  • com.whatsapp
  • com.instagram.android

Response

{
  "ads": true,
  "app_id": "com.example.myapp",
  "app_name": "My Awesome App",
  "category": "GAME_PUZZLE",
  "content_rating": "Everyone",
  "currency": "USD",
  "current_version": "1.2.3",
  "date": "2024-04-01",
  "description": "This is an awesome puzzle game that will challenge your mind!",
  "iap": false,
  "icon_url": "https://example.com/icon.png",
  "is_active": true,
  "last_updated": "2024-03-15T12:00:00Z",
  "n_installs": 1820305,
  "n_reviews": 12162,
  "offered_by": "Awesome App Inc.",
  "price": 0.99,
  "requires_android": "5.0 and up",
  "screenshot_urls": [
    "https://example.com/screenshot1.png",
    "https://example.com/screenshot2.png"
  ],
  "stars_avg": 4.5
}

Historical Data Tracking

Track app metrics over time. Get historical snapshots of installs, ratings, and other key performance indicators.

GET /api/v1/app/{app_id}/history

Query Parameters

Cost: 1 credit per historical record

Example App IDs

  • com.duolingo
  • com.calm.android
  • com.strava

Note: Historical data typically includes changes in ratings, reviews, and installation counts over time.

Response

{
  "app_id": "com.example.myapp",
  "history": [
    {
      "app_id": "com.example.myapp",
      "app_name": "My Awesome App",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "is_active": true,
      "last_updated": "2024-03-15T12:00:00Z",
      "n_installs": 1209808,
      "stars_avg": 4.5
    },
    {
      "app_id": "com.example.myapp",
      "app_name": "My Awesome App",
      "category": "GAME_PUZZLE",
      "date": "2024-03-01",
      "is_active": true,
      "last_updated": "2024-02-28T10:00:00Z",
      "n_installs": 913837,
      "stars_avg": 4.4
    },
    {
      "app_id": "com.example.myapp",
      "app_name": "My Awesome App",
      "category": "GAME_PUZZLE",
      "date": "2024-02-01",
      "is_active": true,
      "last_updated": "2024-01-30T15:00:00Z",
      "n_installs": 858910,
      "stars_avg": 4.3
    }
  ]
}

Category-based Discovery

Explore apps by category. Get ranked lists of apps with detailed metrics for any Play Store category.

GET /api/v1/apps/by-category/{category}/history

Query Parameters

Cost: 10 credits

Popular Categories & Insights

  • HEALTH_AND_FITNESS - Discover trending fitness trackers and wellness apps
  • GAME_PUZZLE - Find successful puzzle games and brain teasers
  • PRODUCTIVITY - Explore popular productivity and organization tools

Results include key metrics like ratings, reviews, and historical performance data for apps in the selected category.

Response

{
  "apps": [
    {
      "app_id": "com.toppuzzle.game",
      "app_name": "Top Puzzle Game",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "The #1 puzzle game in the Play Store!",
      "is_active": true,
      "n_installs": 5000000,
      "stars_avg": 4.8
    },
    {
      "app_id": "com.puzzle.master",
      "app_name": "Puzzle Master",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "Challenge your mind with beautiful puzzles",
      "is_active": true,
      "n_installs": 2000000,
      "stars_avg": 4.6
    },
    {
      "app_id": "com.brain.puzzler",
      "app_name": "Brain Puzzler",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "Train your brain daily with fun puzzles",
      "is_active": true,
      "n_installs": 1000000,
      "stars_avg": 4.4
    }
  ],
  "limit": 10,
  "next_cursor": "com.nextapp.puzzle"
}

Similar App Discovery

Find similar apps using our advanced matching algorithm that scans your app description against other apps - even their appearance. Perfect for competitive analysis and market research.

GET /api/v1/similar-apps

Query Parameters

0/4,000 characters

Example Descriptions

  • "A running fitness tracker with social features, GPS tracking, and heart rate monitor integration."
  • "A puzzle game where players solve wooden puzzles involving bolts and nuts. Players must navigate levels, avoid obstacles, and defeat enemies to progress. The game features 10 levels with increasing difficulty and unique challenges."

Notice how the above descriptions are written in a matter-of-fact style for best results.

Cost: 50 credits

Response

[
  {
    "app_details": {
      "app_id": "com.woodpuzzle.game",
      "app_name": "Wood Block Puzzle Master",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "Challenging wooden block puzzle game with realistic physics",
      "is_active": true,
      "n_installs": 500000,
      "stars_avg": 4.7
    },
    "app_id": "com.woodpuzzle.game",
    "distance": 0.15,
    "play_store_url": "https://play.google.com/store/apps/details?id=com.woodpuzzle.game"
  },
  {
    "app_details": {
      "app_id": "com.puzzle.mechanics",
      "app_name": "Mechanic Puzzle Simulator",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "Build and solve mechanical puzzles with nuts, bolts, and gears",
      "is_active": true,
      "n_installs": 250000,
      "stars_avg": 4.5
    },
    "app_id": "com.puzzle.mechanics",
    "distance": 0.25,
    "play_store_url": "https://play.google.com/store/apps/details?id=com.puzzle.mechanics"
  },
  {
    "app_details": {
      "app_id": "com.hinge.puzzle",
      "app_name": "Hinge \u0026 Lock Puzzles",
      "category": "GAME_PUZZLE",
      "date": "2024-04-01",
      "description": "Solve intricate puzzles with hinges and locks",
      "is_active": true,
      "n_installs": 100000,
      "stars_avg": 4.4
    },
    "app_id": "com.hinge.puzzle",
    "distance": 0.35,
    "play_store_url": "https://play.google.com/store/apps/details?id=com.hinge.puzzle"
  }
]