# Sample: Multi-source Jobs API

{% hint style="info" %}
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
{% endhint %}

<pre class="language-json" data-title="Example"><code class="lang-json">{ 
  "id": 12345678,
  "job_id_expired": 1,
  "job_sources": [
    {
        "source_id": "1234567890",
        "source": "professional network",
        "updated_at": "2025-07-01T05:53:10.535",
        "url": "https://www.professional-network.com/jobs/service-specialist-1234567890",
        "status": "deleted"
    },
    {
        "source_id": "indeed_job_1a2b3c4d",
        "source": "indeed",
        "updated_at": "2025-07-10T00:21:00.000",
        "url": "https://www.indeed.com/view-job?jk=1a2b3c4d",
        "status": "inactive"
    },
    {
        "source_id": "glassdoor_job_1020304050",
        "source": "glassdoor",
        "updated_at": "2025-07-22T03:54:10.504",
        "url": "https://www.glassdoor.com/job-listing/service-specialist-?ab=1020304050",
        "status": "inactive"
    }
  ],
  "created_at": "2025-06-02T00:06:00.000",
  "updated_at": "2025-07-22T03:54:10.504",
  "date_posted": null,
  "valid_through": null,
  "status": 3,
  "title": "Backend Engineer",
  "location": "Akron, OH",
  "country": "United States",
  "city": "Akron",
  "state": "Ohio",
  "latitude": 41.0812,
  "longitude": 81.5188,
  "description": "We're looking for a skilled backend engineer to join our growing team.",
  "department": "Engineering and Technical",
  "management_level": "Specialist",
  "is_decision_maker": false,
  "seniority": "Mid-Senior level",
  "functions": [
     "Backend Engineer"
  ],
  "external_url": null,
  "applicants_count": "Be among the first 25 applicants",
  "employment_type": "Full-time",
  "is_urgently_hiring": false,
  "is_easy_apply": false,
  "is_responsive_employer": false,
  "shift_schedule": [
    "Monday to Friday"
  ],
  "accepts_remote": false,
  "recruiter": {
    "profile_url": "https://www.professional-network.com/in/john-doe",
    "full_name": "John Doe",
    "first_name": "John",
    "middle_name": null,
    "last_name": "Doe"
<strong>  },
</strong><strong>  "company_ids": {
</strong>    "company_id": 10779556,
    "gd_company_id": null,
    "ind_company_id": "Example-Company-1"
  },
  "company_name": "Example Company",
  "company_url": "http://www.example-company.com",
  "company_domain": "example-company.com",
  "company_logo_url": "https://www.professional-network.com/logo.png",
  "company_description": "Example Company provides innovative software solutions for businesses.",
  "company_size_range": "501-1000 employees",
  "company_employees_count": 1000,
  "company_followers": 12345,
  "company_industry": "Software",
  "company_type": "Private",
  "company_enriched_keywords": [
    "AI", 
    "Cloud", 
    "SaaS", 
    "Business Tools"
  ],
  "company_hq_region": [
    "Americas", 
    "Northern America", 
    "AMER"
  ],
  "company_hq_country": "United States",
  "company_hq_country_iso2": "US",
  "company_hq_country_iso3": "USA",
  "company_hq_location": "Austin, TX, United States",
  "company_hq_full_address": "123 Main Street; Suite 500; Austin, TX 78701, US",
  "company_hq_city": "Austin",
  "company_hq_state": "Texas",
  "company_hq_street": "123 Main Street; Suite 500",
  "company_hq_zipcode": "78701",
  "company_locations_full": [
    {
      "location_address": "123 Main St, Cityville, USA",
      "is_primary": true
    }
  ],
  "company_last_funding_round_type": "Series A",
  "company_last_funding_round_announced_date": "2025-08-20",
  "company_last_funding_round_lead_investors": [
   "Jane Doe"
<strong>  ],
</strong>  "company_last_funding_round_amount_raised": 10000000,
  "company_last_funding_round_amount_raised_currency": "USD",
  "company_last_funding_round_num_investors": 1,
  "company_technologies": [
    {
        "technology": "figma",
        "first_verified_at": "2023-06-01",
        "last_verified_at": "2025-07-09"
    },
    {
        "technology": "microsoft",
        "first_verified_at": "2025-06-20",
        "last_verified_at": "2025-08-04"
    }
  ],
  "salary": [
    {
        "min_value": 28.33,
        "max_value": 43.11,
        "currency": "USD",
        "type": "HOUR",
        "text": "$28.33 - $43.11 an hour",
        "source": "indeed"
    }
  ],
  "benefits": [
    "employee discount",
    "life insurance",
    "dental insurance",
    "health savings account",
    "health insurance"
  ]
}
</code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coresignal.com/jobs-api/multi-source-jobs-api/sample-multi-source-jobs-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
