Yoys.net
Yoys.net is the worldwide edition of the Yoys directory network, pooling listings from many countries into one search rather than filtering to a single country the way yoys.ca or yoys.pl do.
Yoys.net does not scope itself to one country the way yoys.ca or yoys.pl does; its homepage mixes listings from Indonesia, the United States, Poland, and the United Arab Emirates in the same feed. Reaching that broader audience still means adding and then re-editing a listing by hand inside the Yoys dashboard whenever a detail changes. Listings API handles the update through one API call instead.
A few API calls publish a business to Yoys.net with its name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Yoys.net alongside the rest of your plan's citations.
- Update the name, category, address, phone, website, or hours in one call.
- Check the publish status and read the live Yoys.net listing URL once it clears.
What the API does on Yoys.net
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Yoys.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 Yoys.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 Yoys.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 Yoys.net
Yoys.net is available on the Growth and Enterprise plans.
Yoys.net + Listings API
How is Yoys.net different from Yoys.ca or Yoys.pl?
Yoys.ca and Yoys.pl scope their listings to Canada and Poland. Yoys.net is the worldwide edition of the same network, mixing listings from many countries in one feed. Listings API publishes to whichever Yoys edition matches your plan's citation set, including Yoys.net.
How do I add a business to Yoys.net through the API?
Call createLocation with the business name, category, address, phone, website, and hours. That single call publishes to Yoys.net along with the other citations on your plan, without a separate signup on the directory or a manual entry inside its worldwide listings feed.
How do I update a Yoys.net listing after it publishes?
Send the changed fields with updateLocation and the location ID returned when the business was created. One call updates Yoys.net and every other citation your plan covers, so a phone number or address change does not need a separate edit inside the worldwide Yoys.net feed.
How long does publishing to Yoys.net take to confirm?
Publishing runs asynchronously, usually clearing 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 Yoys.net listing URL once the update clears, alongside the status of every other citation on your plan.
Do I need an account on Yoys.net to publish through the API?
No. One Listings API key authenticates every call, and no account or password is created on Yoys.net on your behalf. Listings API is an independent service and is not affiliated with Yoys.net or its operator, so no separate login exists for you to manage.
What is out of scope for Yoys.net through the API?
Yoys.net 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, with Bing added only for analytics reads.