Product

Listings 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 / N49
Directories Listing sync All plans

N49

N49 is an online business directory where people look up local businesses by name, category, and location, and its listings act as citations that search engines cross check when ranking local results.

Keeping a business accurate on N49 usually means editing each location's data manually in the directory and redoing that work every time a name, address, or set of hours changes. Listings API automates that, letting users create, manage, and sync N49 listings through one unified API.

With just a few API calls, you can publish a business to N49 using details like business name, category, address, phone, website, and hours. Listings API lets you:

  • Create a location and publish it to N49 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 N49 goes live.
Capabilities

What the API does on N49

Listing sync

Name, address, phone, hours, description, categories, website, and photos publish to N49 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 N49 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 N49 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 N49

N49 is available on every plan, starting with Launch.

Launch
$99/mo
Includes N49
Growth
$499/mo
Includes N49
Enterprise
Custom
Includes N49
FAQ

N49 + Listings API

How do I add a business to N49 with the API?

Call createLocation with the business name, category, address, phone, website, and hours. That single call publishes the location to N49 along with the other citations on your plan, so you never submit to the directory separately.

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

Publishing runs asynchronously and usually lands within a few hours to a few days, depending on the directory. To confirm, call GET /api/v4/locations/{id}/listings/premium. It returns the per site publish status and the live N49 listing URL once the update clears.

Do I need an N49 account or login to publish?

No. You authenticate every call with one Listings API key and never create an account on the directory. Listings API is an independent service and is not affiliated with N49.

How do I update a business's name, hours, or address on N49?

Send the new values with updateLocation. One call pushes the change to N49 and every other citation on your plan, which keeps the record consistent without editing the directory manually.

Can I publish posts or manage review replies on N49?

No. N49 supports listing sync only. Posts and review replies are available through Listings API on Google and Facebook, and analytics such as views and searches come from Google, Bing, and Facebook.

Which plan includes N49?

N49 is included on every plan, starting with Launch. Once a location is created, it publishes to N49 as part of the citation set your plan covers.

What does an N49 listing do for local search?

N49 is an online business directory that people search by name, category, and location. Its listings act as citations that search engines cross check when ranking local results, so an accurate N49 record backs up the same business information you publish elsewhere.