YellowPages.net
YellowPages.net is one of the directories named in the YP Media network's own footers alongside Yoys, and it is a separate platform from the U.S. yellowpages.com despite the similar name.
YellowPages.net operates under the same company as Yoys and YellowPages.pl, all named together in that network's own site footers. Directory listings on those platforms live inside each site's own dashboard, and a change made there does not carry over to any other citation automatically. Listings API publishes to YellowPages.net through the API and keeps the same update in sync across your plan's other citations, including the rest of the Yoys network sites.
A few API calls publish a business to YellowPages.net with its name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to YellowPages.net alongside every other citation on your plan.
- Update the name, category, address, phone, website, or hours with one call.
- Confirm the publish status and read the live YellowPages.net listing URL once it clears.
What the API does on YellowPages.net
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to YellowPages.net 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.net 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.net 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.net
YellowPages.net is available on the Growth and Enterprise plans.
YellowPages.net + Listings API
Is YellowPages.net the same as yellowpages.com?
No. YellowPages.net is a separate platform from the U.S. focused yellowpages.com, despite the similar name, and the two are run by different companies. It is named alongside Yoys and YellowPages.pl as a product of the same operator, YP Media, in that network's own site footers.
How do I add a business to YellowPages.net through the API?
Call createLocation with the business name, category, address, phone, website, and hours. That call publishes the location to YellowPages.net together with the other citations on your plan, without a separate signup on the site or a manual entry inside its own dashboard.
How do I update a YellowPages.net listing?
Send the changed fields with updateLocation and the location ID returned when the location was created. One call updates YellowPages.net and every other citation your plan covers, so no manual edit on the site itself, or on any other citation, is ever needed.
How long does publishing to YellowPages.net take?
Publishing runs asynchronously 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 for the per site status and the live YellowPages.net listing URL once the update goes through.
Do I need a YellowPages.net account to publish there?
No. One Listings API key authenticates every call, and no separate credential on the directory is required. The record you write is submitted as part of your plan's citation run, so the directory never needs a manual login from you. Listings API is an independent service and is not affiliated with YellowPages.net.
What is not supported on YellowPages.net, and which plan includes it?
YellowPages.net supports listing sync only, included on the Growth and Enterprise plans alongside the rest of that 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.