Skip to main content
POST
Uses Exa’s AI-powered search to find the top 5 competitors for a business. The service performs a two-step analysis:
  1. Content Extraction - Fetches and analyzes the business website using Exa’s /contents endpoint
  2. Competitor Discovery - Uses Exa’s /answer endpoint to identify direct competitors based on the business context
This is a public endpoint - no authentication required. Fast response (~2-5 seconds).

Query Parameters

string
required
The business website URL to research competitors for (e.g., https://stripe.com)

Response

boolean
Whether the research completed successfully
object
Research results
string
Error message if research failed

How It Works

  1. Exa /contents - Extracts text content from the target business website to understand what they do
  2. Exa /answer - Queries Exa’s AI to identify direct competitors based on the business context, returning structured JSON with competitor names, websites, and competitive strengths

Rate Limits

  • 10 requests per minute per IP address

Timing

The request typically completes in 2-5 seconds using Exa’s search and answer APIs.