Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Python to grab the store name information in Baidu map

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to use Python to grab the store name information in Baidu map", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "how to use Python to grab the store name information in Baidu map"!

The code is as follows:

Import requests

Import re

Import csv

Import time

Def BusinessFromBaiduDitu (citycode = '287 magic journal keyword' sieve', pageno=0):

Parameter = {

"newmap": "1"

"reqflag": "pcmap"

"biz": "1"

"from": "webmap"

"da_par": "direct"

"pcevaname": "pc4.1"

"qt": "con"

"c": citycode, # city code "wd": key_word, # search keywords "wd2": ""

"pn": pageno, # pages "nn": pageno * 10

"db": "0"

"sug": "0"

"addr": "0"

"da_src": "pcmappg.poi.page"

"on_gel": "1"

"src": "7"

"gr": "3"

"l": "12"

"tn": "B_NORMAL_MAP", # "u_loc": "12621219.536556 headers 2630747.285024", "ie": "utf-8", # "b": "(11845157.18pr 3047692.2nt1192085.18m03073932.2)", # this should be the geographical coordinate, and "t" can be ignored: "1468896652886"} headers = {'User-Agent':' Mozilla/5.0 (Macintosh). Intel Mac OS X 10 / 12 / 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87Safari/537.36'} url = 'http://map.baidu.com/'

Htm = requests.get (url, params=parameter, headers=headers) htm = htm.text.encode ('latin-1'). Decode (' unicode_escape') # Transcoding pattern = r'(?

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report