Product

Local Citation Submission Reviews Publishing Analytics MCP server

Network

Network overview Google Business Profile Facebook

Company

Compare How it works Pricing Docs ↗

Account

Sign in Get API key
Network overview See every directory, map, and answer engine in the network, grouped by plan, so you know which citations each tier covers. One write reaches all of them, and fetchPremiumListings reports the live status for each.
Network / Date on Deals
Directories Listing sync Growth + Enterprise

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.
Capabilities

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.

Code

Publish and sync your Date on Deals listing

Create a location
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"}}'
Update the location
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"}}'
Fetch sync status
curl https://listingsapi.com/api/v4/locations/TG9jYXRpb246MTgwMDI4OQ==/listings/premium \
  -H "Authorization: API $LISTINGSAPI_KEY"
Plans

Which plans include Date on Deals

Date on Deals is available on the Growth and Enterprise plans.

Launch
$99/mo
Not included
Growth
$499/mo
Includes Date on Deals
Enterprise
Custom
Includes Date on Deals
FAQ

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 form to fill out afterward on the deals site itself.

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.

How does a listing reach Date on Deals?

Date on Deals populates its data from Localtunity. Keep your data updated on Localtunity and your Date on Deals listing stays updated. Read the per publisher status with GET /api/v4/locations/{locationId}/listings/premium.

Which countries does Date on Deals support?

Date on Deals accepts listings in 2 countries: Puerto Rico, United States. Call GET /api/v4/plan-sites to read country coverage for every publisher on your plan as ISO codes.