licenseapi.dev
6 StatesReal-TimeOfficial Registries

Business Name Availability API

Check business name availability in real time across 6 U.S. states. Built for business formation platforms, legal tech, and compliance automation tools.

Coverage

6 States — Official State Business Registries

Checks run against each state's official Secretary of State business registry.

Active — 6 states

CA
DE
FL
NV
TX
WY
Quick Start

Quick Start

Request

curl
curl --request GET \
  --url 'https://business-name-availability.p.rapidapi.com/check?name=Acme+Ventures+LLC&state=DE' \
  --header 'x-rapidapi-host: business-name-availability.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Response

response.json
{
  "name": "Acme Ventures LLC",
  "state": "DE",
  "available": true,
  "exact_match": false,
  "similar_names": [
    "Acme Ventures Inc",
    "Acme Venture Capital LLC"
  ],
  "checked_at": "2026-03-23T15:00:00Z",
  "source_url": "https://icis.corp.delaware.gov/",
  "cache_hit": false
}
Response Schema

Response Schema

FieldTypeDescription
namestringThe business name that was checked
statestringTwo-letter state code
availablebooleanWhether the name is available for registration in this state
exact_matchbooleanWhether an exact match exists in the state registry
similar_namesarrayList of similar or conflicting names found in the registry
checked_atstringISO 8601 timestamp of when the check was performed
source_urlstringURL of the official state registry used
cache_hitbooleanWhether this result was served from cache or fetched live
Use Cases

Common Use Cases

Business formation platforms checking name availability before filing
Legal tech automating entity formation workflows
Registered agent services
Compliance automation tools
Startup formation and incubator onboarding
Multi-state entity formation pipelines
Pricing

Simple, transparent pricing

Start for free. Scale as you grow. All plans include access to official data sources and real-time verification.

Basic

$0

10 requests/month

  • 10 checks/month
  • 6 states
  • JSON responses
  • Email support
Get Started
Most Popular

Pro

$29/mo

3,000 requests/month

  • 3,000 checks/month
  • 6 states
  • Then $0.10/each
  • Priority support
Get Started

Ultra

$49/mo

10,000 requests/month

  • 10,000 checks/month
  • 6 states
  • Then $0.008/each
  • Priority support
Get Started

Mega

$99/mo

50,000 requests/month

  • 50,000 checks/month
  • 6 states
  • JSON responses
  • Dedicated support
Get Started
Endpoints

API Reference

MethodPathDescription
GET/checkCheck name availability in a specific state
GET/statesList supported states with registry metadata
GET/statusAPI health status
FAQ

Frequently asked questions

What does available: true mean?

It means no exact match was found in the state's official business registry at the time of the check. Similar names may still exist — review the similar_names array before filing.

How fresh is the availability data?

Results are cached for up to 30 minutes. For pre-filing checks, pass bypass_cache=true to force a live lookup against the state registry.

Which states are you adding next?

We are actively expanding coverage. Contact us for priority state additions or to discuss a custom integration for your target states.

Do you offer enterprise contracts?

Yes. Contact us for custom volume, SLA guarantees, and white-label access.

Need custom volume or SLA guarantees?

Contact us for enterprise pricing, white-label access, dedicated support, and custom contracts tailored to your platform.

Contact Enterprise Sales