Product

Local Citation Submission Reviews Publishing Analytics MCP server

Network

Network overview Google Business Profile Facebook

Company

Compare How it works Pricing Docs ↗

Account

Sign in Get API key
Network overview See every directory, map, and answer engine in the network, grouped by plan, so you know which citations each tier covers. One write reaches all of them, and fetchPremiumListings reports the live status for each.
Network / MyBizWinner
Directories Listing sync Growth + Enterprise

MyBizWinner

As one of the business directories inside the Listings API publishing network, MyBizWinner receives the same synced name, category, address, phone, website, and hours as every other citation on the plan.

A citation network like this traditionally means logging into each directory separately to fix a name, address, or hours change. Listings API cuts that down to one call that publishes and syncs the MyBizWinner listing alongside the rest.

It takes only a few API calls to get a business onto MyBizWinner, covering name, category, address, phone, website, and hours. Listings API lets you:

  • Create a location and publish it to MyBizWinner along with the rest of the plan's citations.
  • Change the name, category, address, phone, website, or hours in one update call.
  • Check publishing status and retrieve the live MyBizWinner listing URL once it clears.
Capabilities

What the API does on MyBizWinner

Listing sync

Name, address, phone, hours, description, categories, website, and photos publish to MyBizWinner from one canonical record. The same write updates the rest of your plan's network.

Publish status you can query

Per site publish state and live listing links are readable back through the API, so you can verify the MyBizWinner listing from response instead of checking it manually.

Typed SDKs + MCP

Node.js and Python SDKs with full types, plus a hosted MCP server so agents and LLM tools can drive the same API.

Code

Publish and sync your MyBizWinner listing

Create a location
curl -X POST https://listingsapi.com/api/v4/locations \
  -H "Authorization: API $LISTINGSAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"name":"Acme Dental","description":"Acme Dental is a family-owned dental practice in downtown New York offering preventive care, cosmetic dentistry, orthodontics, and emergency appointments. The team pairs modern equipment with a gentle, patient-first approach, and same-week visits are available.","subCategoryId":1432,"street":"123 Jump Street","city":"New York","stateIso":"NY","postalCode":"10013","countryIso":"US","phone":"6443859313"}}'
Update the location
curl -X POST https://listingsapi.com/api/v4/locations/update \
  -H "Authorization: API $LISTINGSAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"id":"TG9jYXRpb246MTgwMDI4OQ==","phone":"8073326999","street":"19 Trinity Enclave Main Rd"}}'
Fetch sync status
curl https://listingsapi.com/api/v4/locations/TG9jYXRpb246MTgwMDI4OQ==/listings/premium \
  -H "Authorization: API $LISTINGSAPI_KEY"
Plans

Which plans include MyBizWinner

MyBizWinner is available on the Growth and Enterprise plans.

Launch
$99/mo
Not included
Growth
$499/mo
Includes MyBizWinner
Enterprise
Custom
Includes MyBizWinner
FAQ

MyBizWinner + Listings API

Is a MyBizWinner account needed, and which plan includes it?

No account, login, or verification step on MyBizWinner itself is required; one Listings API key authenticates every call instead, regardless of how many locations you manage. MyBizWinner is included on the Growth and Enterprise plans, and Listings API is an independent service, not affiliated with MyBizWinner.

How do I get a business listed on MyBizWinner?

Call createLocation with the business name, category, street address, city, state, postal code, country, and phone number. That single call adds the location to MyBizWinner along with the rest of the citations on the plan, with no separate form on the directory to fill out.

How do I update the listing once it is on MyBizWinner?

Send the location ID and only the changed fields to updateLocation, whether that is a new address, phone number, or set of hours. The update applies to MyBizWinner and every other citation on the plan in the same call, so nothing needs editing on the directory directly.

How long does a MyBizWinner listing take to publish, and how do I confirm it?

Publishing is asynchronous and usually completes within a few hours to a few days, depending on the directory and how much else is updating at once. Call GET /api/v4/locations/{id}/listings/premium for the per site publish status and the live MyBizWinner listing URL once it is confirmed.

Can Listings API post updates or reply to reviews on MyBizWinner?

No. MyBizWinner is listing sync only, not posts or review management, on any plan tier. Posting and review replies through Listings API are limited to the Google and Facebook profiles, and analytics reads such as views come only from Google, Bing, and Facebook.