Tools / Competitor Research
Competitor Research icon

Competitor Research

Deep intel from a single URL

Generate a comprehensive intelligence report on any company from their website URL. Covers identity, positioning, pricing, social media, content, advertising, reviews, hiring, infrastructure, financials, and competitive landscape in one call.

1 skillv0.02
Research Competitor

Takes a competitor URL and returns a comprehensive intelligence report including company overview, positioning, pricing, social media presence, content strategy, advertising activity, customer reviews, hiring signals, and competitive landscape.

Returns: Competitive intelligence report with executive summary, key insights, and 12 sections covering identity, positioning, social, content, ads, reviews, and more.
Parameters
url *stringURL of the competitor website to research (e.g. https://linear.app)
sectionsarraySections to include in the report. Omit for all sections. Use fewer sections to reduce cost and time.
Example
Full competitive research on a SaaS company
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "competitor-research",
  "skill": "research_competitor",
  "input": {
    "url": "https://linear.app"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"competitor-research","skill":"research_competitor","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Map Your Competitive Landscape

Map Your Competitive Landscape

Identify and map all competitors in your market to understand the full competitive landscape.

Competitor Research icon
Competitor Research
4 agent guides
Open Analyze Competitor Features

Analyze Competitor Features

Compare competitor product features to identify gaps and opportunities in your own offering.

Competitor Research icon
Competitor Research
4 agent guides
Open Research Competitor Ad Creatives

Research Competitor Ad Creatives

Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.

Ad Library Search icon
Ad Library Search
4 agent guides
Open Analyze App Review Sentiment

Analyze App Review Sentiment

Understand how users feel about your app by analyzing sentiment patterns across hundreds or thousands of reviews.

App Review Analysis icon
App Review Analysis
4 agent guides
View all use cases for Competitor Research

Workflows

Open Competitor Analysis Suite

Competitor Analysis Suite

Build a complete competitive intelligence dossier by combining company research, SEO analysis, social media audits, and ad library searches.

Competitor Research icon
Competitor Research
SEO Analysis icon
SEO Analysis
Social Profiles icon
Social Profiles
Ad Library Search icon
Ad Library Search
4 steps4 tools
Open Full-Funnel Ad Research

Full-Funnel Ad Research

Research competitor advertising across platforms, analyze their strategy, study their organic content, and generate your own ad creatives.

Ad Library Search icon
Ad Library Search
Competitor Research icon
Competitor Research
Social Media Content icon
Social Media Content
Generate Image icon
Generate Image
4 steps4 tools
Open Competitor Content Gap Analysis

Competitor Content Gap Analysis

Find content gaps by comparing pages with competitors, mapping their content strategy, scoring opportunities, and validating with SERP data.

SEO Analysis icon
SEO Analysis
Competitor Research icon
Competitor Research
Keyword Research icon
Keyword Research
Web Search icon
Web Search
4 steps4 tools
Open Social Commerce Research

Social Commerce Research

Research social commerce opportunities by analyzing shops, tracking viral commerce content, studying competitors, and monitoring market trends.

Social Shop Products icon
Social Shop Products
Trending Social Content icon
Trending Social Content
Competitor Research icon
Competitor Research
Web Search icon
Web Search
4 steps4 tools
View all 10workflows →

Frequently Asked Questions

What does a competitor report include?

It can cover identity, positioning, pricing, social, content, advertising, reviews, hiring, infrastructure, financials, and competitive landscape from one website URL.

Can I keep the report focused on just a few areas?

Yes. Pass a `sections` array to narrow the analysis, such as `["identity", "positioning"]` for a quick overview or `["social", "content", "advertising"]` for marketing.

Do I need the full site or just the homepage URL?

Use the homepage URL. The tool is designed to start from one public URL and build the report from there.

Is this instant or does it take a while?

It runs asynchronously and can take roughly 45 to 120 seconds. Poll with `get_job_result` until the report is ready.