Discover/Jobz API
live

Jobz APIjobz.pk

Access job listings, search results, and job details from jobz.pk. Filter by city, category, sector, newspaper, province, and organization via 11 endpoints.

Endpoint health
verified 4d ago
get_company_list
get_job_detail
search_jobs
get_jobs_by_category
get_jobs_by_city
11/11 passing latest checkself-healing
Endpoints
11
Updated
26d ago

What is the Jobz API?

The jobz.pk API provides access to job listings data across 11 endpoints, covering everything from homepage listings to filtered views by city, sector, and province. The get_job_detail endpoint returns structured fields including organization name, education requirements, application deadline, and vacancy location for any individual job. Filters span categories like government and internships, sectors like engineering and banking, and cities like Karachi, Lahore, and Islamabad.

Try it

No input parameters required.

api.parse.bot/scraper/d3cc3c43-cf19-46ca-b672-a0f41cdf04b5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d3cc3c43-cf19-46ca-b672-a0f41cdf04b5/get_latest_jobs' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace jobz-pk-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.

from parse_apis.jobz_pk_scraper_api import Jobz, Job, JobSummary, Company, Category, Province

jobz = Jobz()

# Search for engineering jobs
for job in jobz.jobsummaries.search(query="engineer"):
    print(job.title, job.city, job.date_posted)

# Get full details for a specific job
detail = jobz.jobs.get(url="https://www.jobz.pk/some-job_jobs-123456.html")
print(detail.title, detail.organization, detail.education, detail.vacancy_location)

# Browse government jobs using the Category enum
for job in jobz.jobsummaries.by_category(category=Category.GOVERNMENT):
    print(job.title, job.industry, job.vacant_positions)

# Get government jobs by province using the Province enum
for job in jobz.jobsummaries.by_province(province=Province.PUNJAB):
    print(job.title, job.city)

# Navigate from summary to detail
for summary in jobz.jobsummaries.by_city(city="karachi", limit=3):
    full = summary.details()
    print(full.title, full.organization, full.expected_last_date)

# List all companies
for company in jobz.companies.list():
    print(company.name, company.url)
All endpoints · 11 totalmissing one? ·

Extract latest job listings from the jobz.pk homepage. Returns all currently displayed jobs with title, URL, industry, city, date posted, and vacant positions. No filtering or pagination — returns whatever the homepage currently shows.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "jobs": "array of job listing objects with title, url, industry, city, date_posted, and vacant_positions",
    "count": "integer total number of jobs returned"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "url": "https://www.jobz.pk/manager-sales-marketing-jobs-2026-in-plastic-industry_jobs-759676.html",
          "city": "Lahore",
          "title": "Manager Sales & Marketing Jobs 2026 in Plastic Industry",
          "industry": "Plastic Industry",
          "date_posted": "10-Jun-2026",
          "vacant_positions": []
        }
      ],
      "count": 60
    },
    "status": "success"
  }
}

About the Jobz API

What the API Covers

The jobz.pk API exposes job listings data from one of Pakistan's primary job boards. The get_latest_jobs endpoint returns all jobs currently displayed on the homepage — each record includes title, url, industry, city, date_posted, and vacant_positions. The search_jobs endpoint accepts a keyword query and returns matching listings with the same fields plus the echoed query string. Pagination is supported across most filter endpoints via an optional page integer parameter.

Filtering Endpoints

Seven endpoints support filtered browsing. get_jobs_by_category accepts values like government, army, intern, freelancer, and overseas. get_jobs_by_city takes lowercase city names such as peshawar or rawalpindi. get_jobs_by_sector covers sectors including medical, teaching, and it. get_jobs_by_newspaper lets you scope results to sources like jang, dawn, or express. get_government_jobs_by_province filters by province — punjab, sindh, kpk, balochistan, or federal. get_jobs_by_organization accepts organization slugs like fpsc, ppsc, or paf.

Job Detail and Company Data

