cURL
curl --request POST \ --url https://api.explorium.ai/v1/businesses/company_ratings_by_employees/bulk_enrich \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "business_ids": [ "<string>" ], "request_context": null, "parameters": {} } '
{ "response_context": { "correlation_id": "<string>", "request_status": "success", "time_took_in_seconds": 123 }, "total_results": 123, "data": [ { "business_id": "<string>", "data": { "company_name": "<string>", "company_city": "<string>", "company_country_code": "<string>", "company_region": "<string>", "company_street": "<string>", "company_url": "<string>", "company_zip_code": "<string>", "experience_negative": 123, "experience_neutral": 123, "experience_positive": 123, "ratings_all_reviews_count": 123, "ratings_business_outlook": 123, "ratings_career_opportunities": 123, "ratings_ceo_approval": 123, "ratings_ceo_approval_count": 123, "ratings_compensation_benefits": 123, "ratings_culture_values": 123, "ratings_diversity_inclusion": 123, "ratings_overall": 123, "ratings_recommend_to_friend": 123, "ratings_senior_management": 123, "ratings_work_life_balance": 123, "total_reviews_count": 123, "company_score": [ [ "<unknown>" ] ] } } ], "entity_id": "<string>" }
How It Works
50business_ids
Example Request (cURL)
curl --request POST \ --url https://api.explorium.ai/v1/businesses/company_ratings_by_employees/bulk_enrich \ --header 'accept: application/json' \ --header 'api_key: your_api_key_here' \ --header 'content-type: application/json' \ --data '{ "business_ids": [ "8adce3ca1cef0c986b22310e369a0793", "a34bacf839b923770b2c360eefa26748" ] }'
Best Practices
business_ids: ["8adce3ca1cef0c986b22310e369a0793", "a34bacf839b923770b2c360eefa26748"]
1 - 50
null
Successful Response
This is base response model for all responses in partner service.
Show child attributes
Was this page helpful?