Giter Site home page Giter Site logo

baidu-spider's Introduction

Baidu-spider

这是一个可以爬取百度地图指定经纬度范围内,指定关键字的POI数据。

相关网站

代码目录介绍

baidu

百度地图POI数据爬取

  • poispider.py 程序入口文件
  • data 存放爬取的POI数据目录
  • new_titile.txt是爬取数据的title,这个可以根据自己需要修改
  • location.txt是存放经纬度范围的地方,可以存放多个经纬度
  • poi.txt就是爬取到的poi数据
修改配置

需要修改的是AK密匙,poi类型,以及location.txt文件中的经纬度范围,还有划分区域的x和y大小,这个要根据经纬度 范围的大小来调整。AK密匙在http://lbsyun.baidu.com/上申请

优势

能避免请求API时请求失败时得不到数据 可以避免key请求数量用尽之后断掉的问题(代码会判断key的请求数量是否用完,用完之后会使用下一个key)

启动

执行命令python poispider.py 即可开始爬取数据,或者直接debug

baidu-spider's People

Contributors

lucas103 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.