Search verified business directory listings by keyword, category, city, and country with contact information and ratings on MuAPI.
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.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.005 per lookup | High-volume directory lookup with structured JSON return. |
High-volume directory lookup with structured JSON return.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Keyword / Category | string | Search keyword, company name, or business category. | IT consulting |
| Location | Enum (213 options) | Country to target for the business listings search. | United States |
| Results Limit | integer | Number of business listings to return (1-100). | 10 |
Search keyword, company name, or business category.
IT consultingCountry to target for the business listings search.
United StatesNumber of business listings to return (1-100).
10Developer documentation
"IT consulting" or "restaurants").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
}'
Frequently asked
Company name, primary category, address, city, country, phone number, website URL, rating, review count, claimed status, and GPS coordinates.
Yes, `keyword` is optional; omitting it returns top directory listings in the target location.