Date on Deals
Date on Deals surfaces nearby businesses running deals and offers, showing ratings and location once a shopper shares their area, with examples spanning towns like Westmont, New Jersey.
Date on Deals pairs local business listings with deals and offers, and getting a business profile right there usually means editing it directly on the site, then redoing that work each time the name, address, or hours are updated. Listings API removes that manual step, handling creation, edits, and sync for the Date on Deals listing through one unified API.
With just a few API calls, you can publish a business to Date on Deals using details like business name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Date on Deals 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 Date on Deals goes live.
What the API does on Date on Deals
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Date on Deals 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 Date on Deals 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 Date on Deals 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 Date on Deals
Date on Deals is available on the Growth and Enterprise plans.
Date on Deals + Listings API
How do I add a business to Date on Deals with the API?
Submit the business name, category, address, phone, website, and hours to createLocation, and that call publishes the record to Date on Deals along with every other citation on the plan, with no separate deals-site form to fill out afterward on the site itself.
How long does publishing to Date on Deals take, and how do I confirm it?
Give it a few hours to a few days for Date on Deals to pick up a new or changed listing. To check instead of guessing, call GET /api/v4/locations/{id}/listings/premium, which reports the publish status and hands back the live listing URL once it clears.
Do I need a Date on Deals account to publish a listing?
No signup on the deals site is required. One Listings API key authenticates the call, and the listing comes from your Listings API data rather than a form on Date on Deals. Listings API is an independent service and is not affiliated with Date on Deals.
How do I update a business's address or hours on Date on Deals?
Pass the updated address, phone number, or hours into updateLocation, and the change reaches Date on Deals plus every other citation on the plan in that same request, keeping the deals listing as current as the source data feeding it.
Can Listings API publish deals, posts, or review replies to Date on Deals?
No, those stay outside this integration. Listings API keeps the standard fields, name, category, address, phone, website, and hours, current on Date on Deals, but the deals and offers shown on the site are managed on the site's own end. Posting and review replies work only on Google and Facebook, and analytics come only from Google, Bing, and Facebook.
Which plan includes Date on Deals?
Date on Deals is part of the citation network on the Growth and Enterprise plans. A location created on either tier publishes there without any extra step, alongside the rest of the directories those plans cover, with no additional setup needed for this particular site.