Developer Hub

Everything you need to integrate Google Scholar, PubMed, and Bing Images search into your application — docs, client library, and badges.

5-Minute Quickstart

  1. Sign up and copy your API key
  2. Make a GET request to api.bitlore.in/search
  3. Parse the JSON response and build your app

cURL

curl "https://api.bitlore.in/search?search_engine=google_scholar&q=machine+learning&api_key=YOUR_API_KEY"

JavaScript Client (zero dependencies)

Copy src/lib/bitloreClient.js into your project, download bitlore-client.js for browser use, or use the snippet below:

import { BitLoreClient } from '@/lib/bitloreClient';

const client = new BitLoreClient('YOUR_API_KEY');
const data = await client.searchGoogleScholar('machine learning');
console.log(data.data.results);

Powered by BitLore Badge

Add this badge to your app or docs to show you use BitLore APIs. Linking back helps other developers discover us.

Powered by BitLorePowered by BitLore

Embed code

<a href="https://www.bitlore.in/google-scholar-api" target="_blank" rel="noopener">
  <img src="https://www.bitlore.in/badges/powered-by-bitlore.svg" alt="Powered by BitLore" width="200" height="40" />
</a>

Badge assets: SVG (filled) · SVG (outline)

List BitLore on Your Directory

Copy this blurb when submitting BitLore to API directories, GitHub awesome lists, or developer newsletters:

BitLore InnovationsREST API for Google Scholar, Bing Images, and PubMed. Sub-100ms latency, structured JSON, free tier with 50 calls.

  • Website: https://www.bitlore.in
  • Docs: https://www.bitlore.in/docs
  • Pricing: Freemium — free tier + paid plans from ₹10,000
  • Tags: Google Scholar API, PubMed API, Bing Images API, Academic Search, SERP API, Research API, RAG, Medical Research

Full press kit → · GitHub awesome-list entry

Questions? We're here to help.

support@bitlore.in

Contact Support