get_job_detail takes a full jobz.pk job URL and returns the richest record available: organization, education, job_industry, vacancy_location, category___sector, and expected_last_date. This is the endpoint to use when building a job aggregator that needs structured metadata per listing. get_company_list returns an array of company objects, each with a name and url, useful for building organization indexes or lookup tables.

Overseas Jobs

get_overseas_jobs returns paginated overseas listings. An optional country parameter accepts lowercase hyphenated country names like saudi-arabia, uae, or qatar. Omitting the parameter returns all overseas jobs regardless of destination country.

Reliability & maintenanceVerified

The Jobz API is a managed, monitored endpoint for jobz.pk — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when jobz.pk changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official jobz.pk API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
4d ago
Latest check
11/11 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Aggregate Pakistan job listings by city and sector for a regional job board
  • Build a government job tracker filtered by province using get_government_jobs_by_province
  • Monitor newspaper-sourced job postings from Dawn or Jang via get_jobs_by_newspaper
  • Extract application deadlines and education requirements from individual listings using get_job_detail
  • Compile a directory of hiring organizations from get_company_list for a recruitment CRM
  • Track overseas job opportunities by country using get_overseas_jobs with the country filter
  • Keyword-search job titles or skills across all listings using search_jobs
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does jobz.pk have an official developer API?+
Jobz.pk does not publish an official public developer API or documented REST interface for third-party use.
What does `get_job_detail` return that the listing endpoints don't?+
get_job_detail returns fields not present in listing responses: organization, education, category___sector, vacancy_location, and expected_last_date. Listing endpoints return only title, url, industry, city, date_posted, and vacant_positions. You need to call get_job_detail with a specific job URL to get the full structured record for a posting.
Can I filter jobs by salary range or experience level?+
Not currently. The API covers filters for city, category, sector, newspaper, organization, province, and country, but salary and experience level are not exposed as filter parameters or response fields. You can fork this API on Parse and revise it to add an endpoint targeting those fields if the source pages expose them.
How does pagination work across the filter endpoints?+
Most filter endpoints — including get_jobs_by_city, get_jobs_by_sector, get_jobs_by_newspaper, and get_government_jobs_by_province — accept an optional page integer parameter. The response echoes back the current page value alongside the jobs array. There is no total page count field in the response, so iteration requires stepping through pages until the jobs array returns fewer results or an empty set.
Are job application links or apply-now forms included in the response?+
The API returns a url field pointing to each job's detail page on jobz.pk. Direct application form URLs or external employer apply links are not currently included in any endpoint's response fields. You can fork this API on Parse and revise it to capture application URLs if they appear on the individual job detail pages.
Page content last updated . Spec covers 11 endpoints from jobz.pk.
Related APIs in JobsSee all →
ph.jobstreet.com API
Search for jobs and explore detailed listings from JobStreet Philippines, including job descriptions, company profiles, and hiring information. Discover employment opportunities by browsing job classifications and viewing all open positions from specific companies.
naukri.com API
naukri.com API
boss.az API
Search and browse job listings from boss.az with detailed vacancy information, and instantly access company contact details including emails and phone numbers directly from job postings. Filter opportunities by job categories and regions to find positions that match your needs.
timesjobs.com API
Search and browse job listings from TimesJobs.com to find positions by role, category, and company, while discovering popular job roles, featured employers, and detailed job information. Filter opportunities using available facets and explore career statistics to match your skills with the right opportunities.
totaljobs.com API
Search and browse job listings from across the UK on TotalJobs, then access detailed information about specific positions including requirements, salary, and application details. Quickly compare opportunities and find roles that match your criteria.
emploi.ma API
Search and browse job listings from Emploi.ma with detailed information about positions, companies, and available categories across the Moroccan job market. Access company profiles, featured job opportunities, and full job details including requirements, salary, and employment type.
hotnigerianjobs.com API
Search and browse Nigerian job listings with detailed company information and job requirements all in one place. Discover employment opportunities by filtering through available positions and accessing comprehensive details about roles and hiring companies.
ethiojobs.net API
Search and explore job listings across Ethiopian companies with detailed job information, categories, locations, and industries. Discover company profiles, view their open positions, and find similar job opportunities tailored to your preferences.