Skip to main content
POST
/
v1
/
businesses
/
pc_competitive_landscape_10k
/
bulk_enrich
Pc Competitive Landscape 10K
curl --request POST \
  --url https://api.explorium.ai/v1/businesses/pc_competitive_landscape_10k/bulk_enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {},
  "business_ids": [
    "<string>"
  ]
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": [
    {
      "business_id": "<string>",
      "data": {
        "cik": "<string>",
        "link_to_filing_details": "<string>",
        "form_description": "<string>",
        "competitive_differentiation": [
          "<string>"
        ],
        "filed_at": "2023-11-07T05:31:56Z",
        "company_name": "<string>",
        "link_to_html": "<string>",
        "key_competitors": [
          "<string>"
        ],
        "accession_number": "<string>",
        "form_type": "<string>",
        "ticker": "<string>"
      }
    }
  ],
  "entity_id": "<string>",
  "total_results": 123
}
  • Input: Provide a list of up to 50business_ids.
  • Processing: The system retrieves strategic insights and competitive landscape data for all submitted businesses in a single request.
  • Output: A structured response with competitive positioning and strategic differentiators.
Bash
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/pc_competitive_landscape_10k/bulk_enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_ids": [
    "8adce3ca1cef0c986b22310e369a0793",
    "a34bacf839b923770b2c360eefa26748"
  ]
}'
  • Compare competitors to assess relative market positioning.
  • Identify strategic differentiators to refine corporate strategy.
  • Leverage industry benchmarks for competitive advantage.
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_ids: ["8adce3ca1cef0c986b22310e369a0793",
               "a34bacf839b923770b2c360eefa26748"]

Authorizations

api_key
string
header
required

Body

application/json
business_ids
string[]
required
Required array length: 1 - 50 elements
request_context
object
parameters
object

Response

Successful Response

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

response_context
object
required
total_results
integer
required
data
BusinessesBulkEnrichRow[PCCompetitiveLandscape10kOutputSchema] · object[]
entity_id
I