competitor-research
Research competitors - products, pricing, team, funding, and strategy
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Research competitors - products, pricing, team, funding, and strategy
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.
Analyze images with AI - extract text, describe content, detect objects
| name | competitor-research |
| description | Research competitors - products, pricing, team, funding, and strategy |
Gather comprehensive intelligence on competitors including products, pricing, team, and strategy.
Get basic company information:
orth api run brand-dev /v1/brand/retrieve --query 'domain=competitor.com'
Use Exa to find related competitors:
orth api run exa /findSimilar --body '{
"url": "https://notion.so",
"num_results": 10
}'
Scrape pricing and features:
orth api run scrapegraph /api/extract --body '{
"url": "https://notion.so/pricing",
"prompt": "Extract all pricing tiers, features per tier, and any enterprise options"
}'
Find key people at the company:
orth api run fiber /v1/people-search --body '{
"searchParams": {
"company_names": ["Notion"],
"job_titles": ["CEO", "CTO", "VP Product", "VP Engineering"]
}
}'
# Find competitor customers
orth api run exa /search --body '{
"query": "companies using Notion for documentation case studies",
"num_results": 20
}'
List all endpoints, or add a path for parameter details:
orth api show brand-dev
orth api show exa
orth api show fiber
orth api show scrapegraph
Example: orth api show olostep /v1/scrapes for endpoint parameters.