Visitor IP Enrichment Tool — Leadfeeder Alternative avatar

Visitor IP Enrichment Tool — Leadfeeder Alternative

Pricing

from $100.00 / 1,000 network organization candidate identifieds

Go to Apify Store
Visitor IP Enrichment Tool — Leadfeeder Alternative

Visitor IP Enrichment Tool — Leadfeeder Alternative

Enrich authorized website-visitor IP exports with public network evidence. Get registry or ASN organization candidates, reverse DNS, visit context, and source URLs per IP. Results identify networks, not people or verified employers.

Pricing

from $100.00 / 1,000 network organization candidate identifieds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Enrich authorized website-visitor IP exports with public network evidence. Get registry or ASN organization candidates, reverse DNS, visit context, and source URLs per IP. Results identify networks, not people or verified employers. For analytics and sales-operations reviewers, each dataset record represents one public network IP with grouped visit context.

Workflow: put the results to work

Export authorized public visitor IPs from your server, CDN, or consented analytics system. Retain useful page-path context, then review registry and ASN evidence for each network. Treat an organization candidate as a research lead, not confirmation of the visitor's employer.

Best fit for this Actor

  • Start with an authorized export from web-server, CDN, or consented analytics logs that has public IP addresses and optional relative page-path context.
  • Group repeat events into one source-cited network record before a human decides whether any candidate deserves a separate B2B research step.
  • Use source URLs, candidate evidence, reverse DNS, and collection time to audit what the actor observed instead of treating an opaque match as fact.

For a browser-side visitor product with a proprietary IP-to-company graph, real-time tracker, CRM synchronization, team workspace, contact activation, and historical reporting, Leadfeeder remains the broader product.

How this workflow compares with Leadfeeder

This Actor covers one bounded workflow: enriching caller-supplied, authorized visitor IP exports with current public network-registration and optional ASN evidence. Leadfeeder describes a broader website-visitor product that tracks visits, matches them against its proprietary database, filters traffic, and supports CRM and activation workflows.

DecisionThis ActorLeadfeederBest fit
Starting pointAuthorized IP/event export supplied at run time.A website tracking setup and its visitor-identification product.Use this Actor for a bounded export review; use Leadfeeder for an ongoing tracked-visitor workspace.
Match meaningNetwork operator or address-block organization candidate with source evidence.Company matching using Leadfeeder's proprietary IP database and signals.Treat this Actor's candidate as network evidence, not proof of a visiting employer.
Engagement contextGroups supplied relative paths, timestamps, and durations.Tracks page engagement and visitor history in the platform.Use Leadfeeder when durable visit history and in-product analysis are required.
Output and provenanceDataset records include source URLs, provider routes, reverse DNS, and collection time.Leadfeeder documents company and visit workflows in its product.Use the Actor when a JSON record with source provenance is the needed next step.
Integrations and automationUses the Apify regular-run API with dataset, OUTPUT, and RUN_SUMMARY readback.Leadfeeder documents CRM and visitor-workflow features in its product.Select the API contract and downstream system that fits the approved workflow.
BillingPay per event plus Apify platform usage; see the live Pricing tab for current terms.Leadfeeder publishes free and subscription plan tiers with usage limits and activation credits.Compare the current plan and Pricing tab against the same authorized input volume.

Leadfeeder is a trademark of its owner. This independent Actor is not affiliated, associated, or endorsed by Leadfeeder or Dealfront.

Workflow: from an export to reviewable network evidence

  • Export public visitor-IP events that you are authorized to process from a server, CDN, or consented analytics source.
  • Send the IP, an optional opaque export ID, and relative page path. The Actor drops query strings from page paths.
  • The Actor groups events by IP, reads public RDAP registration data, optionally checks reverse DNS, and uses optional owner-configured IPinfo Lite ASN data when available.
  • Review the organization candidate with its evidence and source URLs as a network-level candidate.
  • Pass approved, evidence-backed candidates to a separate company-research, CRM, or outreach workflow.

Quick start

Provide one to 500 authorized events. The Actor aggregates at most 100 unique IPs in one run.

{
"visits": [
{
"ipAddress": "8.8.8.8",
"pagePath": "/pricing",
"externalId": "export-row-001",
"observedAt": "2026-09-07T12:00:00.000Z",
"durationSeconds": 48
},
{
"ipAddress": "8.8.8.8",
"pagePath": "/contact",
"externalId": "export-row-002",
"observedAt": "2026-09-07T12:04:00.000Z",
"durationSeconds": 31
}
],
"maxVisitors": 20,
"requestTimeoutSecs": 12,
"includeReverseDns": true,
"preferIpinfoLite": true
}

Data you receive

One dataset record represents one public visitor IP after grouping.

