Skip to main content

The DNA test for websites.

Project description

urlDNA

urlDNA Logo

urlDNA is a powerful tool for comprehensive URL analysis, advanced brand monitoring, phishing detection, and custom query capabilities. This Python package allows users to interact with the urlDNA API seamlessly through Python.

forthebadge forthebadge

GitHub license

Homepage

Features

  • Create Scan: Initiate a new scan for a given URL.
  • Search: Perform a search query to find relevant data.
  • Get Scan: Retrieve the results of a all scans.
  • Viewports: All available viewports by device.
  • User Agents: All available user agents.
  • Fast Check: Check if an URL is CLEAN or MALICIOUS (beta).

Installation

To install the urlDNA Python package, use pip:

pip install urldna

Usage

Installation

First, import the package and initialize the client with your API key:

from urldna import UrlDNA

# Initialize the client with your API key
api_key = 'YOUR_API_KEY'
client = UrlDNA(api_key)

Create Scan

Initiate a new scan for a given URL to analyze its content and metadata.

# Create a scan for a URL
url = 'https://example.com'
scan_result = client.create_scan(url)
print(f'Scan ID: {scan_result.scan.id}')

Search

Perform a search query using Custom Query Language to find relevant data.

# Perform a search query
query = 'domain LIKE google.com'
search_results = client.search(query)
print(search_results)

Get Scan

Retrieve the results of a previously initiated scan using its scan ID.

# Get scan results
scan_id = 'your_scan_id'
scan_result = client.get_scan(scan_id)
print(scan_result)

Viewports

List of all available viewports (device, height, width)

viewports = client.viewports()
print(viewports)

Viewports

List of all available user agents (browser, device, user_agent)

user_agents = client.user_agents()
print(user_agents)

Fast check

Check if an URL is CLEAN or MALICIOUS (beta).

fast_check = client.fast_check("https://google.com")
print(fast_check)

API Reference

for all API details, please viti the API Documentation page.

UrlDNA(api_key)

  • Initializes the client with the provided API key. Copy your API key from Profile page.

Methods

  • create_scan(url, device='DESKTOP', width=1920, height=1080, user_agent=None, waiting_time=5, private_scan=False): Initiates a scan for the given URL and returns a scan ID.
  • search(query): Performs a search based on the given query and returns the results.
  • get_scan(scan_id): Retrieves the results of the scan identified by the given scan ID.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For any issues or questions, please contact urldna@urldna.io.

Acknowledgements

Thank you for using urlDNA! We hope our tool helps you gain valuable insights into your URLs and online presence.

Project details


Download files

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

Source Distribution

urldna-0.0.21.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

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

urldna-0.0.21-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file urldna-0.0.21.tar.gz.

File metadata

  • Download URL: urldna-0.0.21.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for urldna-0.0.21.tar.gz
Algorithm Hash digest
SHA256 c4814f5e336990d666a0ae85a64d8d4d5c3aaaf9e2435d1b0064f9ca347420ea
MD5 f263f63199fc268b4cc06d0db3be5ce0
BLAKE2b-256 cf4f4259dda79e4687f4fe4d1dbb579fe5c90adb8994478d98f57b1912b639f0

See more details on using hashes here.

File details

Details for the file urldna-0.0.21-py3-none-any.whl.

File metadata

  • Download URL: urldna-0.0.21-py3-none-any.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for urldna-0.0.21-py3-none-any.whl
Algorithm Hash digest
SHA256 3436c25ef21797fe1535b620337335b814eafc000c9428cb71b34dc473021ce4
MD5 511e446cff355e85464e67aa15996d8d
BLAKE2b-256 563fe2f553478dc451395e93f74062c994c312cbfcf4431893e2f6082f7218ce

See more details on using hashes here.

Supported by

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