Leadfeeder API
    • Introduction
    • Authentication
    • Getting Started
    • Rate Limits
    • Relationships
    • Company ID Lifecycle
    • OpenAPI Specification Access
    • List of NACE / WZ codes
    • List of Industries
    • Account
      • List Accounts
    • Companies
      • Get Company Details
      • Retrieve Companies
      • Company Financial Reports
      • Search Company Signals
      • Search Companies
      • Match Companies
      • Retrieve Company IPs
      • Add Company to Lists
      • Remove Company from Lists
      • Assign Tags to Company
      • Unassign Tags from Company
    • Contacts
      • Get Contact Details
      • Retrieve Contacts
      • Search Contacts
      • Add Contact to Lists
      • Remove Contact from Lists
    • Web Visits
      • How to Create Custom Feed
      • Custom Feed - Filter Reference
      • Search Web Visits
      • Retrieve Custom Feeds
      • Create a Custom Feed
      • Get Custom Feed Details
      • Update Custom Feed
      • Delete a Custom Feed
      • Retrieve Custom Feeds Folders
      • Retrieve Web Visits Tracker Script
      • Retrieve Visitor Companies
    • IP
      • Enrich Company IP Address
    • Buyer Personas
      • Retrieve Buyer Personas
      • Get Buyer Persona Details
    • Ideal Customer Profiles
      • Retrieve Ideal Customer Profiles
      • Get Ideal Customer Profile Details
    • Tags
      • Retrieve Tags
      • Create Tag
      • Get Tag Details
      • Update Tag
      • Delete Tag
    • Lists
      • Retrieve Lists
      • Create a List
      • Get List Details
      • Update List
      • Delete List
    • Custom Fields
      • Retrieve Custom Fields
      • Create Custom Field
      • Get Custom Field Details
      • Update Custom Field
      • Delete Custom Field
    • Usage
      • Get Endpoints Usage
    • Schemas
      • VisitLocationV1
      • LocationV1
      • CRMUserV1
      • CRMOrganizationV1
      • ICPV1
      • CRMContactV1
      • IpAddressExtendedV1
      • CompanyIpV1
      • CRMLeadV1
      • WebVisitV1
      • BuyerPersonaV1
      • CRMConnectionV1
      • CRMSuggestionV1
      • IpLocationV1
      • CRMGroupConnectionV1
      • CustomFeedRequestV1
      • AccountV1
      • MaskedContactSummaryV1
      • CustomFeedV1
      • CustomFeedFolderV1
      • WebVisitsTrackerScriptV1
      • CompanyLocationV1
      • AccountSummaryV1
      • ErrorObjectV1
      • MaskedCompanySummaryV1
      • CompanyV1
      • NetworkV1
      • CompanyFinancialsV1
      • SignalV1
      • CompanySummaryV1
      • TagV1
      • ListV1
      • CompanyMatchV1
      • CustomFieldV1
      • ContactV1
      • ContactSummaryV1
      • EnrichedIpV1
      • ApiUsageV1

    WebVisitV1

    {
        "type": "web_visit",
        "id": "5b4f313e-46de-11e8-b981-05bebed8e58b",
        "attributes": {
            "started_at": "2026-01-15T10:30:00.000Z",
            "source": "google",
            "medium": "cpc",
            "campaign": "HomePage Split",
            "referring_url": "https://www.google.com/search?q=dealfront",
            "keyword": "website leads",
            "landing_page_path": "/home",
            "page_depth": 4,
            "visit_length": 80,
            "device_type": "smartphone",
            "identifiers": {
                "lf_client_id": "LF1.1.a3f8b2d1e4c90123.1742597607000",
                "ga_client_ids": [
                    "5829104736.1742616961"
                ],
                "adobe_cookies": [
                    {
                        "MCMID": "681245",
                        "MCAAMB": "RKh123Vc5",
                        "MCAAMLH": "6"
                    }
                ]
            },
            "visitor": {
                "email": "john.doe@example.com",
                "first_name": "John",
                "last_name": "Doe"
            },
            "engagements": [
                {
                    "hostname": "www.leadfeeder.com",
                    "page": {
                        "path": "/pricing/",
                        "title": "Pricing for all stages of growth",
                        "url": "http://www.leadfeeder.com/pricing/"
                    },
                    "previous_page_path": "(entrance)",
                    "has_met_goals": false,
                    "event_type": "page-view",
                    "time_on_page": 22
                }
            ]
        },
        "relationships": {
            "location": {
                "type": "visit_location",
                "id": "6xeTMh2VfiAzFd86n7GNJ3",
                "attributes": {
                    "country": "Finland",
                    "country_code": "FI",
                    "region": "Uusimaa",
                    "city": "Helsinki",
                    "geonames_id": "658225",
                    "postal_code": "string"
                }
            },
            "company": {
                "id": "129011",
                "type": "company"
            }
        }
    }
    Built with