apivault-skip-trace
A thin Python client for authorized name, address, phone and email lookups through the hosted Skip Trace Actor.
Lawful use only. This is not a consumer-reporting service. Do not use returned data for credit, employment, housing, insurance, tenant screening or other FCRA-regulated decisions. Verify important information independently.
Install
pip install apivault-skip-trace
Quick start
from apivault_skip_trace import SkipTrace
client = SkipTrace("your_apify_token")
rows = client.search_name(
"Jane Example",
location="Springfield, IL",
max_results=3,
output_preset="contacts",
)
print("rows returned:", len(rows))
The sample is fictional. Replace it only with information you are authorized to process.
Lookup methods
client.search_name("Jane Example", location="Springfield, IL")
client.search_address("123 Example Ave", "Springfield, IL 62704")
client.search_phone("(202) 555-0182")
client.search_email("jane@example.com")
Each method supports a small max_results limit and an output_preset of contacts, flat, or full. Contacts is recommended for review queues; Full includes the complete public result when available.
Pricing
- $6.50 per 1,000 delivered matched-person records;
- unmatched queries have no result charge;
- the small Actor Start charge and Apify platform usage may still apply;
- no subscription or monthly minimum.
Start with 1–3 results and review match quality before increasing the limit.
Review-first use case
Read the maintained contact-enrichment playbook. Keep a manual approval step before CRM import or outreach.
Resources
License
MIT
Release files for apivault-skip-trace 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apivault_skip_trace-0.2.0.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apivault_skip_trace-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / apivault_skip_trace-0.2.0.tar.gz
| Download URL | apivault_skip_trace-0.2.0.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
366ad0e02e6dc277778da102cfbdab83acb6817da8f391ab98b6c8f967178404
|
|
BLAKE2b-256 checksum How to use checksums |
f3569af13fcbbf51331fc9f7fce643c570bdf17067ff759742e1a429b16b7a29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / apivault_skip_trace-0.2.0-py3-none-any.whl
| Download URL | apivault_skip_trace-0.2.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
700d0b9a767153863e12e525c8c03b9070ac4c1fc2cbcbec22db7b79348a5a82
|
|
BLAKE2b-256 checksum How to use checksums |
5e2960fe561e08b45e4c0d9d2b09f84950575b0b44d31e004781fafde6997c8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|