PNet Scraper — South Africa Jobs, Salary & Employers
Pricing
from $3.50 / 1,000 search results
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
Maintained by CommunityActor stats
0
Bookmarked
19
Total users
2
Monthly active users
2 days ago
Last modified
Categories
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-atattributes. - Sortable salary that handles
kshorthand 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?
| Field | Type | Description |
|---|---|---|
jobId | string | PNet listing ID |
title | string | Job title |
jobUrl | string | Public ad page |
companyName | string | Hiring company |
companyUrl | string | Employer profile on PNet |
location | string | City or region |
salaryLabel | string | Salary exactly as advertised |
salaryFrom | number | Numeric floor for sorting |
salaryMarketRelated | boolean | Ad says "Market Related" |
currency | string | ZAR when a figure is present |
workType | string | Remote or hybrid note, when shown |
postedLabel | string | Posting recency as displayed |
snippet | string | First part of the ad description |
country | string | South Africa |
source | string | Always pnet |
scrapedAt | string | Run 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
- Enter a keyword, or leave it empty to walk the full listing.
- Optionally filter by location.
- Switch on Only ads with a salary figure when building a benchmark.
- 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
salaryLabelbut leavesalaryFromasnull, withsalaryMarketRelatedset totrue. - Recruitment agencies post a large share of South African ads, so
companyNameis 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.
snippetis the opening of the description, capped for size. OpenjobUrlfor 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.