An open API service indexing awesome lists of open source software.

https://github.com/cs-magic-open/scraper_companies

自动化公司信息获取脚本(基于企查查)
https://github.com/cs-magic-open/scraper_companies

aigc jupyter-notebook selenium sqlmodel web-scraper

Last synced: 2 months ago
JSON representation

自动化公司信息获取脚本(基于企查查)

Awesome Lists containing this project

README

        

# 自动化公司信息获取脚本(基于企查查)

## Data Overview

![img.png](docs/data-overview.png)

## Usage

测试网址:https://www.qcc.com/firm/85d0292125761b813b2408a8138f51ca.html

配置: [config.yaml](config.yaml)

运行:
- 下载数据:`main_dump_data.py`
- 分析数据:`main_read_data.ipynb`

## References

- [tech.md](docs/tech.md)