Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9162535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:14:02+00:00 2026-06-17T14:14:02+00:00

Netflix recently updated their API methods for obtaining the full Netflix catalog. I’m curious

  • 0

Netflix recently updated their API methods for obtaining the full Netflix catalog. I’m curious if anyone has had any success accessing these new xml documents and downloading them via API v1.5 (9/2012). Previously, you could download the entire Netflix catalog via one API call (which I had working perfectly). Now, there are supposedly two calls to make: one for dvd’s and one for streaming movies.

I cannot make these calls return anything except for an empty array. Please don’t offer an answer unless you have personally downloaded the entire catalog via these new API’s.

Bonus points if you can tell me how to do it in Ruby.

http://developer.netflix.com/blog/read/Update_Changes_for_the_Public_API

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:14:03+00:00Added an answer on June 17, 2026 at 2:14 pm

    This did it for me (download the netflix instant cat)…it’s in php but can prob be easily rewritten in ruby..this is using JR Collings OAuthsimple

    args = Array(
        max_results=> 20,
        start_index=>0
    
    );
    //args don't matter, netflix doesn't listen here
    // this is the URL path (note the lack of arguments.)
    $rpath = "http://api-public.netflix.com/catalog/titles/streaming";
    
    // Create the Signature object.
    $roauth = new OAuthSimple();
    $rsigned = $roauth->sign(Array(path=>$rpath,
                    parameters=>$args,
                    signatures=> Array('consumer_key'=>YOURKEY,
                                        'shared_secret'=>YOURSECRET,
    
                                        )));
    
    
    
    $getxml = file_get_contents($rsigned['signed_url']);
    file_put_contents("streaming.xml", $getxml);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to search Netflix through their API, but without logging anyone in (because
Does anyone know about any competitions or tasks that are similar to the Netflix
My XML: <autocomplete> <url_template>http://api-public.netflix.com/catalog/titles/autocomplete?{-join|&amp;|term}</url_template> <autocomplete_item> <title short=Star Wars: Episode V: The Empire Strikes Back:
I am trying to use the Netflix OData API. I wanted to query all
I've been looking at examples of REST API's like Netflix http://developer.netflix.com/docs/REST_API_Reference#0_59705 and Twitter and
With signpost 1.2: String authUrl = provider.retrieveRequestToken( consumer, callbackUrl ); Netflix API response: <status>
Please help me to fix the following odatagen issue: Command line: ./odatagen /uri=http://odata.netflix.com/v1/Catalog/ /out=/Users/sontmai/Desktop/ODatagenApp
I wrote a script to read the Netflix catalog and populate my DB. Everything
Background: I am parsing a 330 meg xml file into a DB (netflix catalog)
I've been struggling to properly integrate this Netflix Java Client to access Netflix's API

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.