ListedOn.ai

API Documentation

Open access to the full ListedOn directory. No API key required.

Base Endpoint

GET /api/directory

Returns all businesses in the directory with full details including services, industries, key facts, and use cases.

Query Parameters

ParameterTypeDescription
categorystringFilter by category slug (e.g. restaurants-cafes)
qstringSearch by name, description, services, or industries
industrystringFilter by industry served (e.g. hospitality)
servicestringFilter by service offered (e.g. emergency plumbing)

Examples

Get all restaurants and cafes:

GET /api/directory?category=restaurants-cafes

Search for plumbing services:

GET /api/directory?q=plumber

Businesses serving the wedding industry:

GET /api/directory?industry=weddings

Other AI-Readable Formats

llms.txt

Summary index of all businesses for LLM consumption

View

llms-full.txt

Complete directory with full descriptions, services, and use cases

View