Production Ready

Web Search API for AI Agents

The first meaning-based web search API powered by embeddings. Extract structured data from the web with unmatched control, accuracy, and speed.

View Documentation

Why choose our Web Search API?

Better data, better LLM results. Built for production and scale.

Semantic Search

Meaning-based search powered by embeddings. Find relevant content even when exact keywords don't match.

Real-time Crawling

Live crawling with recursive capabilities. Get fresh data from any webpage with customizable depth and filters.

AI-Optimized Output

Structured responses designed for LLMs. Reduce hallucinations with verified sources and confidence scores.

Extensive Filters

Powerful filters by date, category, domain, and content type. Get exactly the data you need.

High Performance

High rate limits, low latency, and 99.9% uptime. Built for production workloads and enterprise scale.

Easy Integration

Simple REST API with SDKs for Python, JavaScript, and more. Get started in minutes with comprehensive docs.

Simple to implement

Only a few lines of code to get started. See the API in action.

pip install phinodes

from phinodes import Phinodes

api = Phinodes("YOUR_API_KEY")
results = api.search(
  "AI companies in SF",
  max_results=10
)
npm install phinodes

import { Phinodes } from 'phinodes';

const api = new Phinodes('YOUR_API_KEY');
const results = await api.search({
  query: 'AI companies in SF',
  maxResults: 10
});

Built for modern AI workflows

From AI agents to research tools, our API powers diverse applications.

AI Agents

Power autonomous agents with real-time web intelligence. Enable agents to research, fact-check, and gather current information.

  • Real-time fact checking
  • Autonomous research
  • Source verification

Research Tools

Build powerful research applications that can analyze trends, gather insights, and compile comprehensive reports.

  • Academic paper search
  • Market analysis
  • Trend monitoring

Content Generation

Create data-driven content with real-time information. Perfect for news aggregation, report generation, and content automation.

  • News aggregation
  • Report automation
  • Content enrichment

Ready to Get Started?

Join thousands of developers who trust our Web Search API for their applications.