Yellowpages Poland
YellowPages.pl is a business-to-business platform for Polish companies, operated by YP Media and named alongside Yoys.pl in that network's own site footers.
YellowPages.pl carries a Platforma B2B tagline and is named alongside Yoys.pl and YellowPages.net in that network's own site footers. Every site in that network keeps its own dashboard: a changed address or phone number does not reach any other citation automatically. Listings API publishes to YellowPages.pl through the API and keeps that update in sync with the rest of your plan's citations.
A few API calls publish a business to YellowPages.pl with its name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to YellowPages.pl 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 back the live YellowPages.pl listing URL.
What the API does on Yellowpages Poland
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Yellowpages Poland 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 Poland 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.pl 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 Poland
Yellowpages Poland is available on the Enterprise plan.
Yellowpages Poland + Listings API
Is YellowPages.pl related to Yoys Poland?
Yes, at the company level. YellowPages.pl is named alongside Yoys.pl and YellowPages.net as a product of the same operator, YP Media, in that network's own site footers, though the two remain separate directory listings with their own audiences and category structures.
How do I add a business to YellowPages.pl through the API?
Call createLocation with the business name, category, address, phone, website, and hours. That call publishes the location to YellowPages.pl together with the other citations on your plan, without a separate signup or manual entry on the site itself, and without translating any field into Polish first.
How do I update a listing on YellowPages.pl?
Send the changed fields with updateLocation and the location ID returned when the location was created. One call updates YellowPages.pl along with the rest of your plan's citations, so a manual edit inside the site's own dashboard is not required.
How long does publishing to YellowPages.pl take?
Publishing runs asynchronously and typically 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.pl listing URL once the update goes through.
Do I need a YellowPages.pl account to publish a business there?
No. Every call is authenticated with a single Listings API key, and you never register on the Polish directory or hold a credential for it. The location is submitted as part of your plan's citation run. Listings API is an independent service and is not affiliated with YellowPages.pl.
Which plan includes YellowPages.pl, and what does the API not cover there?
YellowPages.pl 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 on YellowPages.pl; Listings API limits those features to Google and Facebook, with Bing added only for analytics reads.