Giter VIP home page Giter VIP logo

nyspiderapi's Introduction

NyspiderApi

#####1.IT桔子

from spider.itjuzi import *

inves=investevents(page=1)#国内投资信息

mergerdata=merger(pahe=1)#国内并购信息

foreignInves=foreign_investevents(page=1)#国外投资信息

foreignMergerdata=foreign_merger(page=1)#国外并购信息

#####2.拉勾网职位信息

from spider.lagou import *

jobs=lagouJobs(page=1,keyword='')#拉勾网职位信息

#####3.猫眼电影

from spider.maoyan import *

data=boxoffice(day='2016-05-03')#电影票房

movie=movieinfor(url='http://piaofang.maoyan.com/movie/247575?_v_=yes')#电影具体信息

#####4.人人贷散标信息

from spider.renrendai import *

username='Your username'
passwd='xxx'#加密后的密码

work=Renrendai(username,passwd)
loaninfor=work.getLoan(loanid=80000)#获取散标数据

#####5.安居客

from spider.anjuke import *

community('http://beijing.anjuke.com/community/p2/')#小区信息\

hourse=newHourse('http://bj.fang.anjuke.com/?from=navigation')#新房信息

#####6.大众点评

from spider.dianping import *

result=bestRestaurant(cityId=1,rankType='popscore')#获取人气餐厅

shoplist=dpindex(cityId=1,page=1)#商户风云榜

restaurantlist=restaurantList('http://www.dianping.com/search/category/2/10/p2')#获取餐厅

nyspiderapi's People

Contributors

nyloner avatar

Watchers

 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.