SearchLive

Brand Availability Sweep

Brand availability sweep API for a name availability check before you commit to a startup, product, or project name: trademark signal, domain availability, X/Twitter handle…

$0.069USDC per call · settled on Base · no subscription, no API key

Overview

Brand availability sweep API for a name availability check before you commit to a startup, product, or project name: trademark signal, domain availability, X/Twitter handle availability, brandable alternative names, and a brandability score in one call. Composite: one call runs brand-clearance + domain-availability + x-handle-availability + domain-suggest + brand-name-score in parallel (the handle and alternative-name legs are optional, degrading if X credentials are missing or the naming model is slow) into {clearance, primary_domain_availability, handle, alternatives, brandability}. Trademark data is informational only, not legal clearance. Use it as a brand availability API, name availability check, or trademark-and-domain search.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/brand-availability-sweep$0.069Invoke Brand Availability Sweep (Search) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/brand-availability-sweep \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/brand-availability-sweep \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs