Paid Mobile Apps

Description: Shows sponsored mobile application listings and promotions.

API Response Structure:

{
  "apps": [
    {
      "name": "App Name",
      "developer": "Developer Name",
      "sponsored": true,
      "details": {
        "category": "Productivity",
        "price": {
          "amount": "Free",
          "hasInAppPurchases": true
        },
        "rating": {
          "score": 4.8,
          "count": "10K+"
        }
      },
      "promotion": {
        "tagline": "Premium Features Free for 30 Days",
        "badge": "Featured App",
        "specialOffer": "50% off annual subscription"
      },
      "installation": {
        "size": "45MB",
        "compatibility": "iOS 14.0 or later",
        "downloads": "1M+"
      },
      "links": {
        "appStore": "https://appstore.com/app",
        "playStore": "https://play.google.com/app"
      }
    }
  ],
  "type": "paidMobileApps"
}

Fields:

  • apps (array): App listings

    • name (string): App name

    • developer (string): Developer name

    • sponsored (boolean): Indicates paid listing

    • details (object): App information

    • promotion (object): Special offers

    • installation (object): Technical details

    • links (object): Store links

  • type (string): Always "paidMobileApps"