Global Business Listings Database API: AI Large Language Models

Search verified business directory listings by keyword, category, city, and country with contact information and ratings on MuAPI.

📝

Overview

About this model

Business Listings Search queries global business directory databases by keyword, business category, or description, returning matching companies with address, phone number, website domain, rating, and coordinates.

1Find and enrich local businesses by category and country
2Lead generation and directory building workflows
3Market research on business density and local competition
4Verify company location, website, and phone contact details
💰

Pricing & Value

Cost analysis

muapiappFrom $0.005 per lookup

High-volume directory lookup with structured JSON return.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Keyword / Categorystring

Search keyword, company name, or business category.

Default ValueIT consulting
LocationEnum (213 options)

Country to target for the business listings search.

Default ValueUnited States
Results Limitinteger

Number of business listings to return (1-100).

Default Value10
📖

Implementation Guide

Developer documentation

  1. Provide search term: Keyword, category, or industry (e.g. "IT consulting" or "restaurants").
  2. Set country location: Target country for directory search.
  3. Set limit: Number of listings to retrieve (1-100).
curl -X POST https://api.muapi.ai/api/v1/seo-business-listings \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "keyword": "IT consulting",
    "location": "United States",
    "limit": 10
  }'

Common Questions

Frequently asked

What business details are included?

Company name, primary category, address, city, country, phone number, website URL, rating, review count, claimed status, and GPS coordinates.

Can I search without a keyword?

Yes, `keyword` is optional; omitting it returns top directory listings in the target location.