美团西安美食部分爬虫(修改版)(python)

#美团美食
# -*- coding:UTF-8 -*-
import requests
import time
from bs4 import BeautifulSoup
import json
import csv
import random
with open(r'C:\Users\Hanju\Desktop\美团西安美食.csv',"w", newline='',encoding='UTF-8') as csvfile: (将爬取到的数据写入对应csv文件)
    writer = csv.writer(csvfile)
    writer.writerow(['网站名','品类','商家名称','地址']) (老板要求按照这个格式)
    target = 'http://xa.meituan.com/meishi/'
    head={}
    head['User-Agent'] = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'
    req = requests.get(url=target,headers=head)
    html=req.text
    bf=BeautifulSoup(html,'lxml')
    tag=bf.find_all('script')[14]
    text=str(tag)[27:-10]
    data=json.loads(text)
    print(data)

运行结果如下,里面包含有我需要抓取的所有信息,包括菜系分类,区域id,还有本页的店家名称和地址,打印结果如下

{'$meta': {'knbJS': '//s0.meituan.net/bs/knb/v1.3.19/knb.js', 'adunionJS': '//h5.dianping.com/app/adu-track/adunion-track.js', 'uuid': '5282ca77-bfd1-484e-84bd-d8ae40a836a9', 'userId': '', 'cityId': 42, 'cityName': '西安', 'userName': '', 'pageId': 'c_zmptg', 'title': '【西安代金券】碑林区附近的代金券推荐_代金券攻略-西安美团网'}, 'pageId': 'c_zmptg', 'userId': '', 'title': '【西安代金券】碑林区附近的代金券推荐_代金券攻略-西安美团网', 'description': '美团西安+代金券,查找碑林区附近的代金券图片,特色代金券,代金券餐厅,查询菜单,人均价格,营业时间,优惠的最新信息。上万用户的代金券评价,推荐靠谱特色代金券店。', 'keyword': '西安+代金券,代金券图片,特色代金券,代金券餐厅。', 'prefer': [{'itemId': '165409369', 'title': '螺小胖柳州螺蛳粉(民乐园店)', 'imgUrl': 'https://img.meituan.net/w.h/msmerchant/fcb07f6715bcfc9c56ce1857b23a37a2480044.jpg', 'score': '4.0', 'consumeNum': None, 'areaName': '民乐园', 'lowPrice': '10.8', 'saleNum': None, 'commentNum': 61, 'detailUrl': '', 'firstCate': [1, 20426, 20557], 'avgPrice': 13}, {'itemId': '95496627', 'title': '探鱼(cityon熙地港店)', 'imgUrl': 'https://img.meituan.net/w.h/msmerchant/b37eb2f659448d38ef056445e616d95d7573178.png', 'score': '3.6', 'consumeNum': None, 'areaName': '未央路', 'lowPrice': '89.0', 'saleNum': None, 'commentNum': 2296, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 74}, {'itemId': '50457346', 'title': '杨翔豆皮涮牛肚(万和城购物中心店)', 'imgUrl': 'http://p1.meituan.net/w.h/mogu/72fe9106c88cc8b43fa1f814bbfb87ab266685.jpg', 'score': '5.0', 'consumeNum': None, 'areaName': '胡家庙', 'lowPrice': '89.0', 'saleNum': None, 'commentNum': 3249, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 52}, {'itemId': '165619156', 'title': '华莱士(含元殿店)', 'imgUrl': 'http://p1.meituan.net/w.h/deal/a4c622bcb1e562f1cb13ed06524e257f61750.jpg', 'score': '4.8', 'consumeNum': None, 'areaName': '胡家庙', 'lowPrice': '10.9', 'saleNum': None, 'commentNum': 46, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 17}, {'itemId': '157805163', 'title': '克拉拉(电子城店)', 'imgUrl': 'http://p1.meituan.net/w.h/mogu/05592244bd8cca1a65e17c4b52bd16d856231.jpg', 'score': '4.4', 'consumeNum': None, 'areaName': '电子城', 'lowPrice': '39.0', 'saleNum': None, 'commentNum': 542, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 79}, {'itemId': '91367806', 'title': '奥赛奥章鱼水煎肉(cityon熙地港店)', 'imgUrl': 'http://p0.meituan.net/w.h/mogu/01fa2e7e4b5c653eb74c2aad8f9701d382429.jpg', 'score': '4.5', 'consumeNum': None, 'areaName': '未央路', 'lowPrice': '78.0', 'saleNum': None, 'commentNum': 4093, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 52}, {'itemId': '158671609', 'title': '西安味道小炒泡馍(五路口店)', 'imgUrl': 'https://p1.meituan.net/w.h/deal/a2cab0f2b3f110bc5766618801b9f46988841.jpg', 'score': '4.2', 'consumeNum': None, 'areaName': '民乐园', 'lowPrice': '12.9', 'saleNum': None, 'commentNum': 484, 'detailUrl': '', 'firstCate': [1, 20426, 20557], 'avgPrice': 24}, {'itemId': '3313852', 'title': '韩味坊(长安中央广场店)', 'imgUrl': 'http://p1.meituan.net/w.h/deal/__25093590__4941376.jpg', 'score': '4.1', 'consumeNum': None, 'areaName': '长安广场', 'lowPrice': '46.8', 'saleNum': None, 'commentNum': 18603, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 48}, {'itemId': '4217424', 'title': '金迈源自助涮烤王', 'imgUrl': 'http://p0.meituan.net/w.h/mogu/6eb8d272aa41275a6f6a81b46f7927aa121969.jpg', 'score': '5.0', 'consumeNum': None, 'areaName': '立丰国际', 'lowPrice': '49.9', 'saleNum': None, 'commentNum': 8591, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 50}, {'itemId': '2369333', 'title': '锦唐印象(纺织城店)', 'imgUrl': 'http://p0.meituan.net/w.h/ugcpic/bd84d245817fb57dc1752ed5f5709d29', 'score': '5.0', 'consumeNum': None, 'areaName': '纺织城', 'lowPrice': '50.0', 'saleNum': None, 'commentNum': 13104, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 58}, {'itemId': '50434581', 'title': '北京亚辰涮烤(迎宾大道店)', 'imgUrl': 'http://p0.meituan.net/w.h/apiback/7e38ddf7606df463c47c16f8dc8003c7112810.jpg', 'score': '3.2', 'consumeNum': None, 'areaName': '未央路', 'lowPrice': '42.0', 'saleNum': None, 'commentNum': 10220, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 48}, {'itemId': '159138154', 'title': '五叔家串串老火锅(长安万科店)', 'imgUrl': 'https://img.meituan.net/w.h/msmerchant/5634095d8956644a9470d077feb000d171394.jpg', 'score': '3.6', 'consumeNum': None, 'areaName': '南大学城', 'lowPrice': '49.9', 'saleNum': None, 'commentNum': 854, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 51}, {'itemId': '4071209', 'title': '火焰山自助美食汇(盛龙广场店)', 'imgUrl': 'http://p0.meituan.net/w.h/mogu/5f6656230816105e9e3dc1c8f283799c24504.jpg', 'score': '3.4', 'consumeNum': None, 'areaName': '未央路', 'lowPrice': '50.0', 'saleNum': None, 'commentNum': 10843, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 54}, {'itemId': '104632747', 'title': '清水湾·乐汤汇', 'imgUrl': 'https://p1.meituan.net/w.h/merchantpic/51cb019ae234d7ac65594569edd6acac5371528.jpg', 'score': '4.6', 'consumeNum': None, 'areaName': '明光路', 'lowPrice': '78.0', 'saleNum': None, 'commentNum': 7286, 'detailUrl': '', 'firstCate': [2, 20611, 20426], 'avgPrice': 160}, {'itemId': '159623451', 'title': '爱辣屋咕噜鱼(南稍门中贸店)', 'imgUrl': 'https://img.meituan.net/w.h/msmerchant/23467263530292fce468a7302fc9b65558452.jpg', 'score': '4.6', 'consumeNum': None, 'areaName': '南稍门', 'lowPrice': '28.0', 'saleNum': None, 'commentNum': 4848, 'detailUrl': '', 'firstCate': [1, 20632, 20426, 20557], 'avgPrice': 30}], 'ci': 42, 'cityName': '西安', 'lat': '', 'lng': '', 'uuid': '5282ca77-bfd1-484e-84bd-d8ae40a836a9', 'crumbNav': [{'title': '西安美团', 'url': 'http://xa.meituan.com/'}, {'title': '西安美食', 'url': 'http://xa.meituan.com/meishi/'}, {'title': '西安代金券', 'url': 'http://xa.meituan.com/meishi/c393/'}, {'title': '西安碑林区代金券', 'url': 'http://xa.meituan.com/meishi/c393b113/'}], 'filters': {'cates': [{'id': 393, 'name': '代金券', 'url': 'http://xa.meituan.com/meishi/c393b113/'}, {'id': 11, 'name': '蛋糕甜点', 'url': 'http://xa.meituan.com/meishi/c11b113/'}, {'id': 17, 'name': '火锅', 'url': 'http://xa.meituan.com/meishi/c17b113/'}, {'id': 40, 'name': '自助餐', 'url': 'http://xa.meituan.com/meishi/c40b113/'}, {'id': 36, 'name': '小吃快餐', 'url': 'http://xa.meituan.com/meishi/c36b113/'}, {'id': 28, 'name': '日韩料理', 'url': 'http://xa.meituan.com/meishi/c28b113/'}, {'id': 35, 'name': '西餐', 'url': 'http://xa.meituan.com/meishi/c35b113/'}, {'id': 395, 'name': '聚餐宴请', 'url': 'http://xa.meituan.com/meishi/c395b113/'}, {'id': 54, 'name': '烧烤烤肉', 'url': 'http://xa.meituan.com/meishi/c54b113/'}, {'id': 20003, 'name': '东北菜', 'url': 'http://xa.meituan.com/meishi/c20003b113/'}, {'id': 55, 'name': '川湘菜', 'url': 'http://xa.meituan.com/meishi/c55b113/'}, {'id': 56, 'name': '江浙菜', 'url': 'http://xa.meituan.com/meishi/c56b113/'}, {'id': 20004, 'name': '香锅烤鱼', 'url': 'http://xa.meituan.com/meishi/c20004b113/'}, {'id': 57, 'name': '粤菜', 'url': 'http://xa.meituan.com/meishi/c57b113/'}, {'id': 400, 'name': '中式烧烤/烤串', 'url': 'http://xa.meituan.com/meishi/c400b113/'}, {'id': 58, 'name': '西北菜', 'url': 'http://xa.meituan.com/meishi/c58b113/'}, {'id': 41, 'name': '咖啡酒吧', 'url': 'http://xa.meituan.com/meishi/c41b113/'}, {'id': 59, 'name': '京菜鲁菜', 'url': 'http://xa.meituan.com/meishi/c59b113/'}, {'id': 60, 'name': '云贵菜', 'url': 'http://xa.meituan.com/meishi/c60b113/'}, {'id': 62, 'name': '东南亚菜', 'url': 'http://xa.meituan.com/meishi/c62b113/'}, {'id': 63, 'name': '海鲜', 'url': 'http://xa.meituan.com/meishi/c63b113/'}, {'id': 217, 'name': '素食', 'url': 'http://xa.meituan.com/meishi/c217b113/'}, {'id': 227, 'name': '台湾/客家菜', 'url': 'http://xa.meituan.com/meishi/c227b113/'}, {'id': 228, 'name': '创意菜', 'url': 'http://xa.meituan.com/meishi/c228b113/'}, {'id': 229, 'name': '汤/粥/炖菜', 'url': 'http://xa.meituan.com/meishi/c229b113/'}, {'id': 232, 'name': '蒙餐', 'url': 'http://xa.meituan.com/meishi/c232b113/'}, {'id': 233, 'name': '新疆菜', 'url': 'http://xa.meituan.com/meishi/c233b113/'}, {'id': 24, 'name': '其他美食', 'url': 'http://xa.meituan.com/meishi/c24b113/'}], 'areas': [{'id': 113, 'name': '碑林区', 'url': 'http://xa.meituan.com/meishi/c393b113/', 'subAreas': [{'id': 113, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b113/'}, {'id': 6835, 'name': '东大街', 'url': 'http://xa.meituan.com/meishi/c393b6835/'}, {'id': 7137, 'name': '南大街', 'url': 'http://xa.meituan.com/meishi/c393b7137/'}, {'id': 900, 'name': '小雁塔', 'url': 'http://xa.meituan.com/meishi/c393b900/'}, {'id': 8976, 'name': '含光路', 'url': 'http://xa.meituan.com/meishi/c393b8976/'}, {'id': 897, 'name': '钟楼/鼓楼', 'url': 'http://xa.meituan.com/meishi/c393b897/'}, {'id': 898, 'name': '西北大/西工大', 'url': 'http://xa.meituan.com/meishi/c393b898/'}, {'id': 899, 'name': '和平门/建国门', 'url': 'http://xa.meituan.com/meishi/c393b899/'}, {'id': 908, 'name': '交大/理工大', 'url': 'http://xa.meituan.com/meishi/c393b908/'}, {'id': 7402, 'name': '南稍门', 'url': 'http://xa.meituan.com/meishi/c393b7402/'}, {'id': 7404, 'name': '东关正街', 'url': 'http://xa.meituan.com/meishi/c393b7404/'}, {'id': 8974, 'name': '立丰国际', 'url': 'http://xa.meituan.com/meishi/c393b8974/'}, {'id': 8975, 'name': '太乙路', 'url': 'http://xa.meituan.com/meishi/c393b8975/'}, {'id': 9012, 'name': '长安立交', 'url': 'http://xa.meituan.com/meishi/c393b9012/'}, {'id': 15634, 'name': '怡丰城/西荷花园', 'url': 'http://xa.meituan.com/meishi/c393b15634/'}, {'id': 15639, 'name': '互助路立交', 'url': 'http://xa.meituan.com/meishi/c393b15639/'}, {'id': 15642, 'name': '李家村', 'url': 'http://xa.meituan.com/meishi/c393b15642/'}, {'id': 15643, 'name': '朱雀大街北段', 'url': 'http://xa.meituan.com/meishi/c393b15643/'}, {'id': 15664, 'name': '文艺路', 'url': 'http://xa.meituan.com/meishi/c393b15664/'}, {'id': 15667, 'name': '黄雁村', 'url': 'http://xa.meituan.com/meishi/c393b15667/'}, {'id': 15784, 'name': '劳动南路', 'url': 'http://xa.meituan.com/meishi/c393b15784/'}, {'id': 15785, 'name': '广济街', 'url': 'http://xa.meituan.com/meishi/c393b15785/'}]}, {'id': 116, 'name': '雁塔区', 'url': 'http://xa.meituan.com/meishi/c393b116/', 'subAreas': [{'id': 116, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b116/'}, {'id': 907, 'name': '小寨', 'url': 'http://xa.meituan.com/meishi/c393b907/'}, {'id': 910, 'name': '高新路', 'url': 'http://xa.meituan.com/meishi/c393b910/'}, {'id': 1099, 'name': '电子城', 'url': 'http://xa.meituan.com/meishi/c393b1099/'}, {'id': 4763, 'name': '曲江新区', 'url': 'http://xa.meituan.com/meishi/c393b4763/'}, {'id': 6836, 'name': '大雁塔', 'url': 'http://xa.meituan.com/meishi/c393b6836/'}, {'id': 7403, 'name': '朱雀大街南段', 'url': 'http://xa.meituan.com/meishi/c393b7403/'}, {'id': 8977, 'name': '南二环西段', 'url': 'http://xa.meituan.com/meishi/c393b8977/'}, {'id': 8978, 'name': '南二环东段', 'url': 'http://xa.meituan.com/meishi/c393b8978/'}, {'id': 8979, 'name': '明德门', 'url': 'http://xa.meituan.com/meishi/c393b8979/'}, {'id': 8984, 'name': '雁翔路', 'url': 'http://xa.meituan.com/meishi/c393b8984/'}, {'id': 15630, 'name': '西影路', 'url': 'http://xa.meituan.com/meishi/c393b15630/'}, {'id': 15632, 'name': '电视塔', 'url': 'http://xa.meituan.com/meishi/c393b15632/'}, {'id': 15635, 'name': '含光路南段', 'url': 'http://xa.meituan.com/meishi/c393b15635/'}, {'id': 15640, 'name': '政法/师大', 'url': 'http://xa.meituan.com/meishi/c393b15640/'}, {'id': 15641, 'name': '吉祥村', 'url': 'http://xa.meituan.com/meishi/c393b15641/'}]}, {'id': 119, 'name': '高新区', 'url': 'http://xa.meituan.com/meishi/c393b119/', 'subAreas': [{'id': 119, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b119/'}, {'id': 8980, 'name': '光华路', 'url': 'http://xa.meituan.com/meishi/c393b8980/'}, {'id': 8983, 'name': '科技路西口', 'url': 'http://xa.meituan.com/meishi/c393b8983/'}, {'id': 8991, 'name': '唐延路南段', 'url': 'http://xa.meituan.com/meishi/c393b8991/'}, {'id': 15629, 'name': '大寨路', 'url': 'http://xa.meituan.com/meishi/c393b15629/'}, {'id': 15631, 'name': '唐延路北段', 'url': 'http://xa.meituan.com/meishi/c393b15631/'}, {'id': 15633, 'name': '绿地世纪城', 'url': 'http://xa.meituan.com/meishi/c393b15633/'}, {'id': 15636, 'name': '西万路口', 'url': 'http://xa.meituan.com/meishi/c393b15636/'}, {'id': 15637, 'name': '枫林绿洲', 'url': 'http://xa.meituan.com/meishi/c393b15637/'}, {'id': 15638, 'name': '徐家庄', 'url': 'http://xa.meituan.com/meishi/c393b15638/'}, {'id': 15646, 'name': '高新软件园', 'url': 'http://xa.meituan.com/meishi/c393b15646/'}, {'id': 15647, 'name': '玫瑰大楼', 'url': 'http://xa.meituan.com/meishi/c393b15647/'}]}, {'id': 115, 'name': '莲湖区', 'url': 'http://xa.meituan.com/meishi/c393b115/', 'subAreas': [{'id': 115, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b115/'}, {'id': 8981, 'name': '广济街', 'url': 'http://xa.meituan.com/meishi/c393b8981/'}, {'id': 903, 'name': '劳动公园', 'url': 'http://xa.meituan.com/meishi/c393b903/'}, {'id': 7479, 'name': '丰庆公园', 'url': 'http://xa.meituan.com/meishi/c393b7479/'}, {'id': 7405, 'name': '北关正街', 'url': 'http://xa.meituan.com/meishi/c393b7405/'}, {'id': 904, 'name': '汉城路沿线', 'url': 'http://xa.meituan.com/meishi/c393b904/'}, {'id': 905, 'name': '莲湖公园', 'url': 'http://xa.meituan.com/meishi/c393b905/'}, {'id': 906, 'name': '西大街', 'url': 'http://xa.meituan.com/meishi/c393b906/'}, {'id': 6839, 'name': '北大街', 'url': 'http://xa.meituan.com/meishi/c393b6839/'}, {'id': 7408, 'name': '西稍门', 'url': 'http://xa.meituan.com/meishi/c393b7408/'}, {'id': 7480, 'name': '劳动南路', 'url': 'http://xa.meituan.com/meishi/c393b7480/'}, {'id': 8982, 'name': '土门', 'url': 'http://xa.meituan.com/meishi/c393b8982/'}, {'id': 14024, 'name': '大兴新区', 'url': 'http://xa.meituan.com/meishi/c393b14024/'}, {'id': 14025, 'name': '红庙坡', 'url': 'http://xa.meituan.com/meishi/c393b14025/'}]}, {'id': 117, 'name': '未央区', 'url': 'http://xa.meituan.com/meishi/c393b117/', 'subAreas': [{'id': 117, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b117/'}, {'id': 909, 'name': '未央路', 'url': 'http://xa.meituan.com/meishi/c393b909/'}, {'id': 7407, 'name': '朱宏路', 'url': 'http://xa.meituan.com/meishi/c393b7407/'}, {'id': 7478, 'name': '明光路', 'url': 'http://xa.meituan.com/meishi/c393b7478/'}, {'id': 7477, 'name': '文景路', 'url': 'http://xa.meituan.com/meishi/c393b7477/'}, {'id': 7406, 'name': '太华路', 'url': 'http://xa.meituan.com/meishi/c393b7406/'}, {'id': 8950, 'name': '龙首村', 'url': 'http://xa.meituan.com/meishi/c393b8950/'}, {'id': 7140, 'name': '大明宫', 'url': 'http://xa.meituan.com/meishi/c393b7140/'}, {'id': 8951, 'name': '赛高街区', 'url': 'http://xa.meituan.com/meishi/c393b8951/'}, {'id': 8952, 'name': '城市运动公园', 'url': 'http://xa.meituan.com/meishi/c393b8952/'}, {'id': 7141, 'name': '辛家庙', 'url': 'http://xa.meituan.com/meishi/c393b7141/'}, {'id': 7138, 'name': '北大学城', 'url': 'http://xa.meituan.com/meishi/c393b7138/'}, {'id': 9309, 'name': '大明宫万达', 'url': 'http://xa.meituan.com/meishi/c393b9309/'}, {'id': 9477, 'name': '红旗厂', 'url': 'http://xa.meituan.com/meishi/c393b9477/'}, {'id': 13026, 'name': '三桥', 'url': 'http://xa.meituan.com/meishi/c393b13026/'}, {'id': 25592, 'name': '和平村', 'url': 'http://xa.meituan.com/meishi/c393b25592/'}, {'id': 37367, 'name': '西安北站', 'url': 'http://xa.meituan.com/meishi/c393b37367/'}]}, {'id': 114, 'name': '新城区', 'url': 'http://xa.meituan.com/meishi/c393b114/', 'subAreas': [{'id': 114, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b114/'}, {'id': 7476, 'name': '新城广场', 'url': 'http://xa.meituan.com/meishi/c393b7476/'}, {'id': 7142, 'name': '民乐园', 'url': 'http://xa.meituan.com/meishi/c393b7142/'}, {'id': 901, 'name': '解放路/火车站', 'url': 'http://xa.meituan.com/meishi/c393b901/'}, {'id': 6838, 'name': '互助立交', 'url': 'http://xa.meituan.com/meishi/c393b6838/'}, {'id': 902, 'name': '金花路', 'url': 'http://xa.meituan.com/meishi/c393b902/'}, {'id': 7143, 'name': '胡家庙', 'url': 'http://xa.meituan.com/meishi/c393b7143/'}, {'id': 8985, 'name': '韩森寨', 'url': 'http://xa.meituan.com/meishi/c393b8985/'}, {'id': 14026, 'name': '东大街', 'url': 'http://xa.meituan.com/meishi/c393b14026/'}, {'id': 18674, 'name': '矿山路', 'url': 'http://xa.meituan.com/meishi/c393b18674/'}, {'id': 36710, 'name': '大明宫遗址公园', 'url': 'http://xa.meituan.com/meishi/c393b36710/'}, {'id': 37380, 'name': '建工路', 'url': 'http://xa.meituan.com/meishi/c393b37380/'}]}, {'id': 4251, 'name': '灞桥区', 'url': 'http://xa.meituan.com/meishi/c393b4251/', 'subAreas': [{'id': 4251, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4251/'}, {'id': 7398, 'name': '纺织城', 'url': 'http://xa.meituan.com/meishi/c393b7398/'}, {'id': 7399, 'name': '十里铺', 'url': 'http://xa.meituan.com/meishi/c393b7399/'}, {'id': 7400, 'name': '白鹿原', 'url': 'http://xa.meituan.com/meishi/c393b7400/'}, {'id': 7401, 'name': '浐灞半岛/世园会', 'url': 'http://xa.meituan.com/meishi/c393b7401/'}, {'id': 14199, 'name': '田洪正街', 'url': 'http://xa.meituan.com/meishi/c393b14199/'}, {'id': 16010, 'name': '城东客运站', 'url': 'http://xa.meituan.com/meishi/c393b16010/'}, {'id': 16013, 'name': '灞桥火车站', 'url': 'http://xa.meituan.com/meishi/c393b16013/'}, {'id': 25659, 'name': '长乐坡', 'url': 'http://xa.meituan.com/meishi/c393b25659/'}]}, {'id': 4253, 'name': '临潼区', 'url': 'http://xa.meituan.com/meishi/c393b4253/', 'subAreas': [{'id': 4253, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4253/'}, {'id': 8986, 'name': '兵马俑', 'url': 'http://xa.meituan.com/meishi/c393b8986/'}, {'id': 8987, 'name': '人民路/文化路', 'url': 'http://xa.meituan.com/meishi/c393b8987/'}, {'id': 8989, 'name': '华清宫', 'url': 'http://xa.meituan.com/meishi/c393b8989/'}, {'id': 8990, 'name': '东三岔', 'url': 'http://xa.meituan.com/meishi/c393b8990/'}, {'id': 17228, 'name': '芷阳湖', 'url': 'http://xa.meituan.com/meishi/c393b17228/'}]}, {'id': 235, 'name': '长安区', 'url': 'http://xa.meituan.com/meishi/c393b235/', 'subAreas': [{'id': 235, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b235/'}, {'id': 7145, 'name': '秦岭沿线', 'url': 'http://xa.meituan.com/meishi/c393b7145/'}, {'id': 7146, 'name': '长安广场', 'url': 'http://xa.meituan.com/meishi/c393b7146/'}, {'id': 7147, 'name': '郭杜', 'url': 'http://xa.meituan.com/meishi/c393b7147/'}, {'id': 7148, 'name': '南大学城', 'url': 'http://xa.meituan.com/meishi/c393b7148/'}, {'id': 15644, 'name': '三森', 'url': 'http://xa.meituan.com/meishi/c393b15644/'}, {'id': 15645, 'name': '紫薇田园都市', 'url': 'http://xa.meituan.com/meishi/c393b15645/'}, {'id': 15665, 'name': '韦曲西街', 'url': 'http://xa.meituan.com/meishi/c393b15665/'}, {'id': 15666, 'name': '韦曲南站', 'url': 'http://xa.meituan.com/meishi/c393b15666/'}, {'id': 15668, 'name': '航天城', 'url': 'http://xa.meituan.com/meishi/c393b15668/'}]}, {'id': 4257, 'name': '高陵区', 'url': 'http://xa.meituan.com/meishi/c393b4257/', 'subAreas': [{'id': 4257, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4257/'}, {'id': 16938, 'name': '高陵县城', 'url': 'http://xa.meituan.com/meishi/c393b16938/'}, {'id': 25170, 'name': '车城花园', 'url': 'http://xa.meituan.com/meishi/c393b25170/'}, {'id': 25171, 'name': '马家湾', 'url': 'http://xa.meituan.com/meishi/c393b25171/'}]}, {'id': 7149, 'name': '阎良区', 'url': 'http://xa.meituan.com/meishi/c393b7149/', 'subAreas': [{'id': 7149, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b7149/'}, {'id': 25713, 'name': '前进路', 'url': 'http://xa.meituan.com/meishi/c393b25713/'}, {'id': 25715, 'name': '千禧广场', 'url': 'http://xa.meituan.com/meishi/c393b25715/'}, {'id': 25717, 'name': '润天大道', 'url': 'http://xa.meituan.com/meishi/c393b25717/'}, {'id': 25719, 'name': '凤凰广场', 'url': 'http://xa.meituan.com/meishi/c393b25719/'}, {'id': 25721, 'name': '蓝天广场', 'url': 'http://xa.meituan.com/meishi/c393b25721/'}]}, {'id': 4254, 'name': '蓝田县', 'url': 'http://xa.meituan.com/meishi/c393b4254/', 'subAreas': [{'id': 4254, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4254/'}, {'id': 23761, 'name': '向阳路', 'url': 'http://xa.meituan.com/meishi/c393b23761/'}, {'id': 23762, 'name': '北环路', 'url': 'http://xa.meituan.com/meishi/c393b23762/'}, {'id': 23763, 'name': '汤峪镇', 'url': 'http://xa.meituan.com/meishi/c393b23763/'}]}, {'id': 4255, 'name': '周至县', 'url': 'http://xa.meituan.com/meishi/c393b4255/', 'subAreas': [{'id': 4255, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4255/'}, {'id': 22410, 'name': '周至汽车站', 'url': 'http://xa.meituan.com/meishi/c393b22410/'}, {'id': 22416, 'name': '武商购物广场', 'url': 'http://xa.meituan.com/meishi/c393b22416/'}]}, {'id': 118, 'name': '近郊', 'url': 'http://xa.meituan.com/meishi/c393b118/', 'subAreas': [{'id': 118, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b118/'}]}, {'id': 4256, 'name': '户县', 'url': 'http://xa.meituan.com/meishi/c393b4256/', 'subAreas': [{'id': 4256, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b4256/'}, {'id': 22405, 'name': '娄敬路', 'url': 'http://xa.meituan.com/meishi/c393b22405/'}, {'id': 22408, 'name': '草堂路', 'url': 'http://xa.meituan.com/meishi/c393b22408/'}, {'id': 26289, 'name': '余下镇', 'url': 'http://xa.meituan.com/meishi/c393b26289/'}, {'id': 26295, 'name': '人民路', 'url': 'http://xa.meituan.com/meishi/c393b26295/'}]}, {'id': 33947, 'name': '西咸新区', 'url': 'http://xa.meituan.com/meishi/c393b33947/', 'subAreas': [{'id': 33947, 'name': '全部', 'url': 'http://xa.meituan.com/meishi/c393b33947/'}]}], 'dinnerCountsAttr': [{'id': 152, 'name': '单人餐', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:152'}, {'id': 153, 'name': '双人餐', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:153'}, {'id': 154, 'name': '3-4人', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:154'}, {'id': 155, 'name': '5-6人', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:155'}, {'id': 156, 'name': '7-8人', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:156'}, {'id': 157, 'name': '9-10人', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:157'}, {'id': 158, 'name': '10人以上', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:158'}, {'id': 159, 'name': '其他', 'url': 'http://xa.meituan.com/meishi/c393b113/?attrs=65:159'}], 'sortTypesAttr': [{'id': 0, 'name': '默认', 'url': 'http://xa.meituan.com/meishi/c393b113/'}, {'id': 1, 'name': '销量', 'url': 'http://xa.meituan.com/meishi/c393b113/sales/'}, {'id': 3, 'name': '价格', 'url': 'http://xa.meituan.com/meishi/c393b113/price_asc/'}, {'id': 4, 'name': '好评最多', 'url': 'http://xa.meituan.com/meishi/c393b113/rating/'}]}, 'cateId': 393, 'areaId': 113, 'attrs': '', 'sort': '', 'pn': 1, 'poiLists': {'totalCounts': 1000, 'poiInfos': [{'poiId': 41992720, 'frontImg': 'http://p0.meituan.net/600.600/apiback/278cd0e53e62f54b06f7cce71c5869c876400.jpg', 'title': 'Caffe Bene咖啡陪你(钟楼店)', 'avgScore': 4, 'allCommentNum': 1366, 'address': '碑林区东大街与北大街交口东北角(云柏鞋业四楼)', 'avgPrice': 34, 'dealList': []}, {'poiId': 4462613, 'frontImg': 'http://p1.meituan.net/600.600/apiback/c1156cee29086a445099b1f46b56a1cb4928836.jpg', 'title': '三原老黄家(文艺路店)', 'avgScore': 3.7, 'allCommentNum': 838, 'address': '碑林区文艺路天伦盛世5楼(友谊东路口向东200米)', 'avgPrice': 51, 'dealList': []}, {'poiId': 5102823, 'frontImg': 'http://p0.meituan.net/600.600/msmerchant/91b4762dd3af3da67cd0a10f3121c7d93183139.jpg', 'title': '辣江山', 'avgScore': 4.2, 'allCommentNum': 4335, 'address': '碑林区南大街西木头市往西15米路北3楼辣江山火锅店内', 'avgPrice': 88, 'dealList': []}, {'poiId': 41392129, 'frontImg': 'http://p0.meituan.net/600.600/mogu/916297f2338500a9dbe6621800321d0950888.jpg', 'title': '辣小兵串串火锅(交大店)', 'avgScore': 4.5, 'allCommentNum': 502, 'address': '碑林区北沙坡街红锋时代广场一楼', 'avgPrice': 51, 'dealList': []}, {'poiId': 1916577, 'frontImg': 'http://p1.meituan.net/600.600/mogu/05592244bd8cca1a65e17c4b52bd16d856231.jpg', 'title': '克拉拉(钟楼店)', 'avgScore': 3.7, 'allCommentNum': 7389, 'address': '碑林区东大街508号西北眼镜行四楼(开元商城向东50米)', 'avgPrice': 79, 'dealList': []}, {'poiId': 658522, 'frontImg': 'http://p0.meituan.net/600.600/deal/dbb57f3fcafb42d29ceacd2b4110288a118784.jpg', 'title': '阿Q餐厅(菊花园店)', 'avgScore': 3.6, 'allCommentNum': 696, 'address': '碑林区东大街菊花园交叉口(广东味芝朗斜对面)', 'avgPrice': 50, 'dealList': []}, {'poiId': 667953, 'frontImg': 'http://p1.meituan.net/600.600/mogu/6b9b1e559fc20389c4b8c5240c2a827564101.jpg', 'title': '田园泡芙(兴庆公园店)', 'avgScore': 4.3, 'allCommentNum': 5265, 'address': '碑林区兴庆公园南门西侧', 'avgPrice': 10, 'dealList': []}, {'poiId': 1503238, 'frontImg': 'http://p0.meituan.net/600.600/mogu/33689a707c3fe26a318137fdb1eb01cc35166.jpg', 'title': '外婆印象(钟楼民生店)', 'avgScore': 4.2, 'allCommentNum': 15320, 'address': '碑林区北大街民生国际8楼', 'avgPrice': 39, 'dealList': []}, {'poiId': 40655649, 'frontImg': 'http://p1.meituan.net/600.600/mogu/9bf9143b2617dbafe0d12338b655b6c353054.jpg', 'title': 'Merrykin麦里金(李家村专卖店)', 'avgScore': 3.8, 'allCommentNum': 1996, 'address': '碑林区雁塔路秋林商城1楼(商场内东北角)', 'avgPrice': 16, 'dealList': []}, {'poiId': 4045099, 'frontImg': 'http://p1.meituan.net/600.600/deal/e1a1a43318b8b9861d99a4a27be8e6b0239154.jpg', 'title': '老东关饺子店', 'avgScore': 4.4, 'allCommentNum': 411, 'address': '碑林区火炬路北口3号', 'avgPrice': 20, 'dealList': []}, {'poiId': 4740121, 'frontImg': 'http://p0.meituan.net/600.600/deal/a94f90528d0b186a3adb12288e849c92363981.jpg', 'title': '星期五cake工坊(交大店)', 'avgScore': 4.2, 'allCommentNum': 1029, 'address': '碑林区咸宁路咸宁国际广场1层', 'avgPrice': 60, 'dealList': []}, {'poiId': 5549308, 'frontImg': 'http://p1.meituan.net/600.600/deal/fa9c90241234741d7b91bebc2fe010c3219856.jpg', 'title': '傣妹(骡马市2店)', 'avgScore': 3, 'allCommentNum': 15832, 'address': '碑林区东大街骡马市步行街30号欧杰西酒店2楼', 'avgPrice': 40, 'dealList': []}, {'poiId': 42297150, 'frontImg': 'https://img.meituan.net/600.600/msmerchant/e12b10115dd3d4b5155f96cc89eeb193566728.png', 'title': '重庆渝味晓宇火锅(粉巷店)', 'avgScore': 4.1, 'allCommentNum': 5831, 'address': '碑林区粉巷南院门大车家巷口斜对面食尚南苑古道茶城二楼A8-A9', 'avgPrice': 95, 'dealList': []}, {'poiId': 40860063, 'frontImg': 'http://p0.meituan.net/600.600/deal/03cd2c5fa9109aad313dc9f266f91bd994505.jpg', 'title': '食色火锅(李家村店)', 'avgScore': 4.3, 'allCommentNum': 951, 'address': '碑林区雁塔路北段李家村购物中心1栋1单元2410室(李家村购物中心旁边雅居酒店进)', 'avgPrice': 65, 'dealList': []}, {'poiId': 5211497, 'frontImg': 'http://p1.meituan.net/600.600/deal/e1c546c27385d3ff42929880e151e0be373133.jpg', 'title': '口袋G排', 'avgScore': 4.6, 'allCommentNum': 475, 'address': '碑林区友谊西路258号(西工大附中隔壁)', 'avgPrice': 13, 'dealList': []}, {'poiId': 665056, 'frontImg': 'http://p1.meituan.net/600.600/deal/3831e015639185afdbe6af46bef6f476452047.jpg', 'title': '西安辣欢天火锅美食城(纬什街店)', 'avgScore': 3.9, 'allCommentNum': 2767, 'address': '碑林区纬什街十字路口(近万寿南路)', 'avgPrice': 57, 'dealList': []}, {'poiId': 2543136, 'frontImg': 'http://p1.meituan.net/600.600/deal/12c08d5fb5384d421f3c52c169bbdf16386973.jpg', 'title': '李记搅团(东关正街店)', 'avgScore': 4.2, 'allCommentNum': 1274, 'address': '碑林区东关正街66号世贸大厦B座2层西室(东门外人人乐对面)', 'avgPrice': 44, 'dealList': []}, {'poiId': 658173, 'frontImg': 'http://p0.meituan.net/600.600/deal/__47712522__9111167.jpg', 'title': '唐乐宫二十四节气调养火锅', 'avgScore': 4.5, 'allCommentNum': 839, 'address': '碑林区长安北路75号唐乐宫', 'avgPrice': 102, 'dealList': []}, {'poiId': 1918997, 'frontImg': 'http://p1.meituan.net/600.600/mogu/33f47a720ede12e774cfbcc1d96e0975224552.jpg', 'title': '百富烤霸(交大店)', 'avgScore': 4.1, 'allCommentNum': 15432, 'address': '碑林区兴庆路交大出版社北裙楼1楼', 'avgPrice': 19, 'dealList': []}, {'poiId': 682103, 'frontImg': 'http://p0.meituan.net/600.600/deal/b705c5787a4829619905d27ba67da529159624.jpg', 'title': '尔吾(李家村店)', 'avgScore': 3.7, 'allCommentNum': 3879, 'address': '碑林区雁塔路与友谊路西北角(近万达广场)', 'avgPrice': 50, 'dealList': []}, {'poiId': 41512344, 'frontImg': 'http://p1.meituan.net/600.600/deal/c1852bafe0eb608c1cb35f73571bc215289149.jpg', 'title': '台湾大鸡排(工程大学店)', 'avgScore': 4.2, 'allCommentNum': 1885, 'address': '碑林区互助路立交向南200米路西近咖啡陪你(西安工程大学西门对面)', 'avgPrice': 13, 'dealList': []}, {'poiId': 5728653, 'frontImg': 'https://img.meituan.net/600.600/msmerchant/16b6acbd419b25ece694e2a93afa011d508530.jpg', 'title': '帕帕亚Papaya意大利餐厅(南门店)', 'avgScore': 4, 'allCommentNum': 716, 'address': '碑林区南关正街89号成都银行3楼(与子曰茶饭同层)南门', 'avgPrice': 102, 'dealList': []}, {'poiId': 40764144, 'frontImg': 'http://p0.meituan.net/600.600/merchantpic/d6973681426d542dc4a869113eab0cae91607.jpg', 'title': '柴门鱼庐餐厅(原庐鱼风尚主题餐厅)', 'avgScore': 3.6, 'allCommentNum': 604, 'address': '碑林区南大街粉巷南苑中央广场竹笆市6号(原庐鱼风尚主题餐厅)', 'avgPrice': 76, 'dealList': []}, {'poiId': 83970, 'frontImg': 'https://img.meituan.net/600.600/msmerchant/5e6775615114db2ceec7e06a66d699a0210464.jpg', 'title': '新辣道鱼火锅(李家村店)', 'avgScore': 3.3, 'allCommentNum': 8499, 'address': '碑林区雁塔北路李家村万达广场3层3-17、3-18号', 'avgPrice': 80, 'dealList': []}, {'poiId': 41894382, 'frontImg': 'http://p1.meituan.net/600.600/deal/__46868786__8559825.jpg', 'title': '伯爵工房(柿园路店)', 'avgScore': 4.5, 'allCommentNum': 6417, 'address': '碑林区柿园路东方星座B座168号(一楼门面(兴庆公园北门)', 'avgPrice': 33, 'dealList': []}, {'poiId': 46499, 'frontImg': 'http://p1.meituan.net/600.600/mogu/c735228c2b391d48fae1d0977ed04f2344145.jpg', 'title': '东东包(交大店)', 'avgScore': 3.4, 'allCommentNum': 4683, 'address': '碑林区兴庆南路89号学大大厦1楼(近交大东南门)', 'avgPrice': 15, 'dealList': []}, {'poiId': 1485709, 'frontImg': 'https://img.meituan.net/600.600/msmerchant/5e6775615114db2ceec7e06a66d699a0210464.jpg', 'title': '新辣道鱼火锅(钟楼店)', 'avgScore': 3.6, 'allCommentNum': 6848, 'address': '碑林区西大街14号5层(钟楼饭店西20米真维斯楼上)', 'avgPrice': 81, 'dealList': []}, {'poiId': 50598355, 'frontImg': 'http://p0.meituan.net/600.600/deal/f5d5bb0803a6b495e0e79d790bcf019c97479.jpg', 'title': '糕糕在上(长润广场店)', 'avgScore': 3.8, 'allCommentNum': 140, 'address': '碑林区友谊西路236号友谊西路与含光路中段交叉口东行50米路南', 'avgPrice': 80, 'dealList': []}, {'poiId': 5101843, 'frontImg': 'https://img.meituan.net/600.600/msmerchant/aeddca3a64de10d0d808667e9276337f415011.jpg', 'title': '辣宴火锅(含光门店)', 'avgScore': 3.9, 'allCommentNum': 4695, 'address': '碑林区含光门外向东100米时代诺利达大厦2楼(粤珍轩、蝦塘322、M餐厅旁)', 'avgPrice': 83, 'dealList': []}, {'poiId': 41155294, 'frontImg': 'http://p1.meituan.net/600.600/deal/c777051df4f15b90b4e6a70ef9387e51278355.jpg', 'title': '尚学社的咖啡馆', 'avgScore': 4.7, 'allCommentNum': 567, 'address': '碑林区宏信国际花园一号楼905', 'avgPrice': 25, 'dealList': []}, {'poiId': 2522906, 'frontImg': 'http://p1.meituan.net/600.600/deal/__12384267__4193129.jpg', 'title': '老东关葫芦头(东关店)', 'avgScore': 4.2, 'allCommentNum': 9131, 'address': '碑林区东关南街南廓门公交站向北500米路西(南廓门公交站向北500米路东即是)', 'avgPrice': 23, 'dealList': []}, {'poiId': 40943743, 'frontImg': 'http://p1.meituan.net/600.600/deal/299ddc2bf590d3bd60c616b02fdd0b9d137092.jpg', 'title': '蜀南竹签烤肉(体育北路店)', 'avgScore': 3.7, 'allCommentNum': 68, 'address': '碑林区体育场北路57号', 'avgPrice': 50, 'dealList': []}]}, 'comHeader': '<link rel="stylesheet" type="text/css" href="//s0.meituan.net/bs/fe-web-meituan/b61fdf7/css/com_header.css"/><header class="com-header"><div class="header-bar"><div class="header-content clearfix"><div class="header-bar-position"><span class="header-icon icon-header_location"></span><span class="current-city">西安</span><a class="change-city" href="http://www.meituan.com/changecity/">切换城市</a><div class="near-citys">[<a class="city-guess" href="http://xianyang.meituan.com">咸阳</a><a class="city-guess" href="http://gaoling.meituan.com">高陵</a><a class="city-guess" href="http://lintong.meituan.com">临潼</a>]</div><div class="user-entry"><a class="growth-entry user-importent">立即登录</a><a class="extra-entry">注册</a></div></div><nav class="header-bar-nav"><ul class="header-nav-first"><li class="has-child"><a rel="nofollow" href="http://www.meituan.com/account/userinfo/" target="_blank">我的美团<ul class="header-nav-my header-nav-second"><li><a rel="nofollow" href="http://www.meituan.com/orders/" target="_blank">我的订单</a></li><li><a rel="nofollow" href="http://www.meituan.com/rates/" target="_blank">我的评价</a></li><li><a rel="nofollow" href="http://www.meituan.com/collections/" target="_blank">我的收藏</a></li><li><a rel="nofollow" href="http://www.meituan.com/vouchers/" target="_blank">抵用券</a></li><li><a rel="nofollow" href="http://www.meituan.com/account/settings" target="_blank">账户设置</a></li></ul></a></li><li><a href="http://i.meituan.com/mobile/down/meituan" target="_blank">手机APP</a></li><li class="has-child">商家中心<ul class="header-nav-merchant header-nav-second"><li><a rel="nofollow" href="http://e.meituan.com/" target="_blank">登录商家中心</a></li><li><a rel="nofollow" href="https://ecom.meituan.com/bizsettle/settle/merchantsSettle?utm_source=mt_C_my" target="_blank">我想合作</a></li><li><a rel="nofollow" href="http://e.meituan.com/mobile/" target="_blank">手机免费开店</a></li><li><a rel="nofollow" href="https://daili.meituan.com/?comeFrom=mtwebMenu" target="_blank">餐饮代理商招募</a></li><li><a href="http://pc.meituan.com?activity_code=mtpcdh" target="_blank">商家申请开票</a></li></ul></li><li class="has-child">网站导航<div class="header-nav-site header-nav-second"><dl class="header-jiulv header-nav-third"><dt>酒店旅游</dt><dd><a href="http://www.meituan.com/iflight/" target="_blank">国际机票</a></dd><dd><a href="http://www.meituan.com/train/" target="_blank">火车票</a></dd><dd><a href="https://phoenix.meituan.com/" target="_blank">榛果民宿</a></dd><dd><a href="http://hotel.meituan.com/xian/c20036/" target="_blank">经济型酒店</a></dd><dd><a href="http://hotel.meituan.com/xian/c20037/" target="_blank">主题酒店</a></dd><dd><a href="http://hotel.meituan.com/xian/c20038/" target="_blank">商务酒店</a></dd><dd><a href="http://hotel.meituan.com/xian/c20039/" target="_blank">公寓</a></dd><dd><a href="http://hotel.meituan.com/xian/c20040/" target="_blank">豪华酒店</a></dd><dd><a href="http://hotel.meituan.com/xian/c20041/" target="_blank">客栈</a></dd><dd><a href="http://hotel.meituan.com/xian/c20042/" target="_blank">青年旅社</a></dd><dd><a href="http://hotel.meituan.com/xian/c20043/" target="_blank">度假酒店</a></dd><dd><a href="http://hotel.meituan.com/xian/c20044/" target="_blank">别墅</a></dd><dd><a href="http://hotel.meituan.com/xian/c20045/" target="_blank">农家院</a></dd></dl><dl class="header-meishi header-nav-third"><dt>吃美食</dt><dd><a href="http://xa.meituan.com/meishi/c20004/" target="_blank">烤鱼</a></dd><dd><a href="http://xa.meituan.com/meishi/c36/" target="_blank">特色小吃</a></dd><dd><a href="http://xa.meituan.com/meishi/c54/" target="_blank">烧烤</a></dd><dd><a href="http://xa.meituan.com/meishi/c40/" target="_blank">自助餐</a></dd><dd><a href="http://xa.meituan.com/meishi/c17/" target="_blank">火锅</a></dd><dd><a href="http://xa.meituan.com/meishi/c393/" target="_blank">代金券</a></dd></dl><dl class="header-movie header-nav-third"><dt>看电影</dt><dd><a href="http://maoyan.com/films" target="_blank">热映电影</a></dd><dd><a href="http://maoyan.com/cinemas" target="_blank">热门影院</a></dd><dd><a href="http://maoyan.com/board" target="_blank">热映电影口碑榜</a></dd><dd><a href="http://maoyan.com/board/6" target="_blank">最受期待电影</a></dd><dd><a href="http://maoyan.com/board/1" target="_blank">国内票房榜</a></dd><dd><a href="http://maoyan.com/board/2" target="_blank">北美票房榜</a></dd><dd><a href="http://maoyan.com/board/4" target="_blank">电影排行榜</a></dd></dl><dl class="header-app header-nav-third"><dt>手机应用</dt><dd><a href="http://i.meituan.com/mobile/down/meituan" target="_blank"><img class="appicon" src="//s0.meituan.net/bs/fe-web-meituan/404d350/img/appicons/meituan.png" title="美团app" alt="美团app"/></a></dd><dd><a href="http://waimai.meituan.com/mobile/download/default" target="_blank"><img class="appicon" src="//s1.meituan.net/bs/fe-web-meituan/404d350/img/appicons/waimai.png" title="外卖app" alt="外卖app"/></a></dd><dd><a href="https://phoenix.meituan.com/app/" target="_blank"><img class="appicon" src="//s0.meituan.net/bs/fe-web-meituan/404d350/img/appicons/zhenguo.png" title="榛果app" alt="榛果app"/></a></dd><dd><a href="http://www.dianping.com/events/m/index.htm" target="_blank"><img class="appicon" src="//s1.meituan.net/bs/fe-web-meituan/404d350/img/appicons/dianping.png" title="点评app" alt="点评app"/></a></dd><dd><a href="http://maoyan.com/app" target="_blank"><img class="appicon" src="//s1.meituan.net/bs/fe-web-meituan/404d350/img/appicons/maoyan.png" title="猫眼app" alt="猫眼app"/></a></dd></dl></div></li></ul></nav></div></div><div class="header-content clearfix"><div class="header-title-module"><div class="header-title"><a href="//xa.meituan.com"><img src="//s0.meituan.net/bs/fe-web-meituan/404d350/img/logo.png" alt="美团"/></a></div><span class="header-categorys-cate">· 美食</span><ul class="header-categorys-block"><li class="header-categorys-all">全部分类</li><nav class="header-categorys-list"><li class="clearfix"><a href="http://xa.meituan.com/meishi/">美食</a></li><li class="clearfix"><a href="http://waimai.meituan.com">外卖</a></li><li class="clearfix"><a href="http://hotel.meituan.com">酒店</a></li><li class="clearfix"><a href="http://phoenix.meituan.com/?phx_wake_up_type=mtpc_category&phx_wake_up_source=nav">榛果民宿</a></li><li class="clearfix"><a href="http://maoyan.com/films?utm_source=meituanweb">猫眼电影</a></li><li class="clearfix"><a href="http://www.meituan.com/flight/">机票</a><a href="http://www.meituan.com/train/">火车票</a></li><li class="clearfix"><a href="http://xa.meituan.com/xiuxianyule/">休闲娱乐</a><a href="http://xa.meituan.com/xiuxianyule/c10/">KTV</a></li><li class="clearfix"><a href="http://xa.meituan.com/shenghuo/">生活服务</a></li><li class="clearfix"><a href="http://xa.meituan.com/jiankangliren/">丽人</a><a href="http://xa.meituan.com/jiankangliren/c74/">美发</a><a href="http://xa.meituan.com/jiankangliren/c20423/">医学美容</a></li><li class="clearfix"><a href="http://xa.meituan.com/jiehun/">结婚</a><a href="http://xa.meituan.com/jiehun/c20198/">婚纱摄影</a><a href="http://xa.meituan.com/jiehun/c20210/">婚宴</a></li><li class="clearfix"><a href="http://xa.meituan.com/qinzi/">亲子</a><a href="http://xa.meituan.com/qinzi/c20108/">儿童乐园</a><a href="http://xa.meituan.com/qinzi/c20045/">幼教</a></li><li class="clearfix"><a href="http://xa.meituan.com/yundongjianshen/">运动健身</a><a href="http://xa.meituan.com/yundongjianshen/c20253/">健身中心</a></li><li class="clearfix"><a href="http://xa.meituan.com/jiazhuang/">家装</a><a href="http://xa.meituan.com/jiazhuang/c20182/">建材</a><a href="http://xa.meituan.com/jiazhuang/c20771/">家居</a></li><li class="clearfix"><a href="http://xa.meituan.com/jiaoyupeixun/">学习培训</a><a href="http://xa.meituan.com/xuexipeixun/c20287/">音乐培训</a></li><li class="clearfix"><a href="http://xa.meituan.com/yiliao/">医疗健康</a><a href="http://xa.meituan.com/chongwu/c20691/">宠物</a><a href="http://xa.meituan.com/aiche/">爱车</a></li><li class="clearfix"><a href="http://xa.meituan.com/xiuxianyule/c234/">酒吧</a><a href="http://xa.meituan.com/xiuxianyule/c230/">密室逃脱</a></li></nav></ul></div><div class="header-search-module"><div class="header-search-block"><input class="header-search-input" type="text" placeholder="搜索商家或地点"/><button class="header-search-btn"><span class="header-icon icon-search"></span></button></div><div class="header-search-suggest"><div class="header-search-noinput"><div class="header-search-history"><h6>最近搜索</h6><span class="header-search-clean">删除搜索历史</span><ul></ul></div><h6>热门搜索</h6><div class="header-search-hotword"><a href="http://www.meituan.com/s/%E7%A7%A6%E5%A7%8B%E7%9A%87%E5%B8%9D%E9%99%B5%E5%8D%9A%E7%89%A9%E9%99%A2">秦始皇帝陵博物院</a><a href="http://www.meituan.com/s/%E8%A5%BF%E5%AE%89%E6%9B%B2%E6%B1%9F%E6%B5%B7%E6%B4%8B%E6%9E%81%E5%9C%B0%E5%85%AC%E5%9B%AD">西安曲江海洋极地公园</a><a href="http://www.meituan.com/s/%E8%A5%BF%E5%AE%89%E7%A7%A6%E5%B2%AD%E9%87%8E%E7%94%9F%E5%8A%A8%E7%89%A9%E5%9B%AD">西安秦岭野生动物园</a><a href="http://www.meituan.com/s/%E7%99%BE%E5%AF%8C%E7%83%A4%E9%9C%B8">百富烤霸</a><a href="http://www.meituan.com/s/%E4%BA%AB%E9%81%87%E7%89%9B%E6%8E%92%E6%B5%B7%E9%B2%9C%E8%87%AA%E5%8A%A9%E9%A4%90%E5%8E%85">享遇牛排海鲜自助餐厅</a><a href="http://www.meituan.com/s/%E5%92%8C%E8%B0%90%E5%8F%B7%E6%B5%B7%E9%B2%9C%E7%83%A4%E8%82%89%E7%81%AB%E9%94%85%E8%87%AA%E5%8A%A9">和谐号海鲜烤肉火锅自助</a><a href="http://www.meituan.com/s/Double%20one%E8%B9%A6%E5%BA%8A%E4%B8%BB%E9%A2%98%E5%85%AC%E5%9B%AD">Double one蹦床主题公园</a><a href="http://www.meituan.com/s/%E9%B1%BC%E5%8E%82">鱼厂</a></div></div><div class="header-search-hasinput"><ul></ul></div></div><div class="header-search-hotword"><a href="http://www.meituan.com/s/%E7%A7%A6%E5%A7%8B%E7%9A%87%E5%B8%9D%E9%99%B5%E5%8D%9A%E7%89%A9%E9%99%A2">秦始皇帝陵博物院</a><a href="http://www.meituan.com/s/%E8%A5%BF%E5%AE%89%E6%9B%B2%E6%B1%9F%E6%B5%B7%E6%B4%8B%E6%9E%81%E5%9C%B0%E5%85%AC%E5%9B%AD">西安曲江海洋极地公园</a><a href="http://www.meituan.com/s/%E8%A5%BF%E5%AE%89%E7%A7%A6%E5%B2%AD%E9%87%8E%E7%94%9F%E5%8A%A8%E7%89%A9%E5%9B%AD">西安秦岭野生动物园</a><a href="http://www.meituan.com/s/%E7%99%BE%E5%AF%8C%E7%83%A4%E9%9C%B8">百富烤霸</a><a href="http://www.meituan.com/s/%E4%BA%AB%E9%81%87%E7%89%9B%E6%8E%92%E6%B5%B7%E9%B2%9C%E8%87%AA%E5%8A%A9%E9%A4%90%E5%8E%85">享遇牛排海鲜自助餐厅</a><a href="http://www.meituan.com/s/%E5%92%8C%E8%B0%90%E5%8F%B7%E6%B5%B7%E9%B2%9C%E7%83%A4%E8%82%89%E7%81%AB%E9%94%85%E8%87%AA%E5%8A%A9">和谐号海鲜烤肉火锅自助</a><a href="http://www.meituan.com/s/Double%20one%E8%B9%A6%E5%BA%8A%E4%B8%BB%E9%A2%98%E5%85%AC%E5%9B%AD">Double one蹦床主题公园</a><a href="http://www.meituan.com/s/%E9%B1%BC%E5%8E%82">鱼厂</a></div></div><a class="header-commitment" href="http://www.meituan.com/commitment/" target="_blank"><ul><li class="commitment-item"><i class="header-icon icon-tui"></i><span>随时退</span></li><li class="commitment-item"><i class="header-icon icon-tui2"></i><span>不满意免单</span></li><li class="commitment-item"><i class="header-icon icon-tui1"></i><span>过期退</span></li></ul></a></div></header><script>window.comPtData = window.comPtData || {};\nwindow.comPtData[\'header\'] = {"currentCity":{"id":42,"name":"西安","pinyin":"xian","acronym":"xa","onlineTime":"1280073600","open":true,"rank":"A","locationId":"610100","position":{"lat":34.2778015,"lng":108.9530945},"divisionStr":"","originGeotagID":0,"realLocationID":"610100","provinceLocationID":"610000","gisID":"610100","chineseFullName":"西安市","isHot":1,"firstChar":"X","originCityID":0,"recommend":1,"newIndex":1,"endTime":"2000000000"}}</script><script src="//s1.meituan.net/bs/fe-web-meituan/7845e34/js/ie-shim.js"></script><script src="//s1.meituan.net/bs/fe-web-meituan/e9d9492/js/fetch.js"></script><script src="//s0.meituan.net/bs/fe-web-meituan/fa06743/js/common.js"></script><script src="//s0.meituan.net/bs/fe-web-meituan/f0e370e/js/com_header.js" defer="defer"></script>', 'comFooter': '<link rel="stylesheet" type="text/css" href="//s0.meituan.net/bs/fe-web-meituan/ab0d275/css/com_footer.css"/><footer class="com-footer"><div class="footer-content"><div class="footer-link clearfix"><div class="footer-column"><dl><dt>用户帮助</dt><dd> <a rel="nofollow" href="http://www.meituan.com/commitment/" target="_blank">美团承诺</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/commitment/delivery" target="_blank">购物保障</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/help/selfservice" target="_blank">申请退款</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/help/selfservice?tab=2" target="_blank">查看美团券密码</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/help/faq" target="_blank">常见问题</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/about/terms" target="_blank">用户协议</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/about/privacy" target="_blank">隐私政策</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/about/anticheat" target="_blank">反诈骗公告</a></dd></dl><dl><dt>美团服务</dt><dd> <a href="http://waimai.meituan.com/" target="_blank">美团外卖</a></dd><dd> <a href="http://hotel.meituan.com/" target="_blank">美团酒店</a></dd><dd> <a href="http://maoyan.com/" target="_blank">猫眼电影</a></dd><dd> <a href="https://www.mtyun.com/" target="_blank">美团云</a></dd><dd> <a href="http://www.dianping.com/" target="_blank">大众点评</a></dd><dd> <a href="https://phoenix.meituan.com/" target="_blank">榛果民宿</a></dd></dl></div><div class="footer-column"><dl><dt>商家合作</dt><dd> <a rel="nofollow" href="https://ecom.meituan.com/bizsettle/settle?utm_source=mt_C_my" target="_blank">美食商家入驻(非外卖)</a></dd><dd> <a href="https://kd.meituan.com/" target="_blank">美团外卖开店申请</a></dd><dd> <a rel="nofollow" href="http://page.peisong.meituan.com/apply/join" target="_blank">外卖配送加盟申请</a></dd><dd> <a href="https://xue.meituan.com/?from=mtpc" target="_blank">美团点评餐饮学院</a></dd><dd> <a rel="nofollow" href="http://ruzhu.meituan.com/ruzhu/index.html" target="_blank">酒店商家入驻</a></dd><dd> <a rel="nofollow" href="https://i.meituan.com/awp/h5/trip/business/cooperation/index.html?client=pc" target="_blank">境内度假商家入驻</a></dd><dd> <a rel="nofollow" href="https://e.dianping.com/claimcpc/page/index?source=mt" target="_blank">综合商家入驻</a></dd><dd> <a rel="nofollow" href="https://phoenix.meituan.com/about/" target="_blank">榛果民宿房东商家入驻</a></dd><dd> <a href="http://pc.meituan.com/?activity_code=mtpcdb" target="_blank">商家开票申请</a></dd><dd> <a rel="nofollow" href="https://store.meituan.com/?utm_source=17" target="_blank">美团点评智能收银机</a></dd><dd> <a rel="nofollow" href="http://developer.meituan.com/" target="_blank">聚宝盆餐饮开放平台</a></dd><dd> <a rel="nofollow" href="http://smartpay.meituan.com/" target="_blank">美团智能支付</a></dd><dd> <a rel="nofollow" href="http://paidui.meituan.com/" target="_blank">美团排队</a></dd><dd> <a rel="nofollow" href="https://i.meituan.com/awp/hfe/block/6c4bec785dce/11188/index.html" target="_blank">快驴进货商家入驻</a></dd></dl></div><div class="footer-column"><dl><dt>代理商加盟</dt><dd> <a rel="nofollow" href="https://i.meituan.com/awp/hfe/block/4544/index.html" target="_blank">智能支付渠道加盟商招募</a></dd><dd> <a rel="nofollow" href="https://daili.meituan.com/?comeFrom=mtwebBusinesscoopd" target="_blank">到店餐饮代理商招募</a></dd><dd> <a rel="nofollow" href="http://www.dianping.com/apollo/agent/index?source=mtpcd" target="_blank">非餐饮代理商招募</a></dd><dd> <a rel="nofollow" href="http://union.meituan.com/" target="_blank">美团联盟</a></dd><dd> <a rel="nofollow" href="https://store.meituan.com/distribution/broadcast" target="_blank">美团收银招募线上分销商</a></dd><dd> <a rel="nofollow" href="https://agent.meituan.com/zhaoshang?entry=5" target="_blank">美团点评5S服务商招募</a></dd></dl><dl><dt>行业规范</dt><dd> <a rel="nofollow" href="http://www.meituan.com/about/saferule" target="_blank">美团点评餐饮安全管理办法</a></dd></dl><dl><dt>廉正举报</dt><dd> <a rel="nofollow" href="mailto:[email protected]" target="_self">廉政邮箱</a></dd></dl></div><div class="footer-column"><dl><dt>关注美团</dt><dd> <a rel="nofollow" href="http://weibo.com/meituan" target="_blank">美团新浪微博</a></dd></dl><dl><dt>关于美团</dt><dd> <a rel="nofollow" href="http://www.meituan.com/about/press" target="_blank">媒体报道</a></dd></dl><dl><dt>公司信息</dt><dd> <a rel="nofollow" href="http://zhaopin.meituan.com/" target="_blank">加入我们</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/about/law" target="_blank">法律声明</a></dd><dd> <a rel="nofollow" href="http://www.meituan.com/about/bizlicense" target="_blank">商户服务协议</a></dd><dd> <a rel="nofollow" href="https://dpapp-appeal.meituan.com/#/shopCreditRegulationPC" target="_blank">商户诚信公约及管理办法</a></dd></dl></div><div class="footer-column"><dl><dt>消费者服务热线</dt><dd>外卖消费者: <a rel="nofollow" href="tel:10109777" target="_blank">10109777</a></dd><dd>猫眼消费者: <a rel="nofollow" href="tel:10105335" target="_blank">10105335</a></dd><dd>其他消费者: <a rel="nofollow" href="tel:10107888" target="_blank">10107888</a></dd></dl><dl><dt>商家服务热线</dt><dd>外卖&餐饮商家: <a rel="nofollow" href="tel:10105557" target="_blank">10105557</a></dd><dd>休闲娱乐、丽人、ktv、教育、结婚、亲子、家装等商家: <a rel="nofollow" href="tel:10100107" target="_blank">10100107</a></dd></dl><dl><dt>投诉举报热线</dt><dd>违法和不良信息举报电话: <a rel="nofollow" href="tel:4006018900" target="_blank">4006018900</a></dd><dd>举报邮箱: <a rel="nofollow" href="mailto:[email protected]" target="_self">[email protected]</a></dd></dl><dl><dt><a rel="nofollow" href="https://ecom.meituan.com/bizsettle/settle/merchantsSettle" target="_blank">商家自助入驻美团入口</a></dt></dl></div></div><div class="footer-copyright clearfix"><div class="footer-copyright-left"><p>©美团网团购 meituan.com <a href="http://www.beianbeian.com/beianxinxi/283f39a9-4c00-427a-97ef-3c7a9e1e0af1.html">京ICP证070791号</a> <a href="http://www.miitbeian.gov.cn/">京ICP备10211739号</a> <a href="http://www.meituan.com/about/rules" target="_blank">电子公告服务规则</a></p><p><a href="http://i.meituan.com/brunch/default/right" target="_blank">广播电视节目制作经营许可证(京)字第03889号</a></p></div><div class="footer-copyright-right"><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502025545" target="_blank">京公网安备11010502025545号</a><div class="footer-copyright-cert"><a class="sp-ft sp-ft--record" href="http://www.meituan.com/about/openinfo" title="备案信息" target="_blank">备案信息</a><a class="sp-ft sp-ft--knet" href="http://t.knet.cn/index_new.jsp" title="可信网站认证" target="_blank">可信网站</a><a class="sp-ft sp-ft--12315" href="http://www.bj315.org/xfwq/lstd/201209/t20120910_3344.shtml?dnrpluojqxbceiqq" title="12315消费争议" target="_blank">12315消费争议</a></div></div></div></div></footer>'}

接下来首先提取菜系分类的id,和区域id,上部分代码已经将tag类型转换成json类型,类似于python中的字典,所有接下来就很简单了

    ClassList=[]
    AreaList=[]
    for item in result['cates']:
        ClassList.append(item['id'])
    for item in result['areas']:
        for subarea in item['subAreas']:
            AreaList.append(subarea['id'])
    print(ClassList)
    print(AreaList)

拿到所有菜系id,区域id如下:

[393, 11, 17, 40, 36, 28, 35, 395, 54, 20003, 55, 56, 20004, 57, 400, 58, 41, 59, 60, 62, 63, 217, 227, 228, 229, 232, 233, 24]
[113, 6835, 7137, 900, 8976, 897, 898, 899, 908, 7402, 7404, 8974, 8975, 9012, 15634, 15639, 15642, 15643, 15664, 15667, 15784, 15785, 116, 907, 910, 1099, 4763, 6836, 7403, 8977, 8978, 8979, 8984, 15630, 15632, 15635, 15640, 15641, 119, 8980, 8983, 8991, 15629, 15631, 15633, 15636, 15637, 15638, 15646, 15647, 115, 8981, 903, 7479, 7405, 904, 905, 906, 6839, 7408, 7480, 8982, 14024, 14025, 117, 909, 7407, 7478, 7477, 7406, 8950, 7140, 8951, 8952, 7141, 7138, 9309, 9477, 13026, 25592, 37367, 114, 7476, 7142, 901, 6838, 902, 7143, 8985, 14026, 18674, 36710, 37380, 4251, 7398, 7399, 7400, 7401, 14199, 16010, 16013, 25659, 4253, 8986, 8987, 8989, 8990, 17228, 235, 7145, 7146, 7147, 7148, 15644, 15645, 15665, 15666, 15668, 4257, 16938, 25170, 25171, 7149, 25713, 25715, 25717, 25719, 25721, 4254, 23761, 23762, 23763, 4255, 22410, 22416, 118, 4256, 22405, 22408, 26289, 26295, 33947]

然后取其中一个进行组合组成url,先尝试解析单个网页,代码如下:

#美团美食
# -*- coding:UTF-8 -*-
import requests
import time
from bs4 import BeautifulSoup
import json
import csv
import random
with open(r'C:\Users\Hanju\Desktop\美团西安美食.csv',"w", newline='',encoding='UTF-8') as csvfile: 
    writer = csv.writer(csvfile)
    writer.writerow(['网站名','品类','商家名称','地址']) 
    target = 'http://xa.meituan.com/meishi/c11b113/pn2/'
    #ClassList=[393, 11, 17, 40, 36, 28, 35, 395, 54, 20003, 55, 56, 20004, 57, 400, 58, 41, 59, 60, 62, 63, 217, 227, 228, 229, 232, 233, 24]
    #AreaList=[113, 6835, 7137, 900, 8976, 897, 898, 899, 908, 7402, 7404, 8974, 8975, 9012, 15634, 15639, 15642, 15643, 15664, 15667, 15784, 15785, 116, 907, 910, 1099, 4763, 6836, 7403, 8977, 8978, 8979, 8984, 15630, 15632, 15635, 15640, 15641, 119, 8980, 8983, 8991, 15629, 15631, 15633, 15636, 15637, 15638, 15646, 15647, 115, 8981, 903, 7479, 7405, 904, 905, 906, 6839, 7408, 7480, 8982, 14024, 14025, 117, 909, 7407, 7478, 7477, 7406, 8950, 7140, 8951, 8952, 7141, 7138, 9309, 9477, 13026, 25592, 37367, 114, 7476, 7142, 901, 6838, 902, 7143, 8985, 14026, 18674, 36710, 37380, 4251, 7398, 7399, 7400, 7401, 14199, 16010, 16013, 25659, 4253, 8986, 8987, 8989, 8990, 17228, 235, 7145, 7146, 7147, 7148, 15644, 15645, 15665, 15666, 15668, 4257, 16938, 25170, 25171, 7149, 25713, 25715, 25717, 25719, 25721, 4254, 23761, 23762, 23763, 4255, 22410, 22416, 118, 4256, 22405, 22408, 26289, 26295, 33947]
    head={}
    head['User-Agent'] = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'
    head['authorization']='Client-Id'(cookie倒数第三个参数)
    req = requests.get(url=target,headers=head)
    html=req.text
    bf=BeautifulSoup(html,'lxml')
    tag=bf.find_all('script')[14]
    data=json.loads(str(tag)[27:-10])
    result=data['poiLists']['poiInfos']
    for item in result:
        print(item['title']) (打印出商家名称)
        print(item['address']) (打印出商家地址)

运行结果如下:

DQ(立丰广场店)
碑林区金花南路6号立丰国际购物广场1层(近味千拉面)
伯爵工房(草场坡店)
碑林区长安路街道长安三号小区6号楼201室
女皇初吻甜品工作室
碑林区南门外宏信国际花园5号楼2单元704室(南门世纪金花)
绿梦(金花路理工大店)
碑林区东二环路西安理工大学东门斜对面
玛格丽特蛋糕店(太乙路店)
碑林区太乙路立交曼城国际2号楼2单元1003
甜咪much cake(南稍门店)
碑林区南稍门十字东南角地铁D口旁舌尖上的南门商场二楼北区
麦之香蛋糕(友谊东路店)
碑林区测绘东路李家分村内
分享时光(中贸广场店)
碑林区长安北路中贸广场4号楼三层
皇家happy(友谊东路店)
碑林区友谊东路小雁塔10号
安旗(经二路店)
碑林区经二路南口 
稻香村(南二环店)
碑林区南二环太白立交桥人人乐超市三层
菲滋洛伊
碑林区景观路就掌灯35号
古早味
碑林区体育馆南路与体育馆东路交口东行10米路北
黑面蔡(中贸广场店)
碑林区中贸广场一层
麦德房(端履门店)
碑林区端履门路北卧龙大厦1楼(西安高级中学西侧)
左右奶茶
碑林区爱学路秦川小学正对面
酒心甜品(民生百货店)
碑林区东大街骡马市1号民生百货6层
ccake蛋糕(交大乐居场店)
碑林区乐居场47号
千家粗粮王(金花南路店)
碑林区金花南路105号立丰国际向北100米
慕尼黑森林
碑林区建工路与公园南路交叉口的东北角(公园南路口东北角)
爺茶(南稍门店)
碑林区长安北路113号(南稍门十字东南角、舌尖上的南门商场负一楼B1-10号乡村基对面)
青果青橙速饮(圣荣广场店)
碑林区长乐西路圣荣服饰广场二楼家年华小吃城
金皇冠
碑林区新科路53号(西安东方中学南约50米)
米旗(李家村店)
碑林区雁塔北路58号秋林商厦1楼(近秋林公司)
Cake Talk 心语蛋糕房(交大店)
碑林区东二环北沙坡街兰蒂斯城1期4号楼内
SPRCOFFEE(李家村店)
碑林区雁塔北路52号(李家村万达广场北侧煤研宾馆一层)
大卡司(太白印象城店)
碑林区二环南路西段155号太白印象城3层
丝特巴瑞烘焙工坊
碑林区陕西省西安市金水路6号(交大南门对面)
麦哆滋烘焙工坊(咸宁路店)
碑林区咸宁路中段往东300米(八十三中学对面)
等一个人咖啡馆
碑林区鼓楼对面竹笆市银泰百货地下停车场往西50米(鼓楼)
蜜東都可茶饮
碑林区开元商城后门解放市场哆啦星球门口
暮光森林
碑林区骡马市兴正元广场30202号(兴正元广场环郎汉堡王旁扶手电梯上2楼)


审查元素network发现url组成规律:


然后结合上面得到的两组id,组合出url,完整代码如下:

#美团美食
# -*- coding:UTF-8 -*-
import requests
import time
from bs4 import BeautifulSoup
import json
import csv
import random
with open(r'C:\Users\Hanju\Desktop\美团西安美食.csv',"w", newline='',encoding='UTF-8') as csvfile: 
    writer = csv.writer(csvfile)
    writer.writerow(['网站名','品类','商家名称','地址']) 
    target = 'http://xa.meituan.com/meishi/'
    ClassList=[393, 11, 17, 40, 36, 28, 35, 395, 54, 20003, 55, 56, 20004, 57, 400, 58, 41, 59, 60, 62, 63, 217, 227, 228, 229, 232, 233, 24]
    AreaList=[113, 6835, 7137, 900, 8976, 897, 898, 899, 908, 7402, 7404, 8974, 8975, 9012, 15634, 15639, 15642, 15643, 15664, 15667, 15784, 15785, 116, 907, 910, 1099, 4763, 6836, 7403, 8977, 8978, 8979, 8984, 15630, 15632, 15635, 15640, 15641, 119, 8980, 8983, 8991, 15629, 15631, 15633, 15636, 15637, 15638, 15646, 15647, 115, 8981, 903, 7479, 7405, 904, 905, 906, 6839, 7408, 7480, 8982, 14024, 14025, 117, 909, 7407, 7478, 7477, 7406, 8950, 7140, 8951, 8952, 7141, 7138, 9309, 9477, 13026, 25592, 37367, 114, 7476, 7142, 901, 6838, 902, 7143, 8985, 14026, 18674, 36710, 37380, 4251, 7398, 7399, 7400, 7401, 14199, 16010, 16013, 25659, 4253, 8986, 8987, 8989, 8990, 17228, 235, 7145, 7146, 7147, 7148, 15644, 15645, 15665, 15666, 15668, 4257, 16938, 25170, 25171, 7149, 25713, 25715, 25717, 25719, 25721, 4254, 23761, 23762, 23763, 4255, 22410, 22416, 118, 4256, 22405, 22408, 26289, 26295, 33947]
    for class_ in ClassList:
        for area in AreaList:
            for i in range(1,51):
                url=target+'c'+str(class_)+'b'+str(area)+'/pn'+str(i)+'/'
                head={}
                head['User-Agent'] = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'
                head['authorization']='client-id'(cookie倒数第三个参数)
                req = requests.get(url=url,headers=head)
                html=req.text
                bf=BeautifulSoup(html,'lxml')
                tag=bf.find_all('script')[14]
                data=json.loads(str(tag)[27:-10])
                print(data)
                result=data['poiLists']['poiInfos']
                if result:
                    print(url)
                    for item in result:
                        Info_List=[]
                        Info_List.append('美团')
                        Info_List.append('美食')
                        Info_List.append(item['title'])
                        Info_List.append(item['address'])
                        writer.writerow(Info_List)
                    time.sleep(random.choice(range(2,5)))
                else:
                    break(如果该页没有商家列表,跳出循环)
print('Done')
贴出部分运行结果
http://xa.meituan.com/meishi/c393b113/pn1/
http://xa.meituan.com/meishi/c393b113/pn2/
http://xa.meituan.com/meishi/c393b113/pn3/
http://xa.meituan.com/meishi/c393b113/pn4/
http://xa.meituan.com/meishi/c393b113/pn5/
http://xa.meituan.com/meishi/c393b113/pn6/
http://xa.meituan.com/meishi/c393b113/pn7/
http://xa.meituan.com/meishi/c393b113/pn8/
http://xa.meituan.com/meishi/c393b113/pn9/
http://xa.meituan.com/meishi/c393b113/pn10/
http://xa.meituan.com/meishi/c393b113/pn11/
http://xa.meituan.com/meishi/c393b113/pn12/
http://xa.meituan.com/meishi/c393b113/pn13/
http://xa.meituan.com/meishi/c393b113/pn14/
http://xa.meituan.com/meishi/c393b113/pn15/
http://xa.meituan.com/meishi/c393b113/pn16/
http://xa.meituan.com/meishi/c393b113/pn17/
http://xa.meituan.com/meishi/c393b113/pn18/
http://xa.meituan.com/meishi/c393b113/pn19/
http://xa.meituan.com/meishi/c393b113/pn20/
http://xa.meituan.com/meishi/c393b113/pn21/
http://xa.meituan.com/meishi/c393b113/pn22/
http://xa.meituan.com/meishi/c393b113/pn23/
http://xa.meituan.com/meishi/c393b113/pn24/
http://xa.meituan.com/meishi/c393b113/pn25/
http://xa.meituan.com/meishi/c393b113/pn26/
http://xa.meituan.com/meishi/c393b113/pn27/
http://xa.meituan.com/meishi/c393b113/pn28/
http://xa.meituan.com/meishi/c393b113/pn29/
http://xa.meituan.com/meishi/c393b113/pn30/
http://xa.meituan.com/meishi/c393b113/pn31/
http://xa.meituan.com/meishi/c393b113/pn32/
http://xa.meituan.com/meishi/c393b6835/pn1/
http://xa.meituan.com/meishi/c393b6835/pn2/
http://xa.meituan.com/meishi/c393b7137/pn1/
http://xa.meituan.com/meishi/c393b7137/pn2/
http://xa.meituan.com/meishi/c393b897/pn1/
http://xa.meituan.com/meishi/c393b897/pn2/
写入文件如下(同样是截取了一部分)
网站名,品类,商家名称,地址
美团,美食,Caffe Bene咖啡陪你(钟楼店),碑林区东大街与北大街交口东北角(云柏鞋业四楼)
美团,美食,三原老黄家(文艺路店),碑林区文艺路天伦盛世5楼(友谊东路口向东200米)
美团,美食,辣江山,碑林区南大街西木头市往西15米路北3楼辣江山火锅店内
美团,美食,辣小兵串串火锅(交大店),碑林区北沙坡街红锋时代广场一楼
美团,美食,克拉拉(钟楼店),碑林区东大街508号西北眼镜行四楼(开元商城向东50米)
美团,美食,阿Q餐厅(菊花园店),碑林区东大街菊花园交叉口(广东味芝朗斜对面)
美团,美食,田园泡芙(兴庆公园店),碑林区兴庆公园南门西侧
美团,美食,外婆印象(钟楼民生店),碑林区北大街民生国际8楼
美团,美食,Merrykin麦里金(李家村专卖店),碑林区雁塔路秋林商城1楼(商场内东北角)
美团,美食,老东关饺子店,碑林区火炬路北口3号
美团,美食,星期五cake工坊(交大店),碑林区咸宁路咸宁国际广场1层
美团,美食,傣妹(骡马市2店),碑林区东大街骡马市步行街30号欧杰西酒店2楼
美团,美食,重庆渝味晓宇火锅(粉巷店),碑林区粉巷南院门大车家巷口斜对面食尚南苑古道茶城二楼A8-A9
美团,美食,食色火锅(李家村店),碑林区雁塔路北段李家村购物中心1栋1单元2410室(李家村购物中心旁边雅居酒店进)
美团,美食,口袋G排,碑林区友谊西路258号(西工大附中隔壁)
美团,美食,西安辣欢天火锅美食城(纬什街店),碑林区纬什街十字路口(近万寿南路)
美团,美食,李记搅团(东关正街店),碑林区东关正街66号世贸大厦B座2层西室(东门外人人乐对面)
美团,美食,唐乐宫二十四节气调养火锅,碑林区长安北路75号唐乐宫
美团,美食,百富烤霸(交大店),碑林区兴庆路交大出版社北裙楼1楼
美团,美食,尔吾(李家村店),碑林区雁塔路与友谊路西北角(近万达广场)
美团,美食,台湾大鸡排(工程大学店),碑林区互助路立交向南200米路西近咖啡陪你(西安工程大学西门对面)
美团,美食,帕帕亚Papaya意大利餐厅(南门店),碑林区南关正街89号成都银行3楼(与子曰茶饭同层)南门
美团,美食,柴门鱼庐餐厅(原庐鱼风尚主题餐厅),碑林区南大街粉巷南苑中央广场竹笆市6号(原庐鱼风尚主题餐厅)
美团,美食,新辣道鱼火锅(李家村店),碑林区雁塔北路李家村万达广场3层3-17、3-18号
美团,美食,伯爵工房(柿园路店),碑林区柿园路东方星座B座168号(一楼门面(兴庆公园北门)
美团,美食,东东包(交大店),碑林区兴庆南路89号学大大厦1楼(近交大东南门)
美团,美食,新辣道鱼火锅(钟楼店),碑林区西大街14号5层(钟楼饭店西20米真维斯楼上)
美团,美食,糕糕在上(长润广场店),碑林区友谊西路236号友谊西路与含光路中段交叉口东行50米路南
美团,美食,辣宴火锅(含光门店),碑林区含光门外向东100米时代诺利达大厦2楼(粤珍轩、蝦塘322、M餐厅旁)
美团,美食,尚学社的咖啡馆,碑林区宏信国际花园一号楼905
美团,美食,老东关葫芦头(东关店),碑林区东关南街南廓门公交站向北500米路西(南廓门公交站向北500米路东即是)
美团,美食,蜀南竹签烤肉(体育北路店),碑林区体育场北路57号
美团,美食,星期五cake工坊(交大店),碑林区咸宁路咸宁国际广场1层
美团,美食,台湾大鸡排(工程大学店),碑林区互助路立交向南200米路西近咖啡陪你(西安工程大学西门对面)
美团,美食,江城小馆陕南妈妈菜·全球旅行餐,碑林区南大街西木头市最西头51号联邦中航酒店1楼
美团,美食,彤德莱(端履门店),碑林区柏树林卧龙大厦2楼(近东大街)
美团,美食,口口私房锅(立丰国际店),碑林区东二环立丰国际公寓南隔壁立信公寓709室
美团,美食,西府面馆,碑林区体育场北路西口106号(朱雀国际家具城东门南侧)
美团,美食,小芭蕉泰式火锅(万达店),碑林区雁塔北路李家村万达广场(肯德基向西15米1栋2单元1709室)

完成……


猜你喜欢

转载自blog.csdn.net/ZHANGJING199402/article/details/80755513