Python 正在尝试使用instagram.com/nike/?\uu a=1中的JSON

Python 正在尝试使用instagram.com/nike/?\uu a=1中的JSON,python,instagram-api,Python,Instagram Api,我是否可以使用请求获取您看到的instagram.com/nike/?\uu a=1的JSON 下面的代码给出了一组html import requests response = requests.get('https://www.instagram.com/nike/?__a=1') print(response.text) 为什么他们只为浏览器流量提供JSON?还是我遗漏了什么

我是否可以使用
请求
获取您看到的instagram.com/nike/?\uu a=1的JSON

下面的代码给出了一组html

import requests

response = requests.get('https://www.instagram.com/nike/?__a=1')
print(response.text)
为什么他们只为浏览器流量提供JSON?还是我遗漏了什么