Skip to content

一个爬取企查查网站中所有中国企业与公司基本信息的爬虫程序。

Notifications You must be signed in to change notification settings

yaochenkun/enterprise-info-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

EnterpriseInformationSpider

A spider program that could collect all the enterprises' information in China from 'Qichacha' website.
一个爬取"企查查"网站中所有中国公司基本注册信息的爬虫程序。

Screenshot

Dependencies

Before run 'qichacha_spider.py' script, you should ensure that your system has these dependencies or libraries installed:

  1. requests: an only Non-GMO HTTP library based on urllib for Python to provide apis to handle with HTTP, URL and so on.
  2. BeautifulSoup: a library for Python to help you quickly analyze the structure of web page based HTML DOM and CSS.
  3. xlrd, xlwt, xlutils.copy: some libraries to be responsible for reading and writing excel files.

A good way to install these libraries is to firstly install 'pip', and then you can install all the libraries based on pip commands.

For More

If you prefer more detailed information about this spider program, you could have a further look at the file '企查爬虫软件使用指南' in this repository.

About

一个爬取企查查网站中所有中国企业与公司基本信息的爬虫程序。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages