IBISWorld API
  1. Overview
IBISWorld API
  • Overview
    • πŸš€ Getting Started
    • πŸ“Š About IBISWorld
    • 🚦Rate Limits & Data Size
    • 🌐 API Uptime, SLA & Support
    • πŸ“Œ Versioning & API Changes
    • ❓Frequently Asked Questions (FAQs)
    • πŸ“° API Release Notes
    • Authentication
      POST
  • How-To Guides
    • πŸ” How To: Convert ANZSIC ➜ IBISWorld Report
    • πŸ“₯ How To: Download an IBISWorld PDF Report
  • Industry
    • Risk
      • Risk Reports List
      • Recently Updated Risk Reports List
      • Full Industry Risk Report
      • Sections of Risk Report
      • Early Warning System (EWS)
    • States (US) & Provinces (Canada)
      • Industry Reports List
      • Full Industry Report
      • Sections of Industry Report
    • Segment Benchmarking (US)
      • Full Segment Benchmarking Report
      • Sections of a Segment Benchmarking Report
    • ESG
      • Full ESG Report
      • Sections of ESG Report
    • Industry Reports List
    • Recently Updated Industry Reports List
    • Sections of Industry Report
    • Full Industry Report
    • One Section from Multiple Industry Reports
    • Industry Report Images
  • Classifications
    • List of Classification System Versions
    • List of Classification System Titles and Codes
    • Classification System to IBISWorld Report Concordance
    • IBISWorld Report to Classification System Concordance
  • Downloads
    • Download a Report
  • Business Environment Profiles
    • BED Reports List
    • Recently Updated BED Reports List
    • Full BED Report
    • Sections of BED Report
  • Company
    • Company Reports List (Australia)
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  1. Overview

πŸš€ Getting Started

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/
The /industry/v3/reportlist endpoint returns a list of available industry reports. Try it below using cURL:

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#

1.
Explore Available Endpoints
Browse IBISWorld's various API products, including Industry, Business Environment Profiles, and Company, or other functionality such as Classification Systems or Downloads.
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.
πŸ“˜ Visit our Help Center
πŸ’‘ Contact your Client Relationship Manager or clientsupport@ibisworld.com

πŸ“œ 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
Next
πŸ“Š About IBISWorld
Built with