FieldMeaning
organizationCandidateA network operator or address-block organization candidate, not a verified visiting employer or person.
organizationCandidateEvidenceThe evidence type and source URL for the candidate.
pagePaths and highIntentPagePathsDeduplicated, caller-supplied relative paths. High-interest paths are transparent labels, not inferred buyer intent.
rdap, ipinfoLite, and reverseDnsPublic network evidence returned by each enabled route.
sourceUrls and collectedAtSource provenance and lookup time for the record.
identificationStatusWhether a network organization candidate was attributable from the returned evidence.
{
"ipAddress": "8.8.8.8",
"externalIds": [
"export-row-001",
"export-row-002"
],
"visitCount": 2,
"pagePaths": [
"/pricing",
"/contact"
],
"organizationCandidate": "Google LLC",
"organizationCandidateEvidence": {
"type": "rdap_entity",
"sourceUrl": "https://rdap.arin.net/registry/ip/8.8.8.8"
},
"identificationStatus": "NETWORK_ORGANIZATION_IDENTIFIED",
"identificationScope": "Network operator or registered address-block entity only; not a verified employer, account, or individual website visitor.",
"reverseDns": [
"dns.google"
],
"sourceUrls": [
"https://rdap.arin.net/registry/ip/8.8.8.8"
],
"collectedAt": "2026-09-07T12:00:00.000Z"
}

The default key-value store also writes OUTPUT for a compact terminal result and RUN_SUMMARY for source-route diagnostics, cap state, and non-secret run metrics.

Run from the API

Set APIFY_TOKEN locally, start a run, then read both the dataset and terminal records.

curl "https://api.apify.com/v2/acts/khadinakbar~leadfeeder-alternative/runs?token=$APIFY_TOKEN" \
-X POST \
-H "content-type: application/json" \
-d '{
"visits": [
{
"ipAddress": "8.8.8.8",
"pagePath": "/pricing",
"externalId": "export-row-001"
}
],
"maxVisitors": 1
}'

Retrieve the run's default dataset, then inspect OUTPUT and RUN_SUMMARY before automating any downstream action.

For AI-agent workflows

I am an AI agent handling authorized server-log visitor events containing public IP addresses and relative page paths. Group them by IP, report the named run outcome and dataset readback, return source-cited network organization candidates with source URLs and collection time, show observed paths and timestamps, and clearly state the network-evidence scope before any downstream decision.

The Actor is read-only with respect to external sources. It creates an Apify dataset and terminal run records. Valid input with a source outage produces an explicit diagnostic, while invalid input and useful partial records retain their named outcomes.

Best results and limits

Starting situationRecommended actionExpected result
You have server/CDN IP export dataStart with a small maxVisitors canary.Grouped network records with auditable source evidence.
You need current ASN contextKeep preferIpinfoLite enabled when the owner has configured the optional free source.Additional ASN name and domain context without putting a token in input.
You need the company that employed a visitorReview the network evidence, then use a separately licensed visitor-intelligence provider or authorized company-research process.A defensible next step without presenting a network owner as a verified employer.
You need individual identity or contact dataUse a consented first-party form or customer-authorized identity workflow.This Actor intentionally does not provide person identification.

RDAP and reverse DNS can be incomplete, changed, unavailable, or associated with an ISP, cloud host, VPN, mobile carrier, shared office, or network operator. A returned candidate is therefore evidence about the network address, not proof that a named company or person visited your site.

Optional third-party source

The default workflow uses public RDAP and optional reverse DNS, so no paid third-party API is required. If the owner configures the free IPinfo Lite service as an encrypted IPINFO_LITE_TOKEN environment variable, the Actor can add basic ASN name/domain context. The token never belongs in the input, dataset, terminal records, or logs.

Leadfeeder-style employer-level coverage, residential/mobile resolution, proprietary account matching, and contact enrichment use a separately licensed visitor-intelligence provider, an approved data-rights review, a provider-specific pricing gate, and a dedicated acceptance matrix.

Responsible use

Run only against visitor events you are authorized to process. Respect applicable privacy, data-protection, and website terms; minimize exported fields; keep any opaque IDs non-personal; and review source evidence before a sales or marketing action. The Actor intentionally avoids person-level identity, cookies, browser fingerprints, credential collection, and covert tracking.

Builder's note

Visitor-enrichment products can make a network label look more certain than it is. I designed this workflow to keep the input bounded, preserve the caller's page context, and return source-level evidence beside every candidate so an operator or agent can distinguish a network operator from a verified account match.

Pricing and run costs

This Actor uses Pay per event plus Apify platform usage. The Pricing tab lists the current event rates and billing terms.

EventBilling unitWhen it applies
apify-actor-startActor StartCharged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event).
network-organization-identifiedNetwork organization candidate identifiedCharged only after a schema-valid visitor-network record with an attributable network-organization candidate is persisted.

Run cost combines the charged events and Apify platform usage. Review the run charge limit and requested result count before starting.

Connect an AI agent

Use the Apify MCP configurator to choose an available client connection. Inspect this Actor’s current input schema and required credentials before running it.