Industry Research Suite - Market Intelligence API
Pricing
from $0.01 / 1,000 results
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
Actor stats
1
Bookmarked
11
Total users
2
Monthly active users
7 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
industry | string | - | No | The industry or business category to research (e.g., 'Plumbing Services', 'Coffee Shops', 'Digital Marketing Agencies') |
naicsCode | string | - | No | North American Industry Classification System code for precise industry targeting |
location | string | "United States" | No | City, state, or region to focus research on (e.g., 'Miami, FL', 'California', 'United States') |
keywords | array | - | No | Additional keywords to include in trend analysis |
dataSources | object | {"googleTrends":true,"censusBureau":true,"sba":true,"ibisworld":false,"statista":false} | No | Configure which data sources to include |
googleTrendsTimeframe | string | "past_year" | No | Time range for Google Trends data |
ibisWorldApiKey | string | - | Yes* | Your IBISWorld API key for premium industry reports. Get one at ibisworld.com/access/api/ |
statistaApiKey | string | - | Yes* | Your Statista API key for market data and statistics |
aiSummary | boolean | true | No | Generate an AI-powered executive summary of the research |
aiProvider | string | "claude" | No | Which AI model to use for generating summaries |
anthropicApiKey | string | - | Yes* | Your Anthropic API key for Claude AI summaries |
openaiApiKey | string | - | Yes* | Your OpenAI API key for GPT-4 summaries |
googleApiKey | string | - | Yes* | Your Google AI API key for Gemini summaries |
outputFormat | string | "json" | No | Format for the research output |
reportType | string | "full_report" | No | Choose between a concise executive summary or comprehensive full report. Both options combine all selected data sources into one unified AI-powered report. |
webhookUrl | string | - | No | Send the completed report to this webhook URL. Works seamlessly with Zapier, Make (Integromat), n8n, or any custom endpoint. |
webhookPlatform | string | "custom" | No | Which platform is receiving the webhook (helps format the payload correctly) |
webhookHeaders | object | - | No | Optional custom headers to include with webhook request (e.g., API keys, authentication tokens) |
demoMode | boolean | true | No | Run with sample data to test the actor without API keys |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Research Completed | Each 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