LocaList360
On LocaList360, a business appears with a photo, its name, and a city and state, spanning categories that run from restaurants and cafes to home services and real estate.
Addresses, phone numbers, hours, and directions on LocaList360 come from whatever was entered into that one directory, and any correction has to be entered again there specifically. Listings API adds LocaList360 to the same account and the same publish that already covers the rest of a location's citations.
With a few API calls, you can publish a business to LocaList360 using details like business name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to LocaList360 alongside every other citation on your plan.
- Update the business name, category, address, phone, website, or hours in a single call.
- Track publishing status and read the live listing URL once LocaList360 goes live.
What the API does on LocaList360
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to LocaList360 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 LocaList360 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 LocaList360 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 LocaList360
LocaList360 is available on every plan, starting with Launch.
LocaList360 + Listings API
How do I add a business to LocaList360 with the API?
createLocation takes the business name, category, address, phone, website, and hours, and publishing that location reaches LocaList360 at the same time as every other citation on your plan. There is no LocaList360-specific signup or listing form involved in the process.
How do I update a business's address, phone, or hours on LocaList360?
One updateLocation call with the location ID and the new phone, address, or hours reaches LocaList360 at the same time it reaches every other citation on the plan, keeping the address and hours shown there consistent across the network without a manual edit.
Do I need a LocaList360 account to publish a listing?
There is no separate login required for LocaList360. A single Listings API key authenticates each request, and that is the only credential the integration relies on. Listings API is an independent service and is not affiliated with LocaList360, syncing the listing there from the details provided through the API.
Which plan includes LocaList360, and what is not supported?
Every plan, starting with Launch, includes LocaList360 in the citation set a new location publishes to. That coverage stops at listing sync: posts, review replies, and analytics are only available where Google, Bing, or Facebook applies, none of which extend to this directory.
Are updates to LocaList360 real time?
Yes. Creates and updates are pushed to LocaList360 through its API in real time. Read the per publisher status with GET /api/v4/locations/{locationId}/listings/premium.
Which countries does LocaList360 support?
LocaList360 accepts listings in 56 countries: Albania, Algeria, Australia, Austria, Bahrain, Belgium, Brazil, Cambodia, Canada, Cayman Islands, Chile, Dominican Republic, Egypt, France, Georgia, Germany, Guam, Hong Kong, India, Indonesia, Iraq, Ireland, Israel, Italy, Japan, Jordan, Kenya, Kuwait, Latvia, Lebanon, Libya, Malaysia, Mexico, Morocco, Netherlands, New Zealand, Nigeria, Norway, Oman, Philippines, Portugal, Puerto Rico, Qatar, Saudi Arabia, Singapore, South Africa, South Korea, Spain, Sweden, Switzerland, Taiwan, Thailand, United Arab Emirates, United Kingdom, United States, Vietnam. Call GET /api/v4/plan-sites to read country coverage for every publisher on your plan as ISO codes.