Super Pages AU
Super Pages AU is one of the business directories in the Listings API publishing network; its site could not be confirmed, so this page covers only how Listings API creates, updates, and tracks the listing.
Super Pages AU's own page could not be confirmed during this review, so nothing about its layout, audience, or features is described here beyond what our own plan data confirms: it is one of the directories Listings API publishes to. Whatever a directory's own dashboard looks like, the same problem applies everywhere a business is listed: an edit made in one place does not carry to any other citation on its own. Listings API solves that by publishing and updating a business through one API call across every citation on your plan, including Super Pages AU.
A few API calls publish a business to Super Pages AU with its name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Super Pages AU alongside every other citation on your plan.
- Update the name, category, address, phone, website, or hours with one call.
- Track the publish status and read back the live Super Pages AU listing URL once it clears.
What the API does on Super Pages AU
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Super Pages AU 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 Super Pages AU 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.
Publish and sync your Super Pages AU listing
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"}}' 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"}}' curl https://listingsapi.com/api/v4/locations/TG9jYXRpb246MTgwMDI4OQ==/listings/premium \
-H "Authorization: API $LISTINGSAPI_KEY" Which plans include Super Pages AU
Super Pages AU is available on the Enterprise plan.
Super Pages AU + Listings API
How do I add a business to Super Pages AU through the API?
Call createLocation with the business name, category, address, phone, website, and hours. That call publishes the location to Super Pages AU along with the other citations on your plan, without a separate signup on the site or a manual entry that needs repeating later.
How do I update a listing on Super Pages AU?
Send the changed fields with updateLocation and the location ID returned when the location was created. One call updates Super Pages AU and every other citation your plan covers, so a phone number, address, or hours change does not need a separate edit anywhere else.
How long does publishing to Super Pages AU take, and how do I confirm it?
Publishing is asynchronous and usually clears within a few hours to a few days, depending on the directory's own review pace. Call GET /api/v4/locations/{id}/listings/premium to get the per site status and the live Super Pages AU listing URL once the update goes through.
Do I need a Super Pages AU account to publish through the API?
No. One Listings API key authenticates every call, and no account or password is ever created on Super Pages AU on your behalf. Listings API is an independent service and is not affiliated with Super Pages AU or its operator, so no login exists for you to manage there.
What is not supported on Super Pages AU, and which plan includes it?
Super Pages AU is included on the Enterprise plan, for listing sync only, alongside the rest of that plan's citation network. Posts, review replies, and analytics are not available there; Listings API limits those features to Google and Facebook, plus Bing for analytics reads.