Discover/offerzen.com API
live

offerzen.com APIwww.offerzen.com

Search and retrieve tech job listings from OfferZen. Access structured data on skills, company info, locations, workplace policy, and full job descriptions via 2 endpoints.

Endpoints
2
Updated
3mo ago
Try it
Starting page number (1-based).
Maximum number of pages to fetch (up to 12 jobs per page).
Search keyword to filter jobs (e.g. 'Python', 'React', 'Data Engineer'). Omitting returns
Filter by workplace policy: 'remote', 'hybrid', or 'office'. Omitting returns all policies
api.parse.bot/scraper/390fe52d-3d8b-4db8-b1fc-068499f61ab5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/390fe52d-3d8b-4db8-b1fc-068499f61ab5/search_jobs?page=1&max_pages=1&search_string=React' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search and list job listings with optional search string filter and pagination. Returns structured job data including skills, company info, locations, and experience requirements. Each page contains up to 12 jobs.

Input
ParamTypeDescription
pageintegerStarting page number (1-based).
max_pagesintegerMaximum number of pages to fetch (up to 12 jobs per page).
search_stringstringSearch keyword to filter jobs (e.g. 'Python', 'React', 'Data Engineer'). Omitting returns all jobs.
workplace_policystringFilter by workplace policy: 'remote', 'hybrid', or 'office'. Omitting returns all policies.
Response
{
  "type": "object",
  "fields": {
    "jobs": "array of job objects with id, name, primary_role, workplace_policy, years_experience, employment_type, locations, must_have_skills, nice_to_have_skills, other_roles, company, and detail_url",
    "start_page": "integer - the starting page number",
    "total_jobs": "integer - total number of matching jobs",
    "total_pages": "integer - total number of pages available",
    "pages_fetched": "integer - number of pages actually fetched in this request"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "id": "6a0432249ffd14d2e1dcabec",
          "name": "Mobile Developer",
          "company": {
            "id": "67f3868349c2a7dfffa796a1",
            "name": "Exaze",
            "logo_url": "https://d3qdc2zh3mwabb.cloudfront.net/media/...",
            "tech_stack": [
              "Amazon S3",
              "Amazon EC2",
              "Amazon VPC"
            ],
            "brand_color": ""
          },
          "locations": [
            {
              "city": "Johannesburg",
              "country": "South Africa",
              "display_address": "Johannesburg, South Africa"
            }
          ],
          "detail_url": "https://www.offerzen.com/job/6a0432249ffd14d2e1dcabec",
          "updated_at": "2026-05-13T10:17:48.308+02:00",
          "other_roles": [],
          "primary_role": "Mobile engineer",
          "published_at": "2026-05-13T10:17:48.307+02:00",
          "currency_code": "zar",
          "employment_type": "permanent",
          "must_have_skills": [
            {
              "skill": "React Native",
              "years_experience": null
            }
          ],
          "workplace_policy": "office",
          "years_experience": 4,
          "nice_to_have_skills": [],
          "remuneration_period": "month",
          "visa_sponsorship_available": null,
          "requires_work_authorisation": null
        }
      ],
      "start_page": 1,
      "total_jobs": 35,
      "total_pages": 3,
      "pages_fetched": 1
    },
    "status": "success"
  }
}

About the offerzen.com API

The OfferZen API provides 2 endpoints to search and retrieve developer job listings from OfferZen's South African tech job marketplace. The search_jobs endpoint returns structured arrays of job objects including required skills, workplace policy, years of experience, employment type, and location — with support for keyword filtering and pagination across up to 12 jobs per page. The get_job_details endpoint returns the full job description, company metadata, and structured page sections for a specific listing.

Search Jobs

The search_jobs endpoint accepts optional parameters including search_string (e.g. 'Python', 'React', 'Data Engineer'), workplace_policy ('remote', 'hybrid', or 'office'), and pagination controls page and max_pages. Each result object in the jobs array includes id, name, primary_role, workplace_policy, years_experience, employment_type, locations, and must_have_skills. The response also carries total_jobs, total_pages, and pages_fetched so you can paginate efficiently without extra calls.

Job Details

The get_job_details endpoint takes a job_id from search_jobs results and returns the full record for that listing. Fields include title, description (full role text), primary_role, other_roles, and a company object containing id, name, logo_url, brand_color, and tech_stack. The sections object surfaces key structured content blocks from the listing page — for example 'Skills and experience' and 'Location and salary' — as text strings. The locations array provides city, country, and display_address per location, and detail_url links directly to the canonical listing page.

Coverage and Pagination

Search results are paginated at 12 jobs per page. The total_jobs field in search_jobs reflects the count of listings matching your filters at call time. Omitting search_string and workplace_policy returns all active listings. Filtering by workplace_policy narrows results to one of three categories OfferZen exposes: remote, hybrid, or office-based roles.

Common use cases
  • Aggregate South African developer job listings filtered by skill keyword (e.g. 'Go', 'Kubernetes') for a job aggregator site.
  • Monitor OfferZen for new remote or hybrid roles matching a specific primary_role category.
  • Extract must_have_skills arrays across all listings to analyze demand trends for specific technologies.
  • Pull company.tech_stack data from get_job_details to research the tooling used by hiring companies.
  • Build a salary and location comparison tool using the 'Location and salary' section returned in sections.
  • Feed structured job data into a recruitment CRM by polling search_jobs with workplace_policy and search_string filters.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 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 OfferZen have an official public developer API?+
OfferZen does not publish a documented public REST API for job listings. The data accessible through this Parse API covers job search and detail retrieval as described in the endpoints.
What does the `sections` field in `get_job_details` contain?+
The sections field is an object (or null if unavailable) whose keys are named content blocks from the job listing page — for example 'Skills and experience' and 'Location and salary'. Each key maps to a text string with the content of that block. Not every listing will populate all sections.
Can I filter jobs by salary range or specific city?+
Not currently. The search_jobs endpoint filters by search_string and workplace_policy only; there is no salary-range or city parameter. Location data is returned per result but is not a filterable input. You can fork this API on Parse and revise it to add city or salary filtering if the source supports it.
Is there a way to retrieve company profiles or candidate-facing data beyond what job listings expose?+
Not currently. The API covers job listings, job details, and the company fields embedded within those listings (name, logo_url, brand_color, tech_stack). Standalone company profiles, candidate profiles, or application data are not included. You can fork it on Parse and revise to add a company-profile endpoint.
How fresh are the job listings returned by `search_jobs`?+
Results reflect the active listings on OfferZen at the time of the API call. OfferZen is a live marketplace, so listings can appear or expire between calls. There is no posted_date field in the response, so recency filtering based on date is not currently available in the search results.
Page content last updated . Spec covers 2 endpoints from www.offerzen.com.
Related APIs in JobsSee all →
nvidia.com API
nvidia.com API
devex.com API
Search and explore global development opportunities including tenders, grants, job postings, news, organizations, and events all in one place. Find funding details, discover career opportunities, and stay updated on international development initiatives through a single integrated platform.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
amazon.jobs API
Search and browse Amazon job openings by keywords, location, and category, then view detailed information about specific positions. Filter results across multiple job categories and locations with easy pagination.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
airtasker.com API
Search and browse Airtasker tasks by location, category, price, and keywords, then access detailed task information and user profiles. Get location suggestions and category recommendations to discover available work and service opportunities in your area.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
naukri.com API
naukri.com API