BrowseMind

Developer API

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.

Example Request
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.

GET
/api/v1/browsing-data

Retrieve browsing history data with filtering options

date_rangecategorylimit
GET
/api/v1/analytics/time-spent

Get time spent analytics by category or website

periodgroup_bycategory
GET
/api/v1/analytics/top-sites

Retrieve most visited websites with statistics

limitperiodsort_by
POST
/api/v1/goals

Create or update productivity goals

categorytime_limitalert_enabled

API Pricing & Limits

Free Tier
$0

per month

  • 1,000 requests/month
  • Basic endpoints
  • Standard support
Most Popular
Pro API
$49

per month

  • 100,000 requests/month
  • All endpoints
  • Webhooks included
  • Priority support
Enterprise
Custom

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.