Cherry Hill VIP
Cherry Hill VIP catalogs restaurants, retail, and services around Cherry Hill, New Jersey and neighboring towns like Marlton and Haddonfield, pairing each entry with star ratings, deals, and a #CherryHillLove community feed.
Cherry Hill VIP runs on the same white-label platform as sister sites like LocalTunity and MerchantsNearby, and each business profile there gets edited by hand, then re-edited every time a name, address, or set of hours changes. Listings API replaces that manual upkeep, creating, managing, and syncing the Cherry Hill VIP listing through one unified API.
With just a few API calls, you can publish a business to Cherry Hill VIP using details like business name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Cherry Hill VIP 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 Cherry Hill VIP goes live.
What the API does on Cherry Hill VIP
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Cherry Hill VIP 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 Cherry Hill VIP 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 Cherry Hill VIP 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 Cherry Hill VIP
Cherry Hill VIP is available on the Growth and Enterprise plans.
Cherry Hill VIP + Listings API
How do I add a business to Cherry Hill VIP with the API?
createLocation accepts the business name, category, address, phone, website, and hours, and one call is all it takes to get the listing onto Cherry Hill VIP and every other citation on your plan. Nothing else needs to be filled out on the directory itself.
How long does publishing to Cherry Hill VIP take, and how do I confirm it worked?
Expect the listing to appear on Cherry Hill VIP within a few hours to a few days once you submit it, since directories in the network sync on their own schedule. Call GET /api/v4/locations/{id}/listings/premium afterward and check the response for the publish status and the live listing URL.
Do I need a Cherry Hill VIP account to publish a listing?
No account or login on Cherry Hill VIP is necessary. Every request is authenticated with a single Listings API key, and the listing is created from that data rather than through a signup form on the directory. Listings API is an independent service and is not affiliated with Cherry Hill VIP.
How do I update a business's hours or address on Cherry Hill VIP?
updateLocation takes the fields that changed, whether that's the street address, phone number, or hours, and rewrites the citation on Cherry Hill VIP along with every other listing tied to that location in a single request, so the directory never falls out of sync with the rest of your citations.
Can I manage deals, posts, or review replies on Cherry Hill VIP through the API?
Not through Listings API. Cherry Hill VIP only receives the standard listing fields: name, category, address, phone, website, and hours. Deal promotion, posting, and review replies aren't part of this integration; Google and Facebook are the only sites where Listings API handles posts and review replies, with analytics limited to Google, Bing, and Facebook.
Which plan includes Cherry Hill VIP?
Cherry Hill VIP ships on the Growth plan and above, including Enterprise. Any location created under those plans is added to Cherry Hill VIP along with the rest of the citation network those tiers cover, with no extra setup required for this particular directory.