Analytics
Get Job Visitors
Retrieve visitor counts for specific job postings over a specified time period
GET
Documentation Index
Fetch the complete documentation index at: https://kardow.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires API key authentication. Include your API key in the request header:You can generate API keys from your organization settings in the Kardow dashboard under Settings > API Keys.
Query Parameters
Comma-separated list of job UUIDs to fetch visitor counts for. Maximum 100 job IDs per request.Example:
123e4567-e89b-12d3-a456-426614174000,123e4567-e89b-12d3-a456-426614174001Time period for analytics data. Must be one of:
7d- Last 7 days30d- Last 30 days6mo- Last 6 months12mo- Last 12 months
Response
The analytics data for the requested jobs
Metadata about the request
Security
This endpoint implements multiple security layers:- API Key Authentication - Only valid API keys can access the endpoint
- Organization Scoping - You can only access jobs belonging to your organization
- Job Ownership Validation - All requested job IDs are verified to belong to your organization
- Domain Validation - Analytics are fetched only from your organization’s verified domain
Rate Limits
When you exceed the rate limit, you’ll receive a429 Too Many Requests response.
Best Practices
Batch Multiple Jobs
Instead of making individual requests for each job, batch multiple job IDs in a single request:Implement Error Handling
Always implement proper error handling with retries:Cache Results
Cache analytics data to reduce API calls:Common Use Cases
Dashboard Integration
Display visitor analytics in your custom dashboard:Weekly Performance Reports
Generate automated reports of job performance:Comparative Analysis
Compare performance across different time periods:Related Endpoints
Site Analytics
Get comprehensive analytics with filtering options
List Jobs
Retrieve your job listings
Authorizations
API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.
Query Parameters
Comma-separated list of job UUIDs (max 100)
Example:
"123e4567-e89b-12d3-a456-426614174000,123e4567-e89b-12d3-a456-426614174001"
Time period for analytics
Available options:
7d, 30d, 6mo, 12mo