curl --request GET \
--url https://api.tryfuse.ai/api/v1/business/analytics/website-intent \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/analytics/website-intent"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/analytics/website-intent', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"range": "7d",
"metrics": {
"totalVisits": 1518,
"uniqueCompanies": 182,
"uniquePeople": 47,
"highConfidenceVisits": 206
},
"timeSeries": [
{
"date": "08/18",
"companies": 76,
"people": 13
},
{
"date": "08/19",
"companies": 68,
"people": 7
}
],
"topVisitors": {
"companies": [
{
"companyName": "Rivian",
"companyWebsite": "rivian.com",
"companyIndustry": "Transportation",
"companySize": "10000+",
"companyLinkedin": "https://www.linkedin.com/company/rivian",
"personName": null,
"personLinkedin": null,
"department": "software",
"location": "united states",
"count": 624,
"lastVisitDate": "2026-08-25",
"confidenceInterval": "low",
"page": null
}
],
"people": [
{
"companyName": "u.s. department of health and human services (hhs)",
"companyWebsite": "hhs.gov",
"companyIndustry": "Healthcare",
"companySize": "10000+",
"companyLinkedin": "https://www.linkedin.com/company/hhsgov",
"personName": "April Bowen",
"personLinkedin": "linkedin.com/in/april-bowen-worsley-6b156a32",
"department": "manufacturing",
"location": "united states",
"count": 212,
"lastVisitDate": "2026-08-23",
"confidenceInterval": "moderate",
"page": "/pricing"
}
]
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}Website intent analytics roll-up
Website intent insights for the token owner’s team over the window: headline metrics (visits, distinct companies, distinct people and the high-confidence share), the zero-filled visitors-over-time series (daily MM/DD buckets for 7d, ISO-week Wxx buckets for 30d and 90d) and the top 10 visiting companies and people by visit count, in the same row shape as GET /business/website-visitors. Needs website tracking to be set up: an account with no tracking record answers 404. Rate limit: 20 requests per minute, 1000 per day.
Errors:
404WEBSITE_TRACKING_NOT_SET_UP— This account has no website-tracking record (no Webtraffic entry, or the caller resolves to no team owner) — set website tracking up in the app first.422VALIDATION_FAILED—rangewas sent and is not one of 7d, 30d or 90d.429RATE_LIMITED— Per-user quota for this endpoint family exceeded (20 per minute, 1000 per day); retry after the Retry-After / RateLimit-Reset seconds.
Requires one of the following token scopes: analytics.
curl --request GET \
--url https://api.tryfuse.ai/api/v1/business/analytics/website-intent \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/analytics/website-intent"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/analytics/website-intent', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"range": "7d",
"metrics": {
"totalVisits": 1518,
"uniqueCompanies": 182,
"uniquePeople": 47,
"highConfidenceVisits": 206
},
"timeSeries": [
{
"date": "08/18",
"companies": 76,
"people": 13
},
{
"date": "08/19",
"companies": 68,
"people": 7
}
],
"topVisitors": {
"companies": [
{
"companyName": "Rivian",
"companyWebsite": "rivian.com",
"companyIndustry": "Transportation",
"companySize": "10000+",
"companyLinkedin": "https://www.linkedin.com/company/rivian",
"personName": null,
"personLinkedin": null,
"department": "software",
"location": "united states",
"count": 624,
"lastVisitDate": "2026-08-25",
"confidenceInterval": "low",
"page": null
}
],
"people": [
{
"companyName": "u.s. department of health and human services (hhs)",
"companyWebsite": "hhs.gov",
"companyIndustry": "Healthcare",
"companySize": "10000+",
"companyLinkedin": "https://www.linkedin.com/company/hhsgov",
"personName": "April Bowen",
"personLinkedin": "linkedin.com/in/april-bowen-worsley-6b156a32",
"department": "manufacturing",
"location": "united states",
"count": 212,
"lastVisitDate": "2026-08-23",
"confidenceInterval": "moderate",
"page": "/pricing"
}
]
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}Authorizations
Your API token (af_…) as the Basic-auth username, with an empty password.
Query Parameters
Rolling window ending now: 7d, 30d (default) or 90d, i.e. the roll-up covers the last 7, 30 or 90 days; time-series bucket sizes (daily, weekly, monthly) are chosen from the window length.
7d, 30d, 90d