Sample: Base Jobs Data

Review Coresignal's Base 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, download, or enrich company 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
{
  "id": 889977,
  "created": "2025-03-01 10:30:00",
  "last_updated": "2025-04-10 16:00:00", 
  "time_posted": "1mo",
  "title": "Backend Engineer",
  "description": "We're looking for a skilled backend engineer to join our growing team.",
  "seniority": "Mid-Senior level",
  "employment_type": "Full-time",
  "location": "San Francisco, CA",
  "url": "https://www.professional-network.com/jobs/view/job-url",
  "hash": "a1b2c3d4e5f6g7h8i9j0",
  "company_id": 102938,
  "company_name": "Example Company",
  "company_url": "https://www.professional-network.com/company/example-company",
  "external_url": null,
  "deleted": 0,
  "application_active": 1,
  "salary": "$20,000 - $40,000",
  "applicants_count": "23",
  "professional_network_job_id": 56781234,
  "country": "United States",
  "last_updated_ux": 1712764800000,
  "redirected_url": "https://www.professional-network.com/jobs/view/job-url",
  "redirected_url_hash": "redir456hash123abc123abc",
  "job_functions_collection": [
    {
      "id": 1001,
      "job_id": 889977,
      "last_updated": "2025-03-05 12:00:00",
      "created": "2025-03-01 10:30:00",
      "deleted": 0,
      "function_id": 4,
      "job_function_list": {
        "created": "2023-09-12 08:00:00",
        "function": "Engineering",
        "hash": "func123hash123abc123abc123",
        "id": 4,
        "last_updated": "2024-11-01 14:45:00"
      }
    }
  ],
  "job_industries_collection": [
    {
      "id": 2002,
      "industry_id": 15,
      "job_id": 889977,
      "deleted": 0,
      "created": "2025-03-01 10:30:00",
      "last_updated": "2025-03-06 09:30:00",
      "job_industry_list": {
        "created": "2022-07-20 15:20:00",
        "hash": "ind789hash",
        "id": 15,
        "industry": "Information Technology",
        "last_updated": "2024-08-11 11:10:00"
      }
    }
  ],
  "job_status_log_collection": [
    {
      "created": "2025-03-01 10:30:00",
      "deleted": 0,
      "id": 3003,
      "job_id": 889977,
      "last_updated": "2025-03-10 16:45:00",
      "status": "Active"
    },
    {
      "created": "2025-04-01 12:00:00",
      "deleted": 0,
      "id": 3004,
      "job_id": 889977,
      "last_updated": "2025-04-10 16:00:00",
      "status": "Closed"
    }
  ]
}

Last updated

Was this helpful?