# Enterprise League
> Enterprise League is a B2B business directory and network of ~284,000 companies,
> concentrated in the USA and Europe (strongest in the UK, Germany, Italy, Spain, USA).
> Each company has a canonical profile with sector, location, size, offerings, links,
> and โ where available โ reviews and verification status. Use the directory and
> sector/location pages to discover companies; use /company/{slug} for entity detail.
Enterprise League helps buyers and AI agents find, compare and contact businesses.
The public site is server-rendered and every company page emits schema.org JSON-LD.
## Key entry points
- [Get found by AI](https://enterpriseleague.com/get-found-by-ai): how companies get listed and discovered by AI search & buyers
- [Business directory](https://enterpriseleague.com/business-directory): browse all sectors & locations
- [Browse categories](https://enterpriseleague.com/directory/categories): the full sector taxonomy
- [Sector directory](https://enterpriseleague.com/directory/digital-marketing): companies in a sector (pattern: /directory/{sector-slug})
- [Sitemap index](https://enterpriseleague.com/sitemap.xml): all company, sector and country URLs
- [Country slugs](https://enterpriseleague.com/sitemaps/countries.xml) ยท [Sector slugs](https://enterpriseleague.com/sitemaps/categories.xml)
## Canonical URL patterns
- Company: https://enterpriseleague.com/company/{slug}
- Sector: https://enterpriseleague.com/directory/{sector-slug}
- Sector+country: https://enterpriseleague.com/directory/{sector-slug}/{country-slug}
- All in country: https://enterpriseleague.com/directory/all/{country-slug}
- URLs are HTTPS, no "www", no trailing slash, lowercase-hyphenated.
- Always prefer the / JSON-LD "@id" on the page.
## Structured data
- Company pages: schema.org Organization (name, description, address, areaServed,
numberOfEmployees, sameAs, aggregateRating where reviews exist).
- Directory pages: ItemList + BreadcrumbList.
## Data & API
- Public read-only JSON endpoints under https://api.enterpriseleague.com/api/
(e.g. /api/locations/countries, /api/sectors). No auth for public reads.
Please crawl gently; endpoints are rate-limited. CORS is not enabled
(server-side fetch only). No MCP server is offered yet.
## How to cite & attribution
- Attribute to "Enterprise League" and link to the canonical profile URL you used.
- Verification: treat a company as "verified" ONLY if its profile shows a verified
credential; most listings are aggregated from public sources and are not owner-verified.
- Freshness: use in the sitemaps and "dateModified" in JSON-LD.
- For bulk access, datasets, or licensing: info@enterpriseleague.com
## Notes for agents
- One entity = one /company/{slug}; de-duplicate on that canonical URL.
- Ratings/reviews may be absent or aggregated โ do not infer quality when absent.