uNoGS

FREEMIUM
Verified
By Admin | Updated 4 days ago | Entertainment
Popularity

9.8 / 10

Latency

692ms

Service Level

92%

Health Check

N/A

Back to All Discussions

Grabbing thumbnails

Rapid account: Marinkovik
marinkovik
5 years ago

Not an issue but a question. Are the thumbnails changing per user or it depend of the country the customer is located at? I have read that netflix is changing the thumbnails depend of the user’s likes and dislikes. Like this one, there are more thumbnails for the movie “Stranger things” https://cdn-images-1.medium.com/max/1464/1*xwD8rVHPapbfmrl6AIbQbA.png
Also about the getting images, which images it gets? I can not test the Get Images without picking the pricing and if it works I would be happy to pick the “pro” or “ultra” package depend of that how much my future app will go.

In conclusion I need the thumbnails for all of the movies, or the ones from one country.

Rapid account: Unogs
unogs Commented 5 years ago

closing as this was just a query

Rapid account: Unogs
unogs Commented 5 years ago

Currently the image ‘search’ is limited to dumping all the images associated with a particular title.

We do not have an exhaustive list of every thumbnail associated with a title.

We have daily scrapers for each country and any time it sees a new image reference it pushes that url into our database.

An example of the matches we see for Stranger Things is below:

{
  "RESULTS": [
    {
      "image": [
        {
          "type": "background",
          "url": "https://art-s.nflximg.net/3f9d5/014383f1c64476f75d6c426ff88f44b7f643f9d5.jpg",
          "height": "477",
          "width": "848"
        }
      ]
    },
    {
      "image": [
        {
          "type": "background",
          "url": "https://art-s.nflximg.net/d6566/19e2a488d12c3f911ba86e35427180bf445d6566.jpg",
          "height": "480",
          "width": "1152"
        }
      ]
    },
    {
      "image": [
        {
          "type": "background",
          "url": "https://art-s.nflximg.net/59cb3/ae6bb8617b2fae7c5682fd517f55792fa1d59cb3.jpg",
          "height": "480",
          "width": "1152"
        }
      ]
    },
    {
      "image": [
        {
          "type": "boxart",
          "url": "https://art-s.nflximg.net/f33ee/e6553c2df372a3314867aab5ded2a545898f33ee.jpg",
          "height": "720",
          "width": "1280"
        }
      ]
    },
    {
      "image": [
        {
          "type": "boxart",
          "url": "https://art-s.nflximg.net/b7091/836d90fac964af3a82921d3194754f1dba3b7091.jpg",
          "height": "192",
          "width": "341"
        }
      ]
    },
    {
      "image": [
        {
          "type": "boxart",
          "url": "https://art-s.nflximg.net/7347d/3dde06f2f0f07dd79d5133136010b5fa63b7347d.jpg",
          "height": "398",
          "width": "284"
        }
      ]
    },
    {
      "image": [
        {
          "type": "boxart",
          "url": "https://art-s.nflximg.net/0a1d9/420240d488d11f5c92e2cdf24500b5398dc0a1d9.jpg",
          "height": "374",
          "width": "665"
        }
      ]
    },
    {
      "image": [
        {
          "type": "boxart",
          "url": "http://art-2.nflximg.net/75609/953d337d1cb572cd040f754318314c41a8675609.jpg",
          "height": "233",
          "width": "166"
        }
      ]
    }
  ]
}

Join in the discussion - add comment below:

Login / Signup to post new comments