Infobel
Infobel is a business directory where people look up businesses by name, category, and location, so a listed business turns up with its core details when someone searches for it.
Keeping a directory record accurate on Infobel usually means editing each location's data manually and redoing that work every time a name, address, or phone number changes. Listings API automates that, letting users create, manage, and sync Infobel listings through one unified API.
With just a few API calls, you can publish a business to Infobel using details like business name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Infobel together with every other citation covered by your plan.
- Update the business name, category, address, phone, website, or hours in a single call.
- Track publishing status and get the live listing URL once the update clears.
What the API does on Infobel
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Infobel 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 Infobel 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 Infobel 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 Infobel
Infobel is available on every plan, starting with Launch.
Infobel + Listings API
How do I publish a business to Infobel through the API?
Send a createLocation call with the business name, category, address, phone, website, and hours, and Infobel is published alongside the other citations on your plan. To change anything later, call updateLocation with the new values and the record resyncs. Both run through the same REST API.
How long does it take for a listing to appear on Infobel?
Publishing is asynchronous. A submission to Infobel usually clears within a few hours to a few days, depending on the directory's processing time. Rather than guessing, poll the premium listings endpoint to watch it move from pending to live.
Do I need an Infobel account or login to publish?
No. You never register with Infobel or manage a separate login for it. One Listings API key authenticates every call, and Listings API is an independent service that is not affiliated with Infobel.
How do I check whether my Infobel listing is live?
Call GET /api/v4/locations/{id}/listings/premium. The response returns the per site publish status and the live Infobel listing URL once the record goes live, so you confirm from the API instead of searching the directory yourself.
Which plan includes Infobel?
Infobel is included on every plan, starting with Launch. Once a location is created, it publishes to Infobel with the rest of the citations your plan covers.
Can I post updates or reply to reviews on Infobel through the API?
No. On Infobel the API handles listing sync, keeping the name, address, and phone accurate. Posting updates and replying to reviews are supported only on Google and Facebook.
Can I pull analytics for my Infobel listing?
Not on Infobel. Listing analytics are available only on Google, Bing, and Facebook. Infobel's role here is citation accuracy, so the API focuses on publishing and syncing the core business data.