data_list is empty
WishZ opened this issue · 1 comments
WishZ commented
douyin_api = DouyinAPI(token)
r = asyncio.run(douyin_api.get_douyin_search_data_products('猫', 0, 10))
print(r)
{'status': True, 'platform': 'douyin', 'endpoint': '/douyin/search_data_products/', 'total_time': 0.9287, 'message': None, 'keyword': '猫', 'challenge_id': None, 'has_more': False, 'cursor': 0, 'next_url': None, 'count': 0, 'data_list': []}
Evil0ctal commented
抖音把我们的爬虫拉黑了,晚点会修复。