Public Business List
PBL

Local Business API

Integrate the world's business data directly into your own products.

api.publicbusinesslist.com/v1
200 OK 38ms
GET/v1/companies/search?query=AI+Healthcare&country=US&verified=true
# Response Payload (Latency: 38ms, SLA: 99.99%)
{
"status":"success",
"total_records":4820,
"data": [
{
"company_name":"Synapse Health AI Inc.",
"verified_owner":"Dr. Elena Rostova, CEO",
"direct_email":"elena@synapsehealth.ai",
"direct_phone":"+1 (650) 829-4102",
"funding_stage":"Series B ($32M)",
"technologies": ["Next.js","PyTorch","AWS"]
}
]
}
Ready for Production SDKsPython • Node.js • Go • cURL

Overview

Our RESTful API provides developers with real-time access to our global database. Build local search engines, enrichment tools, or automated sales workflows with our ultra-low latency API.

Key Benefits

  • 99.9% Uptime SLA for mission-critical applications.
  • Standardized JSON responses for easy integration.
  • Global coverage with sub-50ms latency.
  • Comprehensive documentation and developer support.

How It Works Step-by-Step

Streamlined workflow designed for maximum efficiency, speed, and accuracy.

01

Authenticate in 30 Seconds

Generate your API key and start querying our enterprise-grade REST endpoints with standard Bearer tokens.

99.99% Guaranteed SLA Uptime
02

Sub-50ms Global Latency

Edge-cached responses distributed globally for ultra-fast integration in user-facing applications.

Edge Distributed CDN
03

Rich Webhooks & Batching

Process up to 10,000 queries in a single asynchronous batch with real-time completion webhooks.

SDKs for Python, Node, Go

Live Data Sample

Real-time verified fields extracted directly by this tool

Live Feed
API Endpoint & Route
HTTP Method
Query Payload Parameters
Latency SLA & Response
/v1/companies/search
Search 200M+ global entities
GET Request
country=US&industry=AI&verified=true
200 OK • 32ms
/v1/places/google/scrape
Real-time Google Maps scraper
POST Request
{"query": "dentists", "city": "Miami"}
200 OK • 45ms
/v1/enrich/person
Verified decision maker lookup
POST Request
{"domain": "stripe.com", "role": "CEO"}
200 OK • 28ms
/v1/batch/lookup
Asynchronous bulk query engine
POST Request
{"batch_id": "bt_9482", "limit": 1000}
200 OK • 50ms
/v1/webhooks/subscribe
Real-time dataset update hook
POST Request
{"event": "company.verified"}
200 OK • 19ms
Displaying 5 sample rows of 200M+ live recordsSearch Full Directory

API API Integration

Powerful APIs to integrate business data into your workflow

Search API

Search businesses

/api/v1/search

POST

Get business details

/api/v1/business/{id}

GET

Find similar businesses

/api/v1/search/similar

POST
Example
// Real-time business search
POST /api/v1/search
{
  "query": "HVAC contractors",
  "location": "Miami, FL",
  "radius": 25,
  "filters": {
    "is_open": true,
    "rating": { "min": 4.0 },
    "has_email": true,
    "has_website": true
  },
  "sort": ["relevance:desc"],
  "limit": 50
}

// Response
{
  "search_id": "src_456789",
  "results": [
    {
      "business_id": "biz_98765",
      "name": "Cool Air Services",
      "category": "HVAC Contractor",
      "address": "789 Ocean Dr",
      "city": "Miami",
      "state": "FL",
      "phone": "+1 305-555-0144",
      "email": "service@coolair.com",
      "website": "https://coolairservices.com",
      "rating": 4.6,
      "reviews": 892,
      "years_in_business": 12
    }
  ],
  "total_results": 234
}

Start using Local Business API today

Join thousands of businesses already leveraging our powerful business intelligence platform with lifetime access.

Free trial available
No credit card required

Instant access • No credit card required • Export anytime