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 / Yoys Australia
Directories Listing sync Enterprise

Yoys Australia

Yoys Australia catalogs local businesses and suppliers in cities such as Sydney, Bankstown, and Marrickville, and offers the same Google Business Profile import that other Yoys country editions use to speed up setup.

Yoys Australia lets a business claim its listing by hand or by importing an existing Google Business Profile, the same two paths available on every other Yoys country edition. Either way, the update lives only inside the Yoys dashboard until you repeat it there again. Listings API moves that update into one API call that also reaches every other citation on your plan.

A handful of API calls publish a business to Yoys Australia with its name, category, address, phone, website, and hours. Listings API lets you:

  • Create a location once and have it publish to Yoys Australia along with the rest of your plan's citations.
  • Update the address, phone, hours, or category in a single call instead of editing the Yoys dashboard.
  • Confirm the publish status and pull the live Yoys Australia listing URL once it clears.
Capabilities

What the API does on Yoys Australia

Listing sync

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

Yoys Australia is available on the Enterprise plan.

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

Yoys Australia + Listings API

How do I publish a business to Yoys Australia through the API?

Call createLocation with the business name, category, address, phone, website, and hours. The location publishes to Yoys Australia along with the other citations on your plan in the same call, so there is no separate signup on the directory, and no manual entry inside the Yoys dashboard is required either.

Can I use Yoys Australia's Google Business Profile import through the API?

No. That import runs inside the Yoys Australia dashboard itself, separately from Listings API. Listings API publishes the business details you send through createLocation instead, so keep the two sources aligned if the business already has a claimed profile there, or the directory may show two slightly different versions of the same listing.

How do I change an address or phone number on Yoys Australia?

Send the new value with updateLocation using the location ID returned when the location was created. The change reaches Yoys Australia and every other citation on your plan in the same call, replacing what would otherwise be a manual edit inside the Yoys Australia dashboard itself.

How long until a Yoys Australia listing goes live, and how do I check?

Publishing is asynchronous and usually finishes within a few hours to a few days, though timing varies with how the directory processes new submissions. Call GET /api/v4/locations/{id}/listings/premium to read the per site status and the live Yoys Australia listing URL once it clears, alongside the status of every other citation.

Is a Yoys Australia login required to publish through the API?

No. One Listings API key authenticates every call, and no separate Yoys Australia username or password is ever created on your behalf. Listings API is an independent service and is not affiliated with Yoys Australia or its operator, so the directory never sees your Listings API credentials.

Which plan covers Yoys Australia, and what is not supported?

Yoys Australia is included on the Enterprise plan, alongside the rest of that plan's citation network. Listing sync is all it supports: posts, review replies, and analytics are limited to Google and Facebook, plus Bing for analytics, and none of those additional features extend to Yoys Australia specifically.