https://github.com/camerodev/zoominfo_scraper
Zoominfo scraper with using of rotating proxies and headless Chrome from ScrapingAnt
https://github.com/camerodev/zoominfo_scraper
data-mining python scraper scraping web-crawler
Last synced: about 1 month ago
JSON representation
Zoominfo scraper with using of rotating proxies and headless Chrome from ScrapingAnt
- Host: GitHub
- URL: https://github.com/camerodev/zoominfo_scraper
- Owner: camerodev
- Created: 2024-03-15T21:26:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T21:26:14.000Z (about 1 year ago)
- Last Synced: 2025-04-07T16:43:29.860Z (about 2 months ago)
- Topics: data-mining, python, scraper, scraping, web-crawler
- Language: Python
- Homepage: https://scrapingant.com/
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoominfo parser using scrapingant.com
This project shows how to use ScrapingAnt scraping service to load public data from zoominfo.ScrapingAnt takes away all the messy work necessary to set up a browser and proxies for crawling. So you can just focus on your data.
## Usage
To run this code you need ScrapingAnt API token. Just go to ScrapingAnt, and register a new account. You will get 1000 api calls for free. API token will be available on ScrapingAnt Dashboard.
#### With Docker
```shell script
docker build -t zoominfo_parser . && docker run -it zoominfo_parser https://www.zoominfo.com/c/mental-health-america-inc/76809493 --scrapingant_api_token --email_format first_last
```#### Without Docker
This code was written for python 3.7+
```shell script
$ git clone https://github.com/ScrapingAnt/zoominfo_scraper.git
$ cd zoominfo_scraper
$ pip install -r requirements.txt
$ python main.py --help
$ python main.py https://www.zoominfo.com/c/mental-health-america-inc/76809493 --scrapingant_api_token --email_format first_last
```#### Sample output:
```shell script
name job location email company_name
---------------------- ---------------------------- ----------------------------------- -------------------------------------------- -------------------------
Jewell Gooding Executive Director United States, Virginia, Alexandria [email protected] Mental Health America Inc
Victoria Renard Vice President, Development United States, Virginia, Alexandria [email protected] Mental Health America Inc
...
```