Industry Research Suite - Market Intelligence API avatar

Industry Research Suite - Market Intelligence API

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Industry Research Suite - Market Intelligence API

Industry Research Suite - Market Intelligence API

Comprehensive industry research combining Google Trends, US Census Bureau, SBA.gov, IBISWorld & Statista. Get market size, growth rates, competitor analysis & AI-powered executive summaries for any industry or NAICS code.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

2

Monthly active users

7 days ago

Last modified

Share

Comprehensive industry research using Google Trends, US Census Bureau, SBA.gov, IBISWorld (BYOK), and Statista (BYOK). AI-powered summaries with Claude, GPT-4, or Gemini.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your IBISWorld API key for premium industry reports. Get one at ibisworld.com/access/api/

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"location": "United States",
"dataSources": {
"googleTrends": true,
"censusBureau": true,
"sba": true,
"ibisworld": false,
"statista": false
},
"googleTrendsTimeframe": "past_year",
"ibisWorldApiKey": "YOUR_API_KEY_HERE",
"statistaApiKey": "YOUR_API_KEY_HERE",
"aiSummary": true,
"aiProvider": "claude",
"anthropicApiKey": "YOUR_API_KEY_HERE",
"openaiApiKey": "YOUR_API_KEY_HERE",
"googleApiKey": "YOUR_API_KEY_HERE",
"outputFormat": "json",
"reportType": "full_report",
"webhookPlatform": "custom"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
industrystring-NoThe industry or business category to research (e.g., 'Plumbing Services', 'Coffee Shops', 'Digital Marketing Agencies')
naicsCodestring-NoNorth American Industry Classification System code for precise industry targeting
locationstring"United States"NoCity, state, or region to focus research on (e.g., 'Miami, FL', 'California', 'United States')
keywordsarray-NoAdditional keywords to include in trend analysis
dataSourcesobject{"googleTrends":true,"censusBureau":true,"sba":true,"ibisworld":false,"statista":false}NoConfigure which data sources to include
googleTrendsTimeframestring"past_year"NoTime range for Google Trends data
ibisWorldApiKeystring-Yes*Your IBISWorld API key for premium industry reports. Get one at ibisworld.com/access/api/
statistaApiKeystring-Yes*Your Statista API key for market data and statistics
aiSummarybooleantrueNoGenerate an AI-powered executive summary of the research
aiProviderstring"claude"NoWhich AI model to use for generating summaries
anthropicApiKeystring-Yes*Your Anthropic API key for Claude AI summaries
openaiApiKeystring-Yes*Your OpenAI API key for GPT-4 summaries
googleApiKeystring-Yes*Your Google AI API key for Gemini summaries
outputFormatstring"json"NoFormat for the research output
reportTypestring"full_report"NoChoose between a concise executive summary or comprehensive full report. Both options combine all selected data sources into one unified AI-powered report.
webhookUrlstring-NoSend the completed report to this webhook URL. Works seamlessly with Zapier, Make (Integromat), n8n, or any custom endpoint.
webhookPlatformstring"custom"NoWhich platform is receiving the webhook (helps format the payload correctly)
webhookHeadersobject-NoOptional custom headers to include with webhook request (e.g., API keys, authentication tokens)
demoModebooleantrueNoRun with sample data to test the actor without API keys

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Research CompletedEach industry research report generated$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal