Analyze website SEO - keywords, content, competitors, and improvement opportunities
Analyze websites for SEO performance, keywords, content quality, and competitor positioning.
Map the website structure:
orth api run tavily /map --body '{"url": "https://example.com"}'
Get content for analysis:
orth api run scrapegraph /v1/smartscraper --body '{
"website_url": "https://example.com",
"user_prompt": "Extract page title, meta description, headings (H1, H2, H3), main content, and internal links"
}'
Find linking opportunities:
orth api run exa /search --body '{
"query": "blogs and websites that accept guest posts about productivity software",
"num_results": 20
}'
# Quick site analysis
orth api run scrapegraph /v1/smartscraper --body '{
"website_url": "https://mysite.com",
"user_prompt": "Analyze this page for SEO: title tag, meta description, heading structure, keyword usage, content length"
}'
List all endpoints, or add a path for parameter details:
orth api show exa
orth api show scrapegraph
orth api show tavily
Example: orth api show olostep /v1/scrapes for endpoint parameters.