import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/douyin-api/37AiAAG8Mf7n?count=30&offset=0&keyword=沈丹&search_id=', headers=headers, ) print(response.json())