SEO Tools
SEO analysis and data APIs.
SEO Tools (POST)
Base path: /api/v1/seo-tools
| Endpoint | Description |
|---|---|
POST /analyze | SEO analysis for a URL (JSON body) |
POST /compare | Compare 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"| Path | Tool |
|---|---|
/rank-checker/keywords | Keyword rank data |
/page-speed-analyzer | Page speed |
/link-extractor | Extract links |
/content-optimization | Content suggestions |
/internal-linking | Internal links |
/social-media-integration | Social tags |
See SEO Tools and SEO APIs tags in the API reference.