Google Play Games Store API

When a Google Play Games store contains organic results, they are parsed and exist within the organic_results array in the JSON output. Organic results can contain: title, link, see_more_token, and items. Items can contain: title, link, description, rating, category, price, thumbnail, and more.

To scrape Google Play Games store with SerpApi, create a search with these parameters:

API Parameters

store

Required

Parameter must be set to games. (I.e., store=games)

API Examples

Organic results overview

Organic results overview

JSON Example

{
  ...
  "organic_results": [
    {
      "title": "Top-rated games",
      "items": [
        {
          "title": "Subway Surfers",
          "link": "https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf",
          "product_id": "com.kiloo.subwaysurf",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.kiloo.subwaysurf&store=apps",
          "rating": 4.6,
          "category": "Arcade",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:_-8y9XOdIhI?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/b0YfxXs5bd1tU1HoYRXzCjl1veU36LxwXP9aOzHP7HnDWSneOrjMYFNcux5zBrf9ENcW=s64-rw"
        },
        {
          "title": "Roblox",
          "link": "https://play.google.com/store/apps/details?id=com.roblox.client",
          "product_id": "com.roblox.client",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.roblox.client&store=apps",
          "rating": 4.5,
          "category": "Adventure",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:KVcOjMD_9b8?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/OCDxsiIIxiZL6ZQYcO9Sixv6Vxl9z0avSkpd5kS6SAE_ZU_V7_rlzzA0hsesT0Z4hA=s64-rw"
        },
        {
          "title": "8 Ball Pool",
          "link": "https://play.google.com/store/apps/details?id=com.miniclip.eightballpool",
          "product_id": "com.miniclip.eightballpool",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.miniclip.eightballpool&store=apps",
          "rating": 4.5,
          "category": "Sports",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:_B7YwHCtCYA?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/bPz1guJ6FHF3oIOEy3KqwpaDDKO-hLRaZoyzmM8bLFLN8fWm6L0_EuUnkwv9iqPo3Ag=s64-rw"
        },
        ...
      ]
    },
    {
      "title": "Popular games",
      "items": [
        {
          "title": "Among Us",
          "link": "https://play.google.com/store/apps/details?id=com.innersloth.spacemafia",
          "product_id": "com.innersloth.spacemafia",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.innersloth.spacemafia&store=apps",
          "rating": 3.6,
          "category": "Action",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:sYvKjZKunyo?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/8ddL1kuoNUB5vUvgDVjYY3_6HwQcrg1K2fd_R8soD-e2QYj8fT9cfhfh3G0hnSruLKec=s64-rw"
        },
        {
          "title": "Diablo Immortal",
          "link": "https://play.google.com/store/apps/details?id=com.blizzard.diablo.immortal",
          "product_id": "com.blizzard.diablo.immortal",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.blizzard.diablo.immortal&store=apps",
          "rating": 3.7,
          "category": "New",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:D3z0fMfnv2s?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/-HPWJP0gp3XAQcO9YqwQ28rFIXXs4NCfQc3Uraf1BrZK-DVsCKEem26eNiuUYAckZg=s64-rw"
        },
        {
          "title": "Race Master 3D - Car Racing",
          "link": "https://play.google.com/store/apps/details?id=com.easygames.race",
          "product_id": "com.easygames.race",
          "serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.easygames.race&store=apps",
          "rating": 4.4,
          "category": "Racing",
          "video": "https://play.google.com/video/lava/web/player/yt:movie:I2z1G4Qi66s?autoplay=1&embed=play",
          "thumbnail": "https://play-lh.googleusercontent.com/qW1SrW0Gyr3JRMNrTqMjFwcvZVjLP6-Wp2tDY8Z9UWzf2_XteCit8n9CNEGpnHOEFS8=s64-rw"
        },
        ...
      ]
    },
    ...
  ],
  ...
}