PNet Scraper — South Africa Jobs, Salary & Employers avatar

PNet Scraper — South Africa Jobs, Salary & Employers

Pricing

from $3.50 / 1,000 search results

Go to Apify Store
PNet Scraper — South Africa Jobs, Salary & Employers

PNet Scraper — South Africa Jobs, Salary & Employers

Scrape vacancies from PNet, South Africa's largest job board: title, hiring company with its profile link, location, advertised salary with a sortable numeric floor, work type, posting recency and a description snippet. Keyless. JSON, CSV or Excel.

Pricing

from $3.50 / 1,000 search results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

19

Total users

2

Monthly active users

2 days ago

Last modified

Share

Export vacancies from PNet, South Africa's largest job board — company, location, advertised salary and description snippet — to JSON, CSV or Excel. Keyless, no login.

What does PNet Scraper do?

PNet (StepStone group) renders its results server-side and tags every field with a stable data-at attribute. This Actor parses those attributes rather than the hashed CSS class names around them, which is what keeps it working when the site restyles.

One quirk decides whether the output is usable at all: PNet inlines its CSS-in-JS rules as <style> blocks inside the job cards. A naive text extraction returns .res-1fx3snc{box-sizing:border-box…} where the job title should be. This Actor strips the style nodes before parsing, so every column holds real content.

South African salaries are written freely — R62 000 – R70 000 CTC per month, R70-R50 k pm neg, Market Related. The Actor keeps the original label, derives a sortable numeric floor that understands the k shorthand even when it sits on the second figure, and flags "Market Related" ads separately instead of inventing a number for them.

Who is it for?

  • Recruitment agencies tracking who is hiring across Gauteng, Western Cape and KZN.
  • Salary researchers building South African pay benchmarks.
  • B2B sales teams using hiring activity as a growth signal.
  • Job boards and aggregators that need a South African feed.
  • Labour-market analysts measuring formal-sector demand by role.

Use cases

  • Build a pay benchmark for developers or accountants across South African cities.
  • List every company hiring in a discipline this week, with links to their PNet profile.
  • Measure what share of ads disclose pay versus say "Market Related".
  • Track posting volume by city, month over month.
  • Feed a niche board with fresh South African listings.

Why use this Actor?

  • Keyless — nothing to sign up for.
  • 16 structured fields, parsed from stable data-at attributes.
  • Sortable salary that handles k shorthand and CTC phrasing.
  • Market-related flag instead of a fabricated figure.
  • Company profile link for every employer that has one.
  • Description snippet included, so rows are useful without opening each ad.

What data can you extract?

FieldTypeDescription
jobIdstringPNet listing ID
titlestringJob title
jobUrlstringPublic ad page
companyNamestringHiring company
companyUrlstringEmployer profile on PNet
locationstringCity or region
salaryLabelstringSalary exactly as advertised
salaryFromnumberNumeric floor for sorting
salaryMarketRelatedbooleanAd says "Market Related"
currencystringZAR when a figure is present
workTypestringRemote or hybrid note, when shown
postedLabelstringPosting recency as displayed
snippetstringFirst part of the ad description
countrystringSouth Africa
sourcestringAlways pnet
scrapedAtstringRun timestamp (ISO 8601)

Example output

{
"jobId": "4235035",
"title": "Specialist: Developer (Permanent)",
"jobUrl": "https://www.pnet.co.za/jobs--Specialist-Developer-Permanent-Edenvale-MSP-Staffing-Pty-Ltd--4235035-inline.html",
"companyName": "MSP Staffing Pty Ltd",
"location": "Edenvale",
"salaryLabel": "R62 000 – R70 000 CTC per month",
"salaryFrom": 62000,
"salaryMarketRelated": false,
"currency": "ZAR",
"postedLabel": "2 days ago",
"country": "South Africa",
"source": "pnet"
}

How to use it

  1. Enter a keyword, or leave it empty to walk the full listing.
  2. Optionally filter by location.
  3. Switch on Only ads with a salary figure when building a benchmark.
  4. Set Maximum results and run, then export JSON, CSV or Excel.

Input example

{
"query": "accountant",
"location": "Cape Town",
"withSalaryOnly": true,
"maxResults": 1000
}

Notes and limits

  • Roughly 2 in 5 ads publish a salary; many say "Market Related". Those rows keep salaryLabel but leave salaryFrom as null, with salaryMarketRelated set to true.
  • Recruitment agencies post a large share of South African ads, so companyName is often the agency rather than the end employer — that is how the ad is published.
  • PNet renders 25 cards per page; the Actor stops when a page returns noticeably fewer, meaning the listing is exhausted.
  • snippet is the opening of the description, capped for size. Open jobUrl for the full text.
  • You are responsible for how you use employer data.

FAQ

Do I need a PNet account? No. Listings are public and this Actor needs nothing from you.

Why is the salary missing on many rows? Because the ad says "Market Related". The flag tells you which, rather than the Actor guessing a number.

Does it handle "R70-R50 k pm"? Yes. The k multiplier is read from the whole label, so that becomes 70 000 rather than 70.

Is the company the real employer? Sometimes it is an agency; PNet publishes whichever posted the ad and this Actor reports it faithfully.

How am I charged? Pay per result — you pay for the vacancies delivered.