Sample: Multi-source Jobs Data

Review Coresignal's Multi-source Jobs Data sample below, or contact sales for more information.

Interested in checking out more data samples? Visit our self-service platform:

  • Visit Base Jobs API playground

  • Search and download the Jobs data

  • No credit card required

Start 14-day free trial

All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.

Example
{ 
  "job_id": "a1b2c3d4e5f6g7h8i9j0",
  "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",
  "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"
  },
  "company_ids": {
    "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_name": "Example funding round name",
  "company_last_funding_round_announced_date": "2025-08-20",
  "company_last_funding_round_lead_investors": [
   "Jane Doe"
  ],
  "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"
  ]
}

Last updated

Was this helpful?