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 / IntellyChat
Answer engines Citation consistency Enterprise

IntellyChat

IntellyChat is a small AI chat tool whose public site offers a single prompt box with sample questions on general knowledge, code, science, and careers, with no visible business directory.

IntellyChat's site is one chat prompt with four example questions and nothing resembling a business directory, claim flow, or profile page. There is no listing on IntellyChat for Listings API, or anyone, to create or manage. If IntellyChat pulls in outside information when it answers, the accuracy of anything it says about a business would depend on citation data published elsewhere, such as directories and maps, which is what Listings API actually keeps in sync.

A few API calls publish and update that citation record. Listings API lets you:

  • Create a location and publish it to every directory and map on your plan in one call.
  • Update the name, category, address, phone, website, or hours everywhere at once instead of editing each citation by hand.
  • Track publish status and read each live listing URL to confirm the source data is correct.
Capabilities

What Listings API controls for IntellyChat

One consistent citation record

Name, address, phone, hours, description, and categories are written once and stay identical across every directory, map, and aggregator in your plan, which are the sources IntellyChat draws local business information from. Listings API does not submit to IntellyChat directly, so what you control is the record behind it.

Publish status you can query

Per site publish state and live listing links are readable back through the API for every citation on your plan, so you can confirm the underlying record is live from the response rather than opening each directory.

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

Keep your business data accurate for tools like IntellyChat

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 cover IntellyChat

Coverage for IntellyChat is part of the Enterprise plan.

Launch
$99/mo
Not covered
Growth
$499/mo
Not covered
Enterprise
Custom
Covered
FAQ

IntellyChat + Listings API

Can I submit my business to IntellyChat?

No. IntellyChat's public site shows only a chat prompt with sample questions and no directory, claim flow, or business profile page. There is nothing on IntellyChat for Listings API, or anyone else, to publish a listing to, so the request does not apply here.

How does IntellyChat source information about a business?

IntellyChat's site does not publish details about where its answers come from. Its example prompts cover general knowledge, coding, science, and career questions rather than local business search, so Listings API makes no assumption about a connection that is not confirmed.

How do I keep my business details accurate across the citations Listings API manages?

Send the corrected name, address, phone, website, or hours to updateLocation. That single call refreshes every citation on your plan at once, so the record does not depend on you re-editing each directory by hand whenever something about the business changes.

How long does publishing take, and how do I confirm it worked?

Publishing to each citation runs on its own schedule and typically finishes within a few hours to a few days. Call GET /api/v4/locations/{id}/listings/premium to see the per site publish status and the live listing URL as soon as it clears, rather than checking every directory by hand.

Do I need an IntellyChat account to use Listings API?

No. Listings API authenticates every call with a single API key and requires no account on IntellyChat or any sign in through its chat interface. Listings API is an independent service and is not affiliated with IntellyChat, so nothing about syncing your citations touches that site.

Which plan covers this?

The Enterprise plan. It covers citation sync across the directories and maps your locations appear on, which is what keeps your business data accurate for any tool reading the open web, IntellyChat included. There is no separate tier tied to a single chat assistant.