Skip to main content

Python library and command-line utility for Predicta Search API

Project description

predictasearch: The official Python library and CLI for Predicta Search

predictasearch is a Python library that interacts with the PredictaSearch API to perform searches on emails and phone numbers, as well as retrieve the list of supported networks.

Features

  • Search by email address
  • Search by phone number
  • Retrieve the list of supported networks

Quick Start

import os
from predictasearch import PredictaSearch

client = PredictaSearch(api_key=os.environ["PREDICTA_API_KEY"])

networks = client.get_supported_networks()
print(networks)

email_results = client.search_by_email("example@email.com")
print(email_results)

phone_results = client.search_by_phone("+33612345678")
print(phone_results)

Grab your API key from https://www.predictasearch.com/

Installation

To install the Predicta Search library, simply:

pip install predictasearch

Documentation

Documentation is available at https://dev.predictasearch.com/redoc

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

predictasearch-1.0.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file predictasearch-1.0.0.tar.gz.

File metadata

  • Download URL: predictasearch-1.0.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for predictasearch-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a7143131e7795f6063b9aab28ec6b7e682cadc06ac01c28e5b334c303f14be78
MD5 0b92ba84fc6458208590bda6603604f7
BLAKE2b-256 dc7bc0a81a3c4e84c47116e9ef71817de866ddda8548af0f79fcba44edd12fad

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