Reverse Phone Lookup — Name, Email & Location avatar

Reverse Phone Lookup — Name, Email & Location

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Reverse Phone Lookup — Name, Email & Location

Reverse Phone Lookup — Name, Email & Location

Reverse phone lookup: returns name, emails, company, location and carrier behind a number — and in some cases a linked LinkedIn or social profile. A miss costs only the small run fee.

Pricing

from $10.00 / 1,000 results

Rating

5.0

(2)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

71

Total users

31

Monthly active users

10 days ago

Last modified

Share

Reverse Phone Lookup — Name, Email & Location ✅ No API Key

Enrich a phone number into a person — names, emails, other phone numbers, location, company and social profiles when available. Powered by the Neuralverge API. No API key or account required, and you only pay for matches.

Ideal for lead enrichment, identity resolution, fraud checks and CRM hydration.

✨ Why this Actor

  • 📱 Phone → person — resolve a number to names, emails, location and profiles in one call.
  • 💸 Pay per match returned — unresolved numbers are never charged the per-result price. a miss costs only the $0.005 lookup fee; no empty, billable rows.
  • 🔑 No API key or account — enrichment runs on the Neuralverge backend.
  • Real-time & structured — fresh data each run, ready for a spreadsheet, CRM or AI pipeline.

🔧 How it works

  1. Provide a phone number — any format works (the Actor strips +, spaces, dashes and parentheses and sends digits only).
  2. Run the Actor. The lookup happens on the Neuralverge backend.
  3. Get one dataset row per matched number — the source phone and the structured machine object. Export to CSV, JSON or Excel, or pull it over the Apify API.

If the number can't be resolved, it's logged and skipped without charge.

Input

One number per run.

FieldTypeNotes
phonestringThe phone number to enrich. Any format; digits are extracted automatically.
{
"phone": "79670777820"
}

What you'll receive

Each dataset row mirrors the Neuralverge system output and has two top-level blocks:

  • phone — the digits-only number you submitted.
  • machine — the structured result: full_names, gender, date_of_birth, emails, phones, locations (country / state / city), company, linkedin_profile, x_profile, telegram_username and operator.

Nulls & empty values are normal. Only fields that resolve for the number are filled — e.g. company, linkedin_profile and operator are often null.

Example output (real run)

A real dataset row for a phone lookup, shown in full — the structured machine-readable result (machine). The human markdown summary is produced by the system but omitted from the dataset.

{
"phone": "79670777820",
"machine": {
"full_names": [
"Дмитрий Крыканов",
"Дмитрий"
],
"gender": null,
"date_of_birth": null,
"emails": [
"dmitry.krykanov@yandex.ru"
],
"phones": [
"79670777820"
],
"locations": [
{
"country": null,
"state": null,
"city": "Москва"
}
],
"company": null,
"linkedin_profile": null,
"x_profile": null,
"telegram_username": null,
"operator": null
}
}

Genuine output from a live run — the number resolved to a name, an email and a city.

Pricing

Pay per event — $0.005 per run, plus $0.010 per matched number ($10 per 1,000) returned to the dataset. A miss costs only the $0.005 lookup fee — you are never charged the per-result price for a row you did not get.

EventPrice
Lookup (per run)$0.005
Matched number returned (per dataset row)$0.010

Numbers that can't be resolved are not charged the per-result price — only the $0.005 lookup fee applies. Pricing is on top of your Apify platform usage.

Free plan limits

Users on any paid Apify plan are not affected by anything in this section.

On the Apify Free plan all Neuralverge Actors share one budget, per user and per calendar month: 15 runs in total, at most 5 of them on this Actor, and 35 returned rows. A run that finds nothing still counts, because the lookup is performed either way. LinkedIn People Search is metered differently — one run there uses 25 of the 35 rows, because a full page of 25 profiles is bought upstream whether or not all of them are returned. When a limit is reached the Actor stops gracefully with a status message naming it; everything resets on the 1st of every month, and any paid Apify plan removes all of it.

Integrations & API

Results are stored in a standard Apify dataset — export as CSV, JSON, XML or Excel, or fetch on demand through the Apify API. The Actor also plugs into Apify's integrations (Make, Zapier, n8n, webhooks) and can be called from any MCP client.

FAQ

Do I need an account or API key? No. Enrichment runs on the Neuralverge backend.

What phone format should I use? Any — the Actor strips +, spaces, dashes and parentheses and sends digits only.

Am I charged if a number isn't matched? No. You're billed only for rows returned to the dataset.


Disclaimer: This Actor is an independent tool. Use enriched personal data in compliance with applicable privacy laws (e.g. GDPR) and only where you have a lawful basis.