data = json.loads(arr) results = data['organic_results'] for resultsVal in results: print(resultsVal['title']) print(resultsVal['link'])