Build with BrowseMind API
Integrate browsing analytics into your applications with our powerful REST API. Access real-time data, create custom dashboards, and build productivity tools.
Quick Start
Get started with the BrowseMind API in minutes. Here's a simple example to fetch browsing data.
curl -X GET "https://api.browsemind.com/v1/browsing-data" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -G -d "date_range=7d" \ -d "category=productivity" \ -d "limit=50"
Response:
{ "data": [ { "id": "browse_123", "url": "https://github.com", "title": "GitHub", "category": "productivity", "time_spent": 3600, "visit_count": 15, "timestamp": "2025-01-15T10:30:00Z" } ], "pagination": { "total": 150, "page": 1, "per_page": 50 } }
API Features
Everything you need to build powerful applications with browsing analytics.
Real-time Data
Access your browsing data in real-time with low latency responses
Secure Authentication
OAuth 2.0 and API key authentication with rate limiting
Rich Data Format
JSON responses with comprehensive metadata and filtering options
RESTful Design
Clean, predictable REST API following industry best practices
Webhooks Support
Real-time notifications for goal achievements and alerts
Flexible Integration
Easy integration with popular tools and custom applications
API Endpoints
Comprehensive endpoints to access all your browsing data and analytics.
/api/v1/browsing-data
Retrieve browsing history data with filtering options
/api/v1/analytics/time-spent
Get time spent analytics by category or website
/api/v1/analytics/top-sites
Retrieve most visited websites with statistics
/api/v1/goals
Create or update productivity goals
API Pricing & Limits
per month
- 1,000 requests/month
- Basic endpoints
- Standard support
per month
- 100,000 requests/month
- All endpoints
- Webhooks included
- Priority support
pricing
- Unlimited requests
- Custom authentication
- SLA guarantee
- Dedicated support
Ready to start building?
Get your API key today and start integrating BrowseMind's powerful analytics into your applications.