SEO Tool

SEO scan SaaS

Multi-tool SEO scans, one API call

Submit a URL and run Lighthouse, crawler, DataForSEO, Moz, and Wappalyzer in parallel. Manage clients with service accounts and integrate via a simple REST API.

What you get

Parallel scan batches

Queue five tools at once per URL. Track job progress and per-tool results in one batch.

Service account API

Issue API keys per client. Authenticate with X-API-Key or Bearer token.

Dashboard tooling

Run Lighthouse tests, manage batches, test the API playground, and onboard team members.

API quick start

Start a scan batch with your service account key:

curl -X POST "https://seo.fluidify.io/api/v1/seo/scans" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sa_your_key_here" \
  -d '{"url": "https://example.com", "max_crawl_count": 5}'

Poll GET /api/v1/seo/scans/{id} for status and tool results. Read full API docs →