post https://api.explorium.ai/v1/businesses/pc_competitive_landscape_10k/enrich
Endpoint: POST /businesses/pc_competitive_landscape_10k/enrich
POST /businesses/pc_competitive_landscape_10k/enrich
Description
The Competitive Landscape Enrichment endpoint provides insights into a company's market positioning, competitive differentiation, and key competitors. This dataset is valuable for investors, market analysts, and business strategists aiming to understand industry competition and corporate advantages.
The data includes:
- Competitive differentiation factors, highlighting a company’s unique strengths.
- Key competitors, listing rival companies in the same industry.
- Links to official SEC filings, such as 10-K reports, providing further competitive insights.
This information is sourced from publicly available financial reports, regulatory filings, and industry analysis to offer a comprehensive view of market positioning and competition.
How It Works
- Input: Provide a
business_id
obtained from the Match Businesses API. - Processing: The system retrieves competitor analysis, differentiation factors, and relevant regulatory filings.
- Output: A structured response summarizing market positioning and competitive landscape.
Example Request (cURL)
curl --request POST \
--url https://api.explorium.ai/v1/businesses/competitive-landscape/enrich \
--header 'accept: application/json' \
--header 'api_key: your_api_key_here' \
--header 'content-type: application/json' \
--data '{
"business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
- Use competitor analysis to benchmark against industry leaders and identify market gaps.
- Leverage differentiation insights to refine branding, positioning, and value propositions.
- Utilize regulatory filings for deeper due diligence on corporate strategies and competition.
- Cross-reference competitive insights with financial metrics and firmographic data for a complete market view.
Competitive Landscape Output Signal
Field Name | Description | Data Type |
---|---|---|
cik | Central Index Key (CIK) identifier for the company | Optional[str] |
link_to_filing_details | URL linking to the detailed SEC filing report | Optional[DataTypes.Url] |
form_description | Brief description of the SEC form and its purpose | Optional[str] |
competitive_differentiation | List of factors that differentiate the company from competitors | Optional[List[str]] |
filed_at | Date and time when the filing was submitted | Optional[datetime] |
company_name | Official name of the company filing the report | Optional[DataTypes.OrganizationName] |
link_to_html | URL linking to the full SEC filing document | Optional[DataTypes.Url] |
key_competitors | List of key competitors identified in the report | Optional[List[str]] |
accession_number | Unique SEC accession number for the filing | Optional[str] |
form_type | SEC form type associated with the filing | Optional[str] |
ticker | Stock ticker symbol of the company (if publicly traded) | Optional[DataTypes.TickerSymbol] |
📌 For additional enrichment options, explore related API endpoints below.
Body Params - Try Me Example
business_id: 8adce3ca1cef0c986b22310e369a0793