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 / Bizmetron
Directories Listing sync All plans

Bizmetron

Bizmetron presents itself as a curated city guide: businesses such as law firms, caterers, and real estate agencies appear by name, city, and logo across its directory pages.

A change to Bizmetron's listing, a new phone number, a different address, has to be made inside the directory itself, separately from anywhere else the same business appears. Listings API pulls Bizmetron into the same account and the same API call that reaches every other citation on the plan.

With a few API calls, you can publish a business to Bizmetron using details like business name, category, address, phone, website, and hours. Listings API lets you:

  • Create a location and publish it to Bizmetron alongside every other citation on your plan.
  • Update the business name, category, address, phone, website, or hours in a single call.
  • Track publishing status and read the live listing URL once Bizmetron goes live.
Capabilities

What the API does on Bizmetron

Listing sync

Name, address, phone, hours, description, categories, website, and photos publish to Bizmetron 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 Bizmetron 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 Bizmetron 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 Bizmetron

Bizmetron is available on every plan, starting with Launch.

Launch
$99/mo
Includes Bizmetron
Growth
$499/mo
Includes Bizmetron
Enterprise
Custom
Includes Bizmetron
FAQ

Bizmetron + Listings API

What is Bizmetron and what does a listing show?

Bizmetron is a U.S. local business directory that presents itself as a city guide, covering categories such as legal services, real estate, catering, and home services. A listing shows the business name, city, and a branded logo or image that links through to its full profile page.

How do I publish a business to Bizmetron through the API?

You send the business name, category, address, phone, website, and hours to createLocation once, and Bizmetron receives the listing as part of that same publish, alongside the rest of the citation set on your plan. No account or form on the Bizmetron site is needed.

How do I update a Bizmetron listing after it goes live?

You call updateLocation once with the location ID and the fields that changed, address, phone, or hours, and Bizmetron gets the update in the same pass as every other citation on the plan. The listing on Bizmetron never needs a separate manual edit.

How long does it take for a new Bizmetron listing to appear, and how do I check?

A Bizmetron listing typically shows up somewhere between a few hours and a few days after createLocation runs, since publishing is not immediate. Rather than watching the directory itself, query GET /api/v4/locations/{id}/listings/premium; the response carries the per site status and the Bizmetron URL once it is live.

Is a Bizmetron account required to publish a listing?

No registration on Bizmetron is required to publish through the API. One Listings API key handles authentication for every call, and the listing there stays in sync using the business details you supply. Listings API is an independent service and is not affiliated with Bizmetron.

Which plan includes Bizmetron, and what is not supported?

Bizmetron is one of the sites covered by every plan, starting with Launch. Beyond listing sync, nothing else is available there: posting, review replies, and analytics reads only happen on Google, Bing, and Facebook, whichever of those three applies to the connected profile.