Yes. Pro and Agency plans can mint personal access tokens (sxp_live_…) and use them to drive scans, fetch reports, and manage domains via HTTP. Pro is rate-limited to 60 requests per minute per token; Agency to 600.
Seoxpert exposes the same endpoints the dashboard uses (start scans, list scans, fetch reports, manage domains) over HTTP with bearer-token auth. Pro and Agency plans include the API; mint tokens at Settings → API. The plaintext token is shown once at mint and SHA-256 hashed at rest. Tokens carry explicit scopes (scans:read, scans:write, reports:read, domains:read, domains:write) so least privilege is the default.
Rate limits are per token: Pro gets 60 requests / minute / token (~1 req/sec sustained), and Agency gets 600 / minute / token (~10 req/sec). The limit is enforced at request time using the workspace owner's current plan, so an upgrade lifts the limit immediately without re-issuing tokens.
See the [API tokens docs](/api-tokens) for the full request shape, scope reference, and code examples in cURL and Node.js.
Ready to try it on your site?
Free first scan · No credit card required