Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanfeng9507/TianYanChaCrawler
天眼查网站批量查询工具
https://github.com/yanfeng9507/TianYanChaCrawler
Last synced: 14 days ago
JSON representation
天眼查网站批量查询工具
- Host: GitHub
- URL: https://github.com/yanfeng9507/TianYanChaCrawler
- Owner: yanfeng9507
- Created: 2018-07-25T02:13:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T10:57:00.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:30:30.167Z (3 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 48
- Watchers: 3
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 更新记录
1. 基于微信小程序接口封装
我用抓包工具抓取了天眼查小程序的接口,然后自己简单封装了一下,查询结果以Json形式返回,可以按照自己的需要提取更多的字段。这次只封装了两个接口,一个是搜索的接口,另一个是查询公司基本信息的接口,其他的接口需要自己封装。
2. 机器人验证
之前在网站上查询,大概每查询一百次就会出现机器人验证。用小程序的接口查询,我检查测试了一下,循环四百多次查询也没有出现验证,至于具体什么时候出现验证,大家可以试验一下。
3. excel导出工具
新增了一个excel的导出工具类,大家可以按照需求导出自己需要的字段。
## 具体说明
具体说明参考博客:[博客地址](https://blog.csdn.net/yanfeng9507/article/details/81192262)