python批量爬取动态网页遇到问题

用post方法,json解析,出现以下错误提示:TypeError: string indices must be integers
可能是个小问题,但我找半天没发现所说的string是哪个。本人小白,请python大神指教~


#因个人隐私,cookie已经修改
#运行环境:python3.5 jupyter notebook
import json
import requests
import csv
from multiprocessing.dummy import Pool as ThreadPool
import time
import random

def spider(pay):
    url = 'http://waimai.meituan.com/ajax/comment'
    
    headers = {
        'Accept':'application/json, text/javascript, */*; q=0.01',
        'Accept-Encoding':'gzip, deflate',
        'Accept-Language':'zh-CN,zh;q=0.8',
        'Connection':'keep-alive',
        'Content-Length':'240',
        'Content-Type':'application/x-www-form-urlencoded; charset=UTF-8',
        'Cookie':'w_uuid=Lk80hpGbK2WdGprtio3knW8qZw2M6dsDGUODsDrcGIPjsd8TddyhDChRFTV-fjxkGWwEQ9w; _ga=GA1.2.58204263.1500387690; _gid=GA1.2.1371729683.1500477433; w_cid=110108; w_cpy_cn="%E6%B5%B7%E6%B347%80%E5%8C%BA"; w_cpy=haidianqu; waddrname="%E6%B5%B7%E6%B7%80%E5%8C%BA"; w_geoid=wx4eqe6xzyn7; w_ah="39.96550491079688,116.305sdf4373461008,%E6%B5%B7%E6%B7%80%E5%8C%BA|40sd.004531890153885,116.47530399262905,%E6%9C34%9B%E4%BA%AC%2C%E6%9D%A5%E5%B9%BF%E8%90%A5%2C%E8%8A%B1%E5%AE%B6%E5%9C%B0"; __mta=54975892.150034387690711.15005df60675259.1500560676808.65; JSESSIONID=f3xtek914oipq3khdws6rcgv; _ga=GA1.3.58204263.1500387690; _gid=GA1.3.1371729683.1500477433; _gat=1; w_utmz="utm_campaign=(direct)&utm_source=(direct)&utm_medium=(none)&utm_content=(none)&utm_term=(none)"; w_visitid=af2e9580-560d-4327-9673-9b33631c197f',
        'Host':'waimai.meituan.com',
        'Origin':'http://waimai.meituan.com',
        'Referer':'http://waimai.meituan.com/comment/144714242768510707',
        'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',
        'X-Requested-With':'XMLHttpRequest'
    }
    
    payload = pay
    
    timeout = random.choice(range(10, 20))
    
    html = requests.post(url,headers = headers,data = payload,timeout = timeout)
    
    time.sleep(random.choice(range(21, 55)))
    
    jd = json.loads(html.text)
    
    item = {}
    for i in range(30):
        user_id = jd['data']['wmCommentVo'][i]['wmComment']['user_id']
        
        user_name = jd['data']['wmCommentVo'][i]['wmComment']['username']
        
        order_time = jd['data']['wmCommentVo'][i]['commentTime']
        
        order_coments = jd['data']['wmCommentVo'][i]['wmComment']['clean_comment']
        
        item.setdefault('user_id',user_id)
        
        item.setdefault('user_name',user_name)
        
        item.setdefault('order_time',order_time)
        
        item.setdefault('order_coments',order_coments)
        
        fieldnames = ['user_id', 'user_name', 'order_time', 'order_coments']
        
        with open('waimai1.csv', 'a', newline='', errors='ignore')as f:
            f_csv = csv.DictWriter(f, fieldnames=fieldnames)

            f_csv.writeheader()

            f_csv.writerow(item)
        
        
if __name__ == '__main__':
    f = open('waimai1.csv', 'w')
    
    pp = {
        'wmpoiIdStr':'144714242768772851',
        'has_content':'1',
        'score_grade':'0',
        'uuid':'Lk80hpGbK2WdGpo3knW8qZw2M6dDGUODsDrcGIPj8TdyhDChRFTV-fjxkGWwEQ9w',
        'platform':'1',
        'partner':'4',
        'originUrl':'http%3A%2F%2Fwaimai.meituan.com%2Fcomment%2F144714242768772851'
    }
    for i in range(1,3):
        pp['offset'] = '' + str(i)
        
        print(pp)
        
    pool = ThreadPool(4)
    results = pool.map(spider, pp)
    pool.close()
    pool.join()
    f.close()


----------

print(html.text)

{"data":{"wmCommentVo":[{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1045263521,"wm_poi_id":19177,"poi_id":19177,"order_id":5115242746,"user_id":594637671,"username":"心***青","ship_score":0,"ship_time":67,"comment":"好好吃味道好极了","clean_comment":"好好吃味道好极了","comment_type":4,"valid":1,"ctime":1500393280,"utime":1500459610,"wm_poi_name":"","order_arrive_time":1500392700,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/411ef7fbfd13de728c628f2e61d9986f45603.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-18"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1045103501,"wm_poi_id":19177,"poi_id":19177,"order_id":4987456122,"user_id":33649939,"username":"q***3","ship_score":0,"ship_time":68,"comment":"小龙虾一直觉得麻辣诱惑的干净卫生 送货上门而且味道特别赞 尤其是麻小的汤汁拌面 真是绝了 拿手机分别下了两单 个头都够大 味道超棒的 以后只要叫外卖还是点麻辣诱惑","clean_comment":"小龙虾一直觉得麻辣诱惑的干净卫生 送货上门而且味道特别赞 尤其是麻小的汤汁拌面 真是绝了 拿手机分别下了两单 个头都够大 味道超棒的 以后只要叫外卖还是点麻辣诱惑","comment_type":4,"valid":1,"ctime":1500387065,"utime":1500459623,"wm_poi_name":"","order_arrive_time":1499685300,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-18"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1045082541,"wm_poi_id":19177,"poi_id":19177,"order_id":5020945688,"user_id":516659199,"username":"o***8","ship_score":0,"ship_time":72,"comment":"#吃货放纵款标准份(40只)#太好吃了又不是很辣","clean_comment":"#吃货放纵款标准份(40只)#太好吃了又不是很辣","comment_type":4,"valid":1,"ctime":1500386430,"utime":1500459637,"wm_poi_name":"","order_arrive_time":1499866500,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/fc3bf35f4c60bcaaf0fe1c7656a4b7d8101436.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-18"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1044607645,"wm_poi_id":19177,"poi_id":19177,"order_id":5111185289,"user_id":382865339,"username":"l***g","ship_score":0,"ship_time":68,"comment":"很少有商家能让我主动拍照来好评的,这家的小龙虾,Q弹入味,吃爽了,必须来五星好评!可惜吃完了才拍的,哈哈哈。希望一直保持以后就吃你家了","clean_comment":"很少有商家能让我主动拍照来好评的,这家的小龙虾,Q弹入味,吃爽了,必须来五星好评!可惜吃完了才拍的,哈哈哈。希望一直保持以后就吃你家了","comment_type":4,"valid":1,"ctime":1500376904,"utime":1500459782,"wm_poi_name":"","order_arrive_time":1500376200,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/29a8178da8b54caa5571bac85f12c155100032.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-18"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1042075504,"wm_poi_id":19177,"poi_id":19177,"order_id":5097215404,"user_id":900375671,"username":"m***干","ship_score":0,"ship_time":69,"comment":"超级好吃 包装也非常好","clean_comment":"超级好吃 包装也非常好","comment_type":4,"valid":1,"ctime":1500295849,"utime":1500460196,"wm_poi_name":"","order_arrive_time":1500294000,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/f96cec3aac0b817a22805c68eb11dc67230336.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-17"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1041802794,"wm_poi_id":19177,"poi_id":19177,"order_id":5066353706,"user_id":3475732,"username":"匿***户","ship_score":0,"ship_time":72,"comment":"买了好几次,每次都很好","clean_comment":"买了好几次,每次都很好","comment_type":4,"valid":1,"ctime":1500290960,"utime":1500460227,"wm_poi_name":"","order_arrive_time":1500122700,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-17"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1039628943,"wm_poi_id":19177,"poi_id":19177,"order_id":5083989541,"user_id":73979607,"username":"匿***户","ship_score":0,"ship_time":71,"comment":"味道不错,而且个头大 满意,就是捞面没有了.......","clean_comment":"味道不错,而且个头大 满意,就是捞面没有了.......","comment_type":4,"valid":1,"ctime":1500219605,"utime":1500282355,"wm_poi_name":"","order_arrive_time":1500216000,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-16"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1039132845,"wm_poi_id":19177,"poi_id":19177,"order_id":5081137835,"user_id":49360188,"username":"L***w","ship_score":0,"ship_time":68,"comment":"第一次吃外卖小龙虾,还不错。送来的时候是热的,是闪送派送,时间有保障。小龙虾肉多,新鲜,味道也很好。推荐不能吃辣的可以选择蒜蓉的,也不错。","clean_comment":"第一次吃外卖小龙虾,还不错。送来的时候是热的,是闪送派送,时间有保障。小龙虾肉多,新鲜,味道也很好。推荐不能吃辣的可以选择蒜蓉的,也不错。","comment_type":4,"valid":1,"ctime":1500206759,"utime":1500287063,"wm_poi_name":"","order_arrive_time":1500205200,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/9d27259b49a58b7248690695256d8303247930.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-16"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1038569702,"wm_poi_id":19177,"poi_id":19177,"order_id":5079056556,"user_id":35796690,"username":"W***8","ship_score":0,"ship_time":44,"comment":"还不错\uD83D\uDC4D","clean_comment":"还不错\uD83D\uDC4D","comment_type":4,"valid":1,"ctime":1500198036,"utime":1500287254,"wm_poi_name":"","order_arrive_time":1500197700,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-16"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1036550913,"wm_poi_id":19177,"poi_id":19177,"order_id":5067189386,"user_id":421239,"username":"匿***户","ship_score":0,"ship_time":70,"comment":"大爱蒜蓉味的 汤里面加点面好吃的不得了#蒜蓉去钳虾大份(500g)##麻辣小龙虾(标准份)#\uD83E\uDD90不小 好把头剪掉去掉沙袋 很贴心\uD83D\uDC4D赞","clean_comment":"大爱蒜蓉味的 汤里面加点面好吃的不得了#蒜蓉去钳虾大份(500g)##麻辣小龙虾(标准份)#\uD83E\uDD90不小 好把头剪掉去掉沙袋 很贴心\uD83D\uDC4D赞","comment_type":4,"valid":1,"ctime":1500130595,"utime":1500287759,"wm_poi_name":"","order_arrive_time":1500125700,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":"蟹蟹小主的认可,很高兴为您提供了美好的一餐~麻小外卖坚守产品品质,不断努力为您提供更好的服务。小主还可以添加麻小妞个人微信:maxiaoniu21,等你来撩!","commentTime":"2017-07-15"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050861469,"wm_poi_id":19177,"poi_id":19177,"order_id":5144330613,"user_id":107637714,"username":"匿***户","ship_score":0,"ship_time":69,"comment":"接近两个小时送到     没什么可说的了","clean_comment":"接近两个小时送到     没什么可说的了","comment_type":4,"valid":1,"ctime":1500559740,"utime":1500559740,"wm_poi_name":"","order_arrive_time":1500554400,"hash_id":"","order_time":0,"order_comment_score":1,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050825911,"wm_poi_id":19177,"poi_id":19177,"order_id":5144499838,"user_id":10456736,"username":"来***呀","ship_score":0,"ship_time":70,"comment":"量足,包装严实,还有湿纸巾,围裙,一次性桌布,店家相当周到!关键是麻小味道好,烤猪蹄也好吃,香而不腻!荷叶焗饭米饭都是香米特别好吃!麻将烧饼特别棒,一定要趁热吃,烧饼很好吃!店家配送特别快,送货上门而且提前半个多小时就送到了,配送也无可挑剔!完美的一餐!","clean_comment":"量足,包装严实,还有湿纸巾,围裙,一次性桌布,店家相当周到!关键是麻小味道好,烤猪蹄也好吃,香而不腻!荷叶焗饭米饭都是香米特别好吃!麻将烧饼特别棒,一定要趁热吃,烧饼很好吃!店家配送特别快,送货上门而且提前半个多小时就送到了,配送也无可挑剔!完美的一餐!","comment_type":4,"valid":1,"ctime":1500558700,"utime":1500558700,"wm_poi_name":"","order_arrive_time":1500555000,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/cf49b29444b7c1dd50ac2d4a0f05c29867629.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050804754,"wm_poi_id":19177,"poi_id":19177,"order_id":5114318658,"user_id":289663758,"username":"x***6","ship_score":0,"ship_time":68,"comment":"非常不错,虾很大,分量足,味道好","clean_comment":"非常不错,虾很大,分量足,味道好","comment_type":4,"valid":1,"ctime":1500558127,"utime":1500558127,"wm_poi_name":"","order_arrive_time":1500386400,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050790817,"wm_poi_id":19177,"poi_id":19177,"order_id":5145561233,"user_id":89017504,"username":"d***6","ship_score":0,"ship_time":37,"comment":"快递不打电话,而是捶门,把隔壁邻居都捶出来了..","clean_comment":"快递不打电话,而是捶门,把隔壁邻居都捶出来了..","comment_type":4,"valid":1,"ctime":1500557763,"utime":1500557763,"wm_poi_name":"","order_arrive_time":1500557400,"hash_id":"","order_time":0,"order_comment_score":3,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/dbd0a728e014cfc8ecd84fd095c4854148178.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050782542,"wm_poi_id":19177,"poi_id":19177,"order_id":5055015498,"user_id":317220305,"username":"心***2","ship_score":0,"ship_time":69,"comment":"#十三香小龙虾(小份)#取代了#蒜蓉去钳虾大份(500g)#的地位,真的超好吃。包装一如既往的贴心,吃完一扔超方便","clean_comment":"#十三香小龙虾(小份)#取代了#蒜蓉去钳虾大份(500g)#的地位,真的超好吃。包装一如既往的贴心,吃完一扔超方便","comment_type":4,"valid":1,"ctime":1500557547,"utime":1500557547,"wm_poi_name":"","order_arrive_time":1500090300,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/48fd40f262cf55c3fa241ea2a926cd1125195.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050714862,"wm_poi_id":19177,"poi_id":19177,"order_id":5144789290,"user_id":49083657,"username":"窦***华","ship_score":0,"ship_time":63,"comment":"不用给餐具吗?小龙虾不用带手套吗?桌布呢?统统不见了!还是大众点评就没有,之前用饿了么每次都是全的啊!","clean_comment":"不用给餐具吗?小龙虾不用带手套吗?桌布呢?统统不见了!还是大众点评就没有,之前用饿了么每次都是全的啊!","comment_type":4,"valid":1,"ctime":1500555987,"utime":1500555987,"wm_poi_name":"","order_arrive_time":1500555600,"hash_id":"","order_time":0,"order_comment_score":2,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050713515,"wm_poi_id":19177,"poi_id":19177,"order_id":5033308885,"user_id":445320159,"username":"K***9","ship_score":0,"ship_time":67,"comment":"味道好 包装盒讲究\uD83D\uDC4D","clean_comment":"味道好 包装盒讲究\uD83D\uDC4D","comment_type":4,"valid":1,"ctime":1500555958,"utime":1500555958,"wm_poi_name":"","order_arrive_time":1499943600,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":0,"wmComment":{"id":1050613694,"wm_poi_id":19177,"poi_id":19177,"order_id":5142842833,"user_id":907290511,"username":"糖***T","ship_score":0,"ship_time":68,"comment":"","clean_comment":"","comment_type":4,"valid":1,"ctime":1500553939,"utime":1500553939,"wm_poi_name":"","order_arrive_time":1500550200,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/a58600068b7b2568154f88e51e10a423202794.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050610306,"wm_poi_id":19177,"poi_id":19177,"order_id":5084509834,"user_id":106757725,"username":"落***.","ship_score":0,"ship_time":70,"comment":"超级棒,还会再点的!","clean_comment":"超级棒,还会再点的!","comment_type":4,"valid":1,"ctime":1500553874,"utime":1500553874,"wm_poi_name":"","order_arrive_time":1500219900,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/__51963616__8724067.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050586009,"wm_poi_id":19177,"poi_id":19177,"order_id":5142976415,"user_id":174232497,"username":"A***7","ship_score":0,"ship_time":67,"comment":"很好吃,豆皮发成笋了,也很好吃。发货晚了老板送了蒜蓉虾好吃","clean_comment":"很好吃,豆皮发成笋了,也很好吃。发货晚了老板送了蒜蓉虾好吃","comment_type":4,"valid":1,"ctime":1500553420,"utime":1500553420,"wm_poi_name":"","order_arrive_time":1500550500,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050578126,"wm_poi_id":19177,"poi_id":19177,"order_id":5100767123,"user_id":8227198,"username":"匿***户","ship_score":0,"ship_time":246,"comment":"干净清爽,好吃停不下来","clean_comment":"干净清爽,好吃停不下来","comment_type":4,"valid":1,"ctime":1500553274,"utime":1500553274,"wm_poi_name":"","order_arrive_time":1500351000,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050567693,"wm_poi_id":19177,"poi_id":19177,"order_id":5079389900,"user_id":862828351,"username":"Y***3","ship_score":0,"ship_time":69,"comment":"很好吃!还想和朋友一起吃!","clean_comment":"很好吃!还想和朋友一起吃!","comment_type":4,"valid":1,"ctime":1500553091,"utime":1500553091,"wm_poi_name":"","order_arrive_time":1500200400,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050510966,"wm_poi_id":19177,"poi_id":19177,"order_id":5037638964,"user_id":87401008,"username":"R***5","ship_score":0,"ship_time":71,"comment":"味道真心好 干净  上档次","clean_comment":"味道真心好 干净  上档次","comment_type":4,"valid":1,"ctime":1500552117,"utime":1500552117,"wm_poi_name":"","order_arrive_time":1499962200,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/33a913dacd2e78165dc4d781c2de01da60096.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050473351,"wm_poi_id":19177,"poi_id":19177,"order_id":5140097983,"user_id":588045162,"username":"匿***户","ship_score":0,"ship_time":207,"comment":"味道依然美味无比,晚了半个小时,菜上桌一直等。快递不容易,但是配送就晚了,应该提前20分钟送出吧。这次晚的多些!","clean_comment":"味道依然美味无比,晚了半个小时,菜上桌一直等。快递不容易,但是配送就晚了,应该提前20分钟送出吧。这次晚的多些!","comment_type":4,"valid":1,"ctime":1500551494,"utime":1500551494,"wm_poi_name":"","order_arrive_time":1500547800,"hash_id":"","order_time":0,"order_comment_score":3,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050440721,"wm_poi_id":19177,"poi_id":19177,"order_id":5129055009,"user_id":369621789,"username":"v***8","ship_score":0,"ship_time":70,"comment":"差评,太差了,八点订的餐十点二十才送过来,还要我评个五分好评,才会反个30元的现金卷,你们也太好意思了。","clean_comment":"差评,太差了,八点订的餐十点二十才送过来,还要我评个五分好评,才会反个30元的现金卷,你们也太好意思了。","comment_type":4,"valid":1,"ctime":1500550966,"utime":1500550966,"wm_poi_name":"","order_arrive_time":1500469800,"hash_id":"","order_time":0,"order_comment_score":1,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050399540,"wm_poi_id":19177,"poi_id":19177,"order_id":5067550051,"user_id":479261721,"username":"f***1","ship_score":0,"ship_time":71,"comment":"很好吃~新鲜~好吃","clean_comment":"很好吃~新鲜~好吃","comment_type":4,"valid":1,"ctime":1500550325,"utime":1500550325,"wm_poi_name":"","order_arrive_time":1500127500,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":0,"wmComment":{"id":1050332467,"wm_poi_id":19177,"poi_id":19177,"order_id":5083271081,"user_id":129653665,"username":"亲***安","ship_score":0,"ship_time":71,"comment":"","clean_comment":"","comment_type":4,"valid":1,"ctime":1500549299,"utime":1500549299,"wm_poi_name":"","order_arrive_time":1500212100,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050326369,"wm_poi_id":19177,"poi_id":19177,"order_id":5048337063,"user_id":142740390,"username":"匿***户","ship_score":0,"ship_time":69,"comment":"好吃,打折很划算,赞一个!","clean_comment":"好吃,打折很划算,赞一个!","comment_type":4,"valid":1,"ctime":1500549208,"utime":1500549208,"wm_poi_name":"","order_arrive_time":1500029100,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050307877,"wm_poi_id":19177,"poi_id":19177,"order_id":5063149192,"user_id":93517299,"username":"t***0","ship_score":0,"ship_time":69,"comment":"每周末必点,已经成为常态。放纵款绝对是吃货福利,就是周末订单人多,有时送货时间太久。","clean_comment":"每周末必点,已经成为常态。放纵款绝对是吃货福利,就是周末订单人多,有时送货时间太久。","comment_type":4,"valid":1,"ctime":1500548929,"utime":1500548929,"wm_poi_name":"","order_arrive_time":1500112800,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/517c650b594f73883b3b3e29dbc42ccd13590.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"},{"wmFoodComment":[],"has_content_comment":1,"wmComment":{"id":1050285459,"wm_poi_id":19177,"poi_id":19177,"order_id":5067504542,"user_id":66764088,"username":"O***D","ship_score":0,"ship_time":70,"comment":"炒鸡好吃啊,以后还要定的","clean_comment":"炒鸡好吃啊,以后还要定的","comment_type":4,"valid":1,"ctime":1500548593,"utime":1500548594,"wm_poi_name":"","order_arrive_time":1500127200,"hash_id":"","order_time":0,"order_comment_score":5,"food_comments":[],"ctime_str":"","order_id_str":"","order_comment_score_str":"","ship_time_str":"","poi_comment":"暂无","poi_reply_time":"暂无","user_reply_usephone":"","city_id":0,"remark":null,"add_comment_time":0,"add_comment":"","user_pic_url":"https://img.meituan.net/avatar/9c151066102faf137f0f006de5015e78123492.jpg","opCtime":null,"opType":null,"opName":null,"opId":null},"businessReply":null,"commentTime":"2017-07-20"}],"page_total":778},"code":0,"msg":"成功"}
阅读 2.7k
1 个回答

帮你把代码调整了一下

import json
import requests
import csv
from multiprocessing.pool import ThreadPool
import time
import random

def spider(offset):
    payload = {
        'wmpoiIdStr':'144714242768772851',
        'has_content':'1',
        'score_grade':'0',
        'uuid':'Lk80hpGbK2WdGpo3knW8qZw2M6dDGUODsDrcGIPj8TdyhDChRFTV-fjxkGWwEQ9w',
        'platform':'1',
        'partner':'4',
        'originUrl':'http%3A%2F%2Fwaimai.meituan.com%2Fcomment%2F144714242768772851',
        'offset': offset
    }
    print payload

    url = 'http://waimai.meituan.com/ajax/comment'

    headers = {
        'Accept':'application/json, text/javascript, */*; q=0.01',
        'Accept-Encoding':'gzip, deflate',
        'Accept-Language':'zh-CN,zh;q=0.8',
        'Connection':'keep-alive',
        'Content-Length':'240',
        'Content-Type':'application/x-www-form-urlencoded; charset=UTF-8',
        'Cookie':'w_uuid=Lk80hpGbK2WdGprtio3knW8qZw2M6dsDGUODsDrcGIPjsd8TddyhDChRFTV-fjxkGWwEQ9w; _ga=GA1.2.58204263.1500387690; _gid=GA1.2.1371729683.1500477433; w_cid=110108; w_cpy_cn="%E6%B5%B7%E6%B347%80%E5%8C%BA"; w_cpy=haidianqu; waddrname="%E6%B5%B7%E6%B7%80%E5%8C%BA"; w_geoid=wx4eqe6xzyn7; w_ah="39.96550491079688,116.305sdf4373461008,%E6%B5%B7%E6%B7%80%E5%8C%BA|40sd.004531890153885,116.47530399262905,%E6%9C34%9B%E4%BA%AC%2C%E6%9D%A5%E5%B9%BF%E8%90%A5%2C%E8%8A%B1%E5%AE%B6%E5%9C%B0"; __mta=54975892.150034387690711.15005df60675259.1500560676808.65; JSESSIONID=f3xtek914oipq3khdws6rcgv; _ga=GA1.3.58204263.1500387690; _gid=GA1.3.1371729683.1500477433; _gat=1; w_utmz="utm_campaign=(direct)&utm_source=(direct)&utm_medium=(none)&utm_content=(none)&utm_term=(none)"; w_visitid=af2e9580-560d-4327-9673-9b33631c197f',
        'Host':'waimai.meituan.com',
        'Origin':'http://waimai.meituan.com',
        'Referer':'http://waimai.meituan.com/comment/144714242768510707',
        'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',
        'X-Requested-With':'XMLHttpRequest'
    }

    timeout = random.choice(range(10, 20))

    html = requests.post(url,headers = headers,data = payload,timeout = timeout)

    time.sleep(random.choice(range(21, 55)))

    jd = json.loads(html.text)

    item = {}
    for i in range(30):
        user_id = jd['data']['wmCommentVo'][i]['wmComment']['user_id']

        user_name = jd['data']['wmCommentVo'][i]['wmComment']['username']

        order_time = jd['data']['wmCommentVo'][i]['commentTime']

        order_coments = jd['data']['wmCommentVo'][i]['wmComment']['clean_comment']

        item.setdefault('user_id',user_id)

        item.setdefault('user_name',user_name)

        item.setdefault('order_time',order_time)

        item.setdefault('order_coments',order_coments)

        fieldnames = ['user_id', 'user_name', 'order_time', 'order_coments']

        with open('waimai1.csv', 'a', newline='', errors='ignore')as f:
            f_csv = csv.DictWriter(f, fieldnames=fieldnames)

            f_csv.writeheader()

            f_csv.writerow(item)


if __name__ == '__main__':
    pool = ThreadPool(4)
    results = pool.map(spider, list(range(1,3)))
    pool.close()
    pool.join()
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题