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)

Full Segment Benchmarking Report

POST
/segmentbenchmarking/v3/fullreport
Returns the entire contents of an US Segment Benchmarking report in a single payload. This includes all sections, analysis, and supporting data - making it the most comprehensive way to access IBISWorld insights programmatically.
Use this endpoint if you need the complete report content in one request, or if you want to parse all available sections for custom applications.

Request

Authorization
Add the parameter
Authorization
to Headers
๏ผŒwhose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/json

Example
{
"Country": "US",
"Code": "32191"
}

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/fullreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Country": "US",
"Code": "32191"
}'

Responses

๐ŸŸข200Success
application/json
Body

Example
{
    "Sections": [
        {
            "Title": "Millwork in the US"
        },
        {
            "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+"
                }
            ]
        },
        {
            "KeyStatisticInsights": {
                "Year": 2025,
                "Insights": [
                    {
                        "SegmentSize": "0-4",
                        "Statistics": [
                            {
                                "Name": "Revenue",
                                "Unit": "$",
                                "Value": 516305000,
                                "HistoricalGrowth": 0.9,
                                "ForecastGrowth": 1.1
                            },
                            {
                                "Name": "Employment",
                                "Unit": "",
                                "Value": 43208,
                                "HistoricalGrowth": -0,
                                "ForecastGrowth": 1.1
                            },
                            {
                                "Name": "Establishments",
                                "Unit": "",
                                "Value": 3629,
                                "HistoricalGrowth": 0.1,
                                "ForecastGrowth": 0.8
                            },
                            {
                                "Name": "Wages",
                                "Unit": "$",
                                "Value": 111688000,
                                "HistoricalGrowth": 1.2,
                                "ForecastGrowth": 1
                            },
                            {
                                "Name": "WagesPerEmployee",
                                "Unit": "$",
                                "Value": 2584.9,
                                "HistoricalGrowth": 1.2,
                                "ForecastGrowth": -0.1
                            },
                            {
                                "Name": "RevenuePerEstablishment",
                                "Unit": "",
                                "Value": 142272,
                                "HistoricalGrowth": 0.8,
                                "ForecastGrowth": 0.3
                            }
                        ]
                    },
                    {
                        "SegmentSize": "5-9",
                        "Statistics": [
                            {
                                "Name": "Revenue",
                                "Unit": "$",
                                "Value": 779111000,
                                "HistoricalGrowth": 0.6,
                                "ForecastGrowth": 1.1
                            },
                            {
                                "Name": "Employment",
                                "Unit": "",
                                "Value": 20927,
                                "HistoricalGrowth": 0.2,
                                "ForecastGrowth": 1.2
                            },
                            {
                                "Name": "Establishments",
                                "Unit": "",
                                "Value": 1758,
                                "HistoricalGrowth": 0.3,
                                "ForecastGrowth": 0.9
                            },
                            {
                                "Name": "Wages",
                                "Unit": "$",
                                "Value": 172842000,
                                "HistoricalGrowth": 0.2,
                                "ForecastGrowth": 1
                            },
                            {
                                "Name": "WagesPerEmployee",
                                "Unit": "$",
                                "Value": 8259.3,
                                "HistoricalGrowth": -0,
                                "ForecastGrowth": -0.2
                        
๐ŸŸข204204
๐ŸŸ 403403
๐ŸŸ 401401
Modified atย 2025-10-24 01:34:53
Previous
Segment Benchmarking (US)
Next
Sections of a Segment Benchmarking Report
Built with