Sample: Base Jobs API

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

Base Jobs API data sample

{
  "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_industry_collection": [
      {
          "job_industry_list": {
              "industry": "Accounting"
          }
      }
  ],
  "job_functions_collection": [
      "Accounting/Auditing"
  ]
}

Last updated

Was this helpful?