# JobStreet SP Group Company Profile API Example

**Use case:** 

A ready-to-run example that resolves SP Group's JobStreet company profile into structured fields, with normalized fields on each returned row.

## Input

```json
{
  "company_url": "https://sg.jobstreet.com/companies/sp-group-168549875552316"
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "company_id": {
    "label": "Company ID",
    "format": "string"
  },
  "org_id": {
    "label": "Org ID",
    "format": "string"
  },
  "brand_id": {
    "label": "Brand ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "synonym": {
    "label": "Synonym",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "country_code": {
    "label": "Country Code",
    "format": "string"
  },
  "zone": {
    "label": "Zone",
    "format": "string"
  },
  "claimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "size": {
    "label": "Size",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "review_locations": {
    "label": "Review Locations",
    "format": "array"
  },
  "traditional_land": {
    "label": "Traditional Land",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "array"
  },
  "specialities": {
    "label": "Specialities",
    "format": "array"
  },
  "mission": {
    "label": "Mission",
    "format": "object"
  },
  "statement": {
    "label": "Statement",
    "format": "object"
  },
  "featured": {
    "label": "Featured",
    "format": "object"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "culture": {
    "label": "Culture",
    "format": "object"
  },
  "perks": {
    "label": "Perks",
    "format": "array"
  },
  "gallery": {
    "label": "Gallery",
    "format": "array"
  },
  "logo": {
    "label": "Logo",
    "format": "string"
  },
  "cover": {
    "label": "Cover",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "job_count": {
    "label": "Job Count",
    "format": "integer"
  },
  "recommended": {
    "label": "Recommended",
    "format": "number"
  },
  "salary_rating": {
    "label": "Salary Rating",
    "format": "number"
  },
  "rating_breakdown": {
    "label": "Rating Breakdown",
    "format": "object"
  },
  "company_rating": {
    "label": "Company Rating",
    "format": "object"
  },
  "review_aspects": {
    "label": "Review Aspects",
    "format": "array"
  },
  "ai_summary": {
    "label": "AI Summary",
    "format": "string"
  },
  "review_dates": {
    "label": "Review Dates",
    "format": "object"
  },
  "salary_updated_at": {
    "label": "Salary Updated At",
    "format": "string"
  },
  "related": {
    "label": "Related",
    "format": "array"
  },
  "salaries": {
    "label": "Salaries",
    "format": "array"
  },
  "jobs": {
    "label": "Jobs",
    "format": "array"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [JobStreet Company Profile](https://apify.com/agentx/jobstreet-company-profile.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/jobstreet-company-profile.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/agentx/jobstreet-company-profile.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
