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

🚦Rate Limits & Data Size

IBISWorld applies rate limits to ensure service quality, system stability, and fair usage across all clients.
Time PeriodRate Limit
Per Second10 requests
Per Minute100 requests
Per Hour5,000 requests

Cached Results#

Cached responses are permitted. However, we recommend frequent refreshes since reports are updated regularly (between 1 - 4 times per year).
Use the /industry/v3/updatedreports endpoint to check which reports have changed within a specific time period.

Example – Using /industry/v3/updatedreports#

Data Size & Performance Considerations#

IBISWorld’s API offers three levels of access:
Full Report Access – The /industry/v3/fullreport endpoint returns the entire contents of a report.
PDF Downloads – The /downloads/v3/report endpoint provides full reports in PDF format.
Granular Access – Retrieve only the sections you need using the /industry/v3/sections endpoint.

⏱️ Typical Response Times & Payload Sizes#

Endpoint / Data TypeTypical Response TimeTypical SizeNotes
Full Report (/industry/v3/fullreport)2–4 seconds30–135 KBEntire contents of one report in JSON output
PDF Download (/downloads/v3/report)~2 seconds170–300 KBPre-formatted PDF, larger than JSON
Individual Sections~1 second~1 KB per sectionFastest option, minimal payload
Multiple Sections (/industry/v3/sections)~1-2 seconds~1 KB per sectionFastest optoin when you only need specific sections to minimize size and improve performance.
Lists~1–2 seconds5–40 KBLists of industries or other products by country/region

Recommendations#

Use granular endpoints when you only need specific sections to minimize size and improve performance.
Cache report data where appropriate, and refresh selectively using /industry/v3/updatedreports.
For bulk workloads (e.g., multiple PDFs), schedule during off-peak hours and respect API rate limits.
Modified at 2025-10-16 01:48:39
Previous
📊 About IBISWorld
Next
🌐 API Uptime, SLA & Support
Built with