BitLore API Documentation

Unified REST API for Google Scholar, Bing Images, and PubMed. One endpoint, structured JSON responses, and sub-100ms average latency.

Quick Start

  1. Sign up and copy your API key
  2. Send a GET request to https://api.bitlore.in/search
  3. Set search_engine, q, and api_key
curl "https://api.bitlore.in/search?search_engine=google_scholar&q=machine+learning&api_key=YOUR_KEY"

Available APIs

Authentication

All requests require an api_key query parameter. Pass your key on every request. Never expose it in client-side code in production — use a backend proxy.