Skip to main content
subdomains-lookup-py license subdomains-lookup-py release subdomains-lookup-py build

Overview

The client library for Subdomains Lookup API in Python language.

The minimum Python version is 3.6.

Installation

pip install subdomains-lookup

Examples

Full API documentation available here

Create a new client

from subdomainslookup import *

client = Client('Your API key')

Make basic requests

# Get categories for a domain name.
response = client.get('google.com')
for record in response.result.records:
    print("Domain: " + record.domain)

Advanced usage

Extra request parameters

# Get records count
print(response.result.count)

# Get raw API response in XML
xml_response = client.get_raw('google.com', output_format=Client.XML_FORMAT)

Response model overview

Response:
    - search: str
    - result: Result
        - count: int
        - records: [Record]
            - domain: str
            - first_seen: datetime.datetime
            - last_seen: datetime.datetime

Changelog

1.0.0 (2021-08-12)

  • First release

Download files

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

Source Distribution

subdomains-lookup-1.0.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

subdomains_lookup-1.0.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file subdomains-lookup-1.0.0.tar.gz.

File metadata

  • Download URL: subdomains-lookup-1.0.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for subdomains-lookup-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3ca0afb0885cfabdb2adf916da7e6e578cb3fe7f111fd3eeca1ea0be918d7d48
MD5 16151a93a8fa1ec33abd2e2c7e6525fd
BLAKE2b-256 8e18f96ac758fe6b0202f72e8163e739e730d08ac99f09c24dcefb31d2067a7d

See more details on using hashes here.

File details

Details for the file subdomains_lookup-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: subdomains_lookup-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for subdomains_lookup-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3720b20d8c84aa21ad230b3f6a2c31e774445e785d9bbfd1bbc388d34bdb8154
MD5 d37a7206f2179149e75929f8d3ca6349
BLAKE2b-256 8068e7421686e0e6f0ec1f8dd03e63a46d05fa927500da2fd6595966840ac250

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page