Skip to main content
POST
/
v1
/
businesses
/
pc_business_challenges_10k
/
enrich
Pc Business Challenges 10K
curl --request POST \
  --url https://api.explorium.ai/v1/businesses/pc_business_challenges_10k/enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {},
  "business_id": "<string>"
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": {
    "technological_disruption": [
      "<string>"
    ],
    "link_to_html": "<string>",
    "link_to_filing_details": "<string>",
    "form_type": "<string>",
    "accession_number": "<string>",
    "company_data_security_breach": [
      "<string>"
    ],
    "company_market_saturation": [
      "<string>"
    ],
    "form_description": "<string>",
    "company_name": "<string>",
    "cik": "<string>",
    "filed_at": "2023-11-07T05:31:56Z",
    "company_data_security_privacy": [
      "<string>"
    ],
    "company_competition": [
      "<string>"
    ],
    "company_customer_adoption": [
      "<string>"
    ],
    "ticker": "<string>"
  },
  "entity_id": "<string>"
}

Description

The Business Challenges Enrichment endpoint provides insights into a company’s investment history, advisory board, and funding rounds. This dataset helps users analyze ownership structure, investor involvement, and financial growth trends. The data includes:
  • Historical funding rounds, including investors and deal amounts
  • IPO details, such as valuation and issuance date
  • Board of advisors and leadership insights
  • Acquisition history and M&A details
This information is sourced from regulatory filings, public disclosures, and investment databases to provide a comprehensive view of financial backing and corporate strategy.
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves funding rounds, IPO details, and advisory board members.
  • Output: A structured response summarizing key investment details and corporate leadership.
  • Use funding insights to track a company’s financial growth and investment backing.
  • Analyze advisory board members to assess strategic leadership and governance.
  • Leverage IPO data for evaluating newly public companies and market positioning.
  • Cross-reference funding data with firmographics and financial metrics for deeper investment insights.
SignalAPINameDescriptionData Type
challenge_categoryChallenge categoryCategory of business challenge.string
challenge_descriptionChallenge descriptionDetailed description of the challenge.string
severity_levelSeverity levelSeverity level of the challenge.string
affected_areasAffected areasBusiness areas affected by the challenge.string
potential_impactPotential impactPotential impact of the challenge.string
root_causesRoot causesRoot causes of the challenge.string
mitigation_strategiesMitigation strategiesPossible strategies to address the challenge.string
timelineTimelineExpected timeline for addressing the challenge.string
resource_requirementsResource requirementsResources required to address the challenge.string
success_metricsSuccess metricsMetrics to measure success in addressing the challenge.string
stakeholder_impactStakeholder impactImpact on various stakeholders.string
regulatory_implicationsRegulatory implicationsRegulatory implications of the challenge.string
market_factorsMarket factorsMarket factors contributing to the challenge.string
historical_contextHistorical contextHistorical context of similar challenges.string
competitive_disadvantageCompetitive disadvantageCompetitive disadvantage from the challenge.string
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793

Authorizations

api_key
string
header
required

Body

application/json
business_id
string
required
request_context
object
parameters
object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
object
required
data
entity_id
I