Learn what data the Website Visitors API returns and how to use it in your own workflows and automations.
Website Visitors tracks which companies are visiting your website and gives you behavioral data about those visits. Until now, this data was only available inside Lusha's platform. The API makes the same data accessible to developers and RevOps teams who want to route it directly into their own systems, automations, and workflows.
This article covers what the Website Visitors API returns, who can use it, and how it fits into your existing API workflow.
The Website Visitors API is available to accounts that have:
- Website Visitors already configured in their Lusha account
- A valid Site ID
- A paid plan
💡 Note: Starting July 20th, 2026, each company identified via the Website Visitors API costs 2 credits per unique company per month — the same rate as Workspace and MCP access. Credits are drawn from your Website Visitors credit pool.
Use the API to query companies that have visited your tracked domains. You can filter results by:
- Intent score
- Date range
- Location
- Pages visited
Each company in the response includes:
- Number of sessions
- Unique visitor count
- Average session time
- High-intent pageviews
- Last visit date
You can query multiple domains in a single API call. This reduces request overhead when you are tracking more than one domain.
The Website Visitors API is designed to chain naturally with other Lusha API tools. A typical workflow looks like this:
- Query Website Visitors to get a table of companies visiting your site
- Enrich those companies to get firmographic data
- Find contacts at those companies
- Check Signals to add more buying-intent context before outreach
💡 Note: You must have Website Visitors configured in your account before using this API. If you haven't set it up yet, contact your account admin to implement it on your site.
Full endpoint documentation, request parameters, and response schemas are available at docs.lusha.com/apis/openapi/website-visitors.
Now you're ready to plug real-time intent data directly into your workflows.