IBISWorld API
  1. Segment Benchmarking (US)
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
        POST
      • Sections of a Segment Benchmarking Report
        POST
    • ESG
      • Full ESG Report
      • Sections of ESG Report
    • Industry Reports List
      POST
    • Recently Updated Industry Reports List
      POST
    • Sections of Industry Report
      POST
    • Full Industry Report
      POST
    • One Section from Multiple Industry Reports
      POST
    • Industry Report Images
      POST
  • 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. Segment Benchmarking (US)

Sections of a Segment Benchmarking Report

POST
/segmentbenchmarking/v3/sections
Returns multiple sections of a Segment Benchmarking report in a single request.
This is more efficient than calling each section endpoint individually, and less payload than using the /segmentbenchmarking/v3/fullreport endpoint.
Below is a reference table of all available sections and their descriptions. The response will vary depending on the included section(s).

Available Sections#

Section NameParams to include in the Body in ReportSections arrayDescription
TitletitleOfficial IBISWorld report title used in cataloging, search, and display.
Current Year OverviewcurrentyearoverviewProvides a snapshot of the current year’s segment distribution, showing total and average revenue, market share, and forecasted share trends across segment sizes.
Key InsightskeyinsightsHighlights the most notable patterns within each segment—such as which segment holds the highest or lowest market share, and which are growing or declining fastest—providing a quick overview of competitive dynamics.
Key StatisticskeystatisticsContains core time series data (Revenue, Employment, Wages, Establishments, etc.) by segment size, offering a historical and forecast view of fundamental economic indicators.
Key Statistic InsightskeystatisticinsightsSummarizes key quantitative trends and forecasts for each segment, integrating both historical and forward-looking insights for measures such as revenue, employment, and wages.
Key RatioskeyratiosPresents calculated efficiency and performance metrics (e.g., Revenue per Employee, Wages as a Share of Revenue) across time, allowing users to assess operational productivity and profitability by segment.
Performance BenchmarkingperformancebenchmarkingCompares revenue, employment, and wage performance across segments to reveal relative strengths, weaknesses, and structural trends within the industry.
Productivity BenchmarkingproductivitybenchmarkingEvaluates productivity efficiency—typically through measures like revenue per employee or wages per dollar of output—to benchmark workforce and operational effectiveness across segment sizes.
SWOTswotProvides a structured summary of Strengths, Weaknesses, Opportunities, and Threats, offering qualitative insight into each segment’s strategic position within the broader industry.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/jsonRequired

Example
{
    "Country": "US",
    "Code": "32191",
    "ReportSections": [
        "title",
        "currentyearoverview",
        "keyinsights",
        "keystatistics",
        "keystatisticinsights",
        "keyratios",
        "performancebenchmarking",
        "productivitybenchmarking",
        "swot"
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/segmentbenchmarking/v3/sections' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "US",
    "Code": "32191",
    "ReportSections": [
        "title",
        "currentyearoverview",
        "keyinsights",
        "keystatistics",
        "keystatisticinsights",
        "keyratios",
        "performancebenchmarking",
        "productivitybenchmarking",
        "swot"
    ]
}'

Responses

🟢200Success
application/json
Body

Example
{
    "Sections": [
        {
            "RequestedSection": "title",
            "StatusCode": 200,
            "Body": {
                "Title": "Millwork in the US"
            }
        },
        {
            "RequestedSection": "currentyearoverview",
            "StatusCode": 200,
            "Body": {
                "CurrentYearOverview": [
                    {
                        "SegmentSize": "0-4",
                        "AverageRevenue": 229877.6,
                        "TotalRevenue": 516305000,
                        "MarketShare": 1.4,
                        "MarketShareForecast": 1.3,
                        "MarketSharePrediction": "Decreasing"
                    },
                    {
                        "SegmentSize": "5-9",
                        "AverageRevenue": 443180.3,
                        "TotalRevenue": 779111000,
                        "MarketShare": 2.1,
                        "MarketShareForecast": 2,
                        "MarketSharePrediction": "Decreasing"
                    },
                    {
                        "SegmentSize": "10-19",
                        "AverageRevenue": 924975,
                        "TotalRevenue": 1479960000,
                        "MarketShare": 3.9,
                        "MarketShareForecast": 3.9,
                        "MarketSharePrediction": "Decreasing"
                    },
                    {
                        "SegmentSize": "20-99",
                        "AverageRevenue": 3052077.7,
                        "TotalRevenue": 5463219000,
                        "MarketShare": 14.6,
                        "MarketShareForecast": 14.2,
                        "MarketSharePrediction": "Decreasing"
                    },
                    {
                        "SegmentSize": "100-499",
                        "AverageRevenue": 10078698.9,
                        "TotalRevenue": 4585808000,
                        "MarketShare": 12.2,
                        "MarketShareForecast": 11.7,
                        "MarketSharePrediction": "Decreasing"
                    },
                    {
                        "SegmentSize": "500+",
                        "AverageRevenue": 35232517.8,
                        "TotalRevenue": 24697995000,
                        "MarketShare": 65.8,
                        "MarketShareForecast": 66.9,
                        "MarketSharePrediction": "Increasing"
                    }
                ]
            }
        },
        {
            "RequestedSection": "keyinsights",
            "StatusCode": 200,
            "Body": {
                "KeyInsights": [
                    {
                        "Insight": "Highest Market Share",
                        "SegmentSize": "500+"
                    },
                    {
                        "Insight": "Lowest Market Share",
                        "SegmentSize": "0-4"
                    },
                    {
                        "Insight": "Fastest Growing Market Share",
                        "SegmentSize": "500+"
                    },
                    {
                        "Insight": "Fastest Declining Market Share",
                        "SegmentSize": "100-499"
                    },
                    {
                        "Insight": "Fastest Growing Revenue",
                        "SegmentSize": "500+"
                    },
                    {
                        "Insight": "Highest Revenue Per Employee",
                        "SegmentSize": "500+"
                    }
                ]
            }
        },
        {
            "RequestedSection": "keystatistics",
            "StatusCode": 200,
            "Body": {
                "KeyStatistics": [
                    {
                        "SegmentSize": "0-4",
                        "Statistics": [
                            {
                                "Name": "Revenue",
                                "Unit": "$",
                                "Data": [
                                    {
                                        "Year": 2015,
                                        "Value": 563614000
                                    },
                                    {
                                        "Year": 2016,
                                        "Value": 516034000
                                    },
                                    {
                                        "Year": 2017,
                                        "Value": 474916000
                                    },
                                    {
                                        "Year": 2018,
                                        "Value": 501550000
                                    },
                                    {
         
🟠403403
🟢204204
🟠401401
Modified at 2025-10-24 01:34:55
Previous
Full Segment Benchmarking Report
Next
ESG
Built with