Product

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

GalacticVibe

GalacticVibe is an online business directory where people search for local businesses and find them by name, address, phone, hours, and category.

Keeping a business current on GalacticVibe usually means editing each location's data manually in the directory, then redoing that work every time an address or a set of hours changes. Listings API automates that, letting users create, manage, and sync GalacticVibe listings through one unified API.

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

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

What the API does on GalacticVibe

Listing sync

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

GalacticVibe is available on every plan, starting with Launch.

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

GalacticVibe + Listings API

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

Send a createLocation call with the business name, address, phone, hours, and category. Listings API publishes that record to GalacticVibe as part of the same run that pushes it to the other citations on your plan, so you make one call instead of filling out the directory manually.

How do I update a listing after it goes live?

Call updateLocation with the fields you want to change, such as a new phone number or revised hours. The edit is picked up on the next sync and pushed to GalacticVibe automatically, so you maintain the data once in your own system rather than in the directory.

How long does it take for a listing to appear on GalacticVibe?

Publishing is asynchronous. A submission usually clears within a few hours, though some updates can take a few days depending on the directory. There is no need to refresh anything manually; the status endpoint reports when the work is done.

How do I verify that a listing synced?

Call GET /api/v4/locations/{id}/listings/premium. It returns the publish status for each site along with the live GalacticVibe listing URL once the update clears, so you confirm from the response instead of searching the directory yourself.

Do I need a GalacticVibe account or login to publish?

No. You authenticate every request with a single Listings API key, and no separate GalacticVibe credential is required. Listings API is an independent service and is not affiliated with GalacticVibe.

Which plan includes GalacticVibe?

GalacticVibe is included on every plan, starting with Launch. Once a location is created, it publishes to GalacticVibe as one of the citations your plan covers.

Can I post updates or reply to reviews on GalacticVibe through the API?

Not on GalacticVibe. It supports listing sync, so you can publish and update the core citation data there. Posts and review replies are available only on Google and Facebook, and analytics are available only on Google, Bing, and Facebook.