Skip to main content

Python wrapper for DomainBigData.com (no API available)

Project description

domainbigdata-python

Pull search results from DomainBigData (no API available)

Adopted from https://github.com/crits/crits_services/blob/3dff56e7111439c4156a8408f178fd484df76feb/domainbigdata_service/domainbigdata.py

Installation

pip install --user domainbigdata

Usage

import domainbigdata
import json

email = "dns-admin@google.com"
email_registrations = domainbigdata.email_lookup(email)
json.dumps(email_registrations.domains)

# domains may not always have full registrant info
domain = "example.com"
domain_reg = domainbigdata.domain_lookup(domain)
json.dumps(domain_reg.registrant_info)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

domainbigdata-1.1.0-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page