YellowPages.biz
Yellowpages.biz is a business-to-business directory from YP Media, the company behind Yoys, and a separate site from the well known U.S. yellowpages.com; it has no country picker, and its homepage listings match the yoys.net feed.
Yellowpages.biz shows no country selector, unlike the Yoys country editions, and its homepage latest companies feed lists the same businesses in the same order as yoys.net's worldwide feed, including the same Indonesia sourced listings. It is a separate platform from the well known yellowpages.com. Whichever edition of the network a business needs, the underlying update problem is the same: an edit made in a site's own dashboard does not carry to any other citation on its own. Listings API publishes and updates a business through one API call that reaches Yellowpages.biz along with the rest of your plan.
A few API calls publish a business to Yellowpages.biz with its name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Yellowpages.biz alongside every other citation on your plan.
- Update the name, category, address, phone, website, or hours in one call.
- Confirm the publish status and read the live Yellowpages.biz listing URL once it clears.
What the API does on YellowPages.biz
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to YellowPages.biz 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 YellowPages.biz 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 Yellowpages.biz 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 YellowPages.biz
YellowPages.biz is available on the Growth and Enterprise plans.
YellowPages.biz + Listings API
Is Yellowpages.biz the same as yellowpages.com?
No. Yellowpages.biz is a separate directory operated by YP Media, the company behind Yoys, and is not related to the well known U.S. yellowpages.com. Its homepage does not use a country selector, and its listings feed closely matches the worldwide yoys.net site.
How do I add a business to Yellowpages.biz through the API?
Call createLocation with the business name, category, address, phone, website, and hours. The location publishes to Yellowpages.biz along with the other citations on your plan in the same call, without a separate signup or manual entry on the site itself.
How do I update a Yellowpages.biz listing?
Send the changed fields with updateLocation and the location ID returned when the location was created. One call updates Yellowpages.biz and every other citation your plan covers, without a separate edit on the site's own dashboard or a second call for each destination.
How long does publishing to Yellowpages.biz 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 Yellowpages.biz listing URL once the update goes through.
Do I need an account on Yellowpages.biz to publish through the API?
No. One Listings API key authenticates every call, and no account or password is ever created on Yellowpages.biz on your behalf. Listings API is an independent service and is not affiliated with Yellowpages.biz or its operator, so no login exists for you to manage there.
What does Yellowpages.biz not support, and which plan includes it?
Yellowpages.biz supports listing sync only, included on the Growth and Enterprise plans alongside the rest of your 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.