Skip to main content
The Search endpoint queries the web and returns ad-free results. It supports web, news, and image search with AI-grounded answers that synthesize results into a single cited response. Endpoint: POST https://api.geekflare.com/search
Install the official SDK: npm install @geekflare/api-node or pip install geekflare-api

Search the web and get structured JSON results. Costs 2 credits.

Search recent news articles on any topic.

Search for images on any topic.

Grounded Answer

Get an AI-synthesized answer with inline citations from search results. Ideal for RAG pipelines and AI agents. Costs 5 credits.

Search with Content Scraping

Scrape the top result pages and return their full content alongside search results. Costs 4 credits.

Markdown Output

Return results as clean Markdown instead of JSON. Ideal for feeding directly into LLMs.

Time Filtering

Limit results to a specific time range.

Domain Filtering

Include or exclude specific domains from results.

Search within a specific category for more relevant results.

All Parameters

Credits

Node.js SDK

npm install @geekflare/api-node

Python SDK

pip install geekflare-api