Onboard a business once.
Create the location as your single source of truth: name, address, phone, hours.
Solutions
Core Platform
APIs, SDKs, and an MCP for Local Search Citations, Reviews, Analytics and Posts.
From $99/mo · 14-day free trial · Cancel anytime
Create the location as your single source of truth: name, address, phone, hours.
One write publishes the location data to Google, Apple, Bing, Yelp and more.
OAuth the business's own profiles so you publish and read as them.
syncStatus moves to SYNCED and fetchPremiumListings confirms every citation is live.
Create the location as your single source of truth: name, address, phone, hours.
One write publishes the location data to Google, Apple, Bing, Yelp and more.
OAuth the business's own profiles so you publish and read as them.
syncStatus moves to SYNCED and fetchPremiumListings confirms every citation is live.
From one API call to publishing on major directory, map, and answer engine worldwide.
Edit the request to see the exact shape of the call. The response below is an illustrative example, not a live API call.
Illustrative example. Editing and sending previews the request and response shape; it does not call the live API.
$ curl -X POST https://listingsapi.com/api/v4/locations \ -H "Authorization: API <your-api-key>" \ -H "Content-Type: application/json" \ -d '{"input":{"name":"Cortado Coffee Roasters","description":"Specialty coffee roaster and cafe in the Mission District serving single-origin espresso, hand-poured filter coffee, and small-batch beans roasted on site daily, with a seasonal menu and a wholesale program for local shops.","subCategoryId":743,"countryIso":"US","city":"San Francisco","enabledSiteIds":[4,5,6]}}'
{
"data": {
"createLocation": {
"location": {
"id": "TG9jYXRpb246MTQwNTU=",
"databaseId": 14055,
"name": "Cortado Coffee Roasters",
"city": "San Francisco",
"syncStatus": "IN_PROGRESS",
"enabledSiteIds": [4, 5, 6]
}
}
}
} You build the product. Listings API does the directory work behind it.
The API stays invisible. Customers see your brand and your interface, and the listings, reviews, and reporting ship as your own features.
One write reaches Google, Apple Maps, Bing, Facebook, and more. We keep the directory integrations and rate limits working, so you do not build or maintain them.
Typed Python and Node SDKs and a live playground, plus a hosted MCP server for AI agents. You can sync your first location the same day you get a key.
Build your custom Reviews, Citations and Posts platform.
One post drafted on the left fans out as little icons flying into Instagram, Facebook, X, and Google Business.
Reviews stream in from Google, Yelp, Facebook.
{
"event": "review.created",
"location_id": "TG9jYXRpb246MTQwNTU=",
"source": "google",
"rating": 5,
"author": "Mateo R."
} | 14:32:08 | GET | /api/v4/locations/TG9j…/reviews | 200 | 118ms |
| 14:32:04 | POST | /api/v4/locations/reviews/respond | 201 | 244ms |
| 14:32:01 | GET | /api/v4/locations | 200 | 42ms |
| 14:31:57 | GET | /api/v4/locations/TG9j…/google-analytics | 429 | 12ms |
client.reviews.list( location_id="TG9j…", first=3, )
{ "data": [
{ "id": "…9021", "rating": 5 },
{ "id": "…9022", "rating": 4 }
]}Sign up and sync your first location today. Your product gets listings, reviews and posts this sprint.