Generic decision-maker scraper - finds owners, CEOs, founders from any website
Project description
decision-scraper
Generic decision-maker scraper — finds owners, CEOs, founders and their contact information from any website.
Installation
pip install decision-scraper
Usage
As a library
import asyncio
from decision_scraper import scrape_decision_makers
async def main():
result = await scrape_decision_makers(
url="https://example.com",
api_token="sk-...",
)
for dm in result.decision_makers:
print(f"{dm.name} - {dm.title}")
print(f" Email: {dm.email}")
print(f" Phone: {dm.phone}")
asyncio.run(main())
As a CLI
decision-scraper https://example.com --api-key sk-... --output table
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
decision_scraper-0.2.0.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file decision_scraper-0.2.0.tar.gz.
File metadata
- Download URL: decision_scraper-0.2.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcba118aa3122be1922950275f0053b96ed0ee03e4056c3539aca189d660cd49
|
|
| MD5 |
b070ec4a5998597c724d7782c727c4f3
|
|
| BLAKE2b-256 |
6a953b74646981fe41151c8e80fa2cfe5aacea0a80c44d88865450e865d60f6a
|
File details
Details for the file decision_scraper-0.2.0-py3-none-any.whl.
File metadata
- Download URL: decision_scraper-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d730ea3402e0d3fd0c2a6e25effd274209462cb7f41ceaf3d9961d53e0de27d
|
|
| MD5 |
1a63b7ec7ed59c6f756e33ecd0ad916c
|
|
| BLAKE2b-256 |
305d171ffc7d33ea829081395817c2e9da93d7617f6129d38c7037b7fb01b7d9
|