ToolYour

ToolYour

API Docs

SEO Tools

SEO analysis and data APIs.

SEO Tools (POST)

Base path: /api/v1/seo-tools

EndpointDescription
POST /analyzeSEO analysis for a URL (JSON body)
POST /compareCompare two URLs (JSON body)
curl -X POST "https://api.toolyour.com/api/v1/seo-tools/analyze" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: $API_KEY" \
  -d '{"url":"https://example.com"}'

SEO APIs (GET)

Base path: /api/v1/seo-apis

All require url query parameter and X-Api-Key:

curl -G "https://api.toolyour.com/api/v1/seo-apis/page-speed-analyzer" \
  -H "X-Api-Key: $API_KEY" \
  --data-urlencode "url=https://example.com"
PathTool
/rank-checker/keywordsKeyword rank data
/page-speed-analyzerPage speed
/link-extractorExtract links
/content-optimizationContent suggestions
/internal-linkingInternal links
/social-media-integrationSocial tags

See SEO Tools and SEO APIs tags in the API reference.

On this page