Welcome to the IBISWorld API - your gateway to structured industry intelligence. Our API enables you to integrate IBISWorld data directly into your applications, dashboards, and workflows.π IBISWorld's RESTful API#
IBISWorld's API is organized around REST. All requests use HTTPS and return JSON responses. You can use your preferred programming language or tools such as Postman, cURL, or Python to make requests.Our API is designed to integrate effortlessly into your systems, enabling you to:Embed Data Directly: Connect IBISWorld insights into CRMs, BI tools, and data warehouses.
Automate Workflows: Refresh reports and dashboards with up-to-date industry data.
Scale with Confidence: Use robust endpoints that handle high-volume requests and enterprise workloads.
π‘ Common Use Cases#
Typical use cases include:π Embedding industry data into dashboards or BI tools
π‘ Enriching CRM and ERP systems with industry context
π€ Powering AI assistants and RAG models with IBISWorld insights
π Automating data refreshes and report retrievals
βοΈ Stream IBISWorld data into data lakes and data warehouses for deeper analysis
π Authentication#
All IBISWorld API requests require authentication. We use the industry standard OAuth 2.0 protocol to secure access control. Every request to the API must be accompanied by a valid access token.Visit our Authentication endpoint documentation for more details, including how to obtain credentials.βοΈ Making Your First Request#
All requests are made to the following base URL (Version 3):https://api.ibisworld.com/v3/
Example Response#
[
{
"Country": "US",
"Code": "56162",
"Language": "English",
"Title": "Security Alarm Services in the US",
"PublishedDate": "2025-09-10T00:00:00",
"ReportCollection": "COR"
},
{
"Country": "US",
"Code": "42344",
"Language": "English",
"Title": "Restaurant & Hotel Equipment Wholesaling in the US",
"PublishedDate": "2025-04-15T00:00:00",
"ReportCollection": "COR"
}
]
π Next Steps#
2.
Review the Industry Report Sections Schema
Go to /industry/v3/sections and learn which sections of an indusry report (e.g. definition, outlookanalysis, financialratios) can be retrieved. 3.
Understand Rate Limits
See the Rate Limits for performance best practices. 4.
Try the Interactive API Explorer
Test endpoints directly in your browser using real examples and sample tokens.
π¬ Support#
Need help? Weβre here to assist.
π Terms of Use#
By using IBISWorld APIs, you agree to comply with our Terms of Use. Please review them carefully to understand your rights and responsibilities. Modified atΒ 2025-10-12 22:44:36