Skip to content

这是一个通过模拟企查查网页请求来调用企查查网页api Python包,只需简单的配置即可使用企查查的api。【更新中】

License

Notifications You must be signed in to change notification settings

HUANGZHENJIE2/qcc_web_api

Repository files navigation

Image text

qcc_web_api【更新中】

Introduction - 介绍

这是一个通过模拟企查查网页请求来调用企查查网页api Python 包,只需简单的配置即可使用企查查的api。使用前需要注册个企查查账户。有部分功能还是需要企查查会员。传送门

Requirements - 必要条件

Python =< 3.9.0
企查查账户一枚
部分功能可能需要企查查会员

Quick start - 快速开始

1、将qcc.py复制到你的项目中,并导入QccWebApi

from qcc import QccWebApi
qcc = QccWebApi("[您的企查查cookie]")

2、安装依赖

pip install requests

3、如何获取企查查的cookie

Image text

4、调用API

qcc.search_mind("阿里巴巴")

Changelog - 更新日志

v0.1

实现了 search_mind
实现了 get_detail
实现了 find_relationship

About

这是一个通过模拟企查查网页请求来调用企查查网页api Python包,只需简单的配置即可使用企查查的api。【更新中】

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages