AS
Apify Store
/one-api/skip-trace
Skip Trace
Locate hard-to-find individuals with our powerful skip trace/tracing API. TruePeopleSearch, Fastpeoplesearch, Lead Finder, Truthfinder, Spokeo, BeenVerified, PeopleFinders. Please leave 5 stars ⭐️ if
liveasyncunknown~30s typical
lead generationseo toolsreal estateskiptrace
$0.025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.02 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /one-api/skip-trace for me.
Input
| Field | Type | Description |
|---|---|---|
| max_results | integer | When you search for a name/address/phone, it finds many related persons. Set how many to scrape for each search. Default:1 default 1 |
| name | array | You can search by only 'name' or with '(name;citystatezip)' |
| street_citystatezip | array | Separate Street and citystatezip by semicolon(;). Optional: add ' | Full Name' at the end to pick one specific person from the results, e.g. '3828 Double Oak Ln; Irving, TX 75061 | Greg Grimes'. If that name is not found, the default (first) result is returned. |
| phone_number | array | Search by Phone Number. Optional: add ' | Full Name' at the end to pick one specific person from the results, e.g. '(214)349-3972 | Greg Grimes'. If that name is not found, the default (first) result is returned. |
| array | Search by Email Address. Optional: add ' | Full Name' at the end to pick one specific person from the results, e.g. 'nakialove6@gmail.com | Greg Grimes'. If that name is not found, the default (first) result is returned. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/one-api/skip-trace","input":{"name":["Amalia Castillo; Dallas, TX 75228"],"street_citystatezip":["3828 Double Oak Ln; Irving, TX 75061","2334 Falcon Rd, Charleston, SC 29406"],"phone_number":["(214)349-3972","(956) 536-1441"],"email":["nakialove6@gmail.com"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /one-api/skip-trace -i '{"name":["Amalia Castillo; Dallas, TX 75228"],"street_citystatezip":["3828 Double Oak Ln; Irving, TX 75061","2334 Falcon Rd, Charleston, SC 29406"],"phone_number":["(214)349-3972","(956) 536-1441"],"email":["nakialove6@gmail.com"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/one-api/skip-trace", input: {"name":["Amalia Castillo; Dallas, TX 75228"],"street_citystatezip":["3828 Double Oak Ln; Irving, TX 75061","2334 Falcon Rd, Charleston, SC 29406"],"phone_number":["(214)349-3972","(956) 536-1441"],"email":["nakialove6@gmail.com"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.