Jobberman Scraper — Nigeria Jobs, Salary & Employers
Pricing
from $3.50 / 1,000 results
Jobberman Scraper — Nigeria Jobs, Salary & Employers
Scrape vacancies from Jobberman, Nigeria's largest job board: title, hiring company, location, employment type, advertised salary with a sortable numeric floor, category and the ad link. Keyless, no login. JSON, CSV or Excel.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
Export vacancies from Jobberman, Nigeria's largest job board — company, location, employment type and advertised salary — to JSON, CSV or Excel. Keyless, no login.
What does Jobberman Scraper do?
Jobberman (ROAM Africa) renders its listings server-side, so this Actor parses the result cards directly and walks the pagination. No API key, no account, no cookies.
Each card carries three chips in one row — location, employment type and salary — and their order is not fixed. Worse, the salary chip is frequently the word "Confidential" rather than a figure. Reading those chips by position is exactly how a scraper ends up with "Full Time" sitting in a salary column. This Actor classifies each chip by its content: a currency or "Confidential" means salary, a known contract word means employment type, and whatever remains is the location. The result is that all three columns hold the right kind of value on every row.
Salaries are kept twice: the original label (NGN 70,000 - 150,000) and a sortable numeric floor, with a separate boolean marking the ads that hide pay.
Who is it for?
- Recruitment agencies mapping who is hiring across Lagos, Abuja and the states.
- Salary researchers building Nigerian pay benchmarks by role and sector.
- B2B sales teams using hiring activity as a growth signal.
- Job boards and aggregators that need a Nigerian feed.
- Development and labour-market analysts measuring formal-sector demand.
Use cases
- Build a pay benchmark for accountants or drivers across Nigerian states.
- List every company hiring in a category this week, with ad links.
- Measure what share of ads disclose pay versus mark it confidential.
- Track which sectors are expanding, month over month.
- Feed a niche board with fresh Nigerian listings.
Why use this Actor?
- Keyless — nothing to sign up for.
- 17 structured fields, with salary, location and contract type never mixed.
- Sortable salary plus a
salaryConfidentialflag for hidden pay. - Category included, so demand can be sliced by sector.
- Featured and easy-apply flags straight from the card.
- Honest columns — a chip becomes a salary only when it carries a currency or says "Confidential".
What data can you extract?
| Field | Type | Description |
|---|---|---|
jobId | string | Jobberman listing slug |
title | string | Job title |
jobUrl | string | Public ad page |
companyName | string | Hiring company (or "Anonymous Employer") |
location | string | City or state |
employmentType | string | Full Time, Contract, Internship … |
salaryLabel | string | Salary exactly as advertised |
salaryFrom | number | Numeric floor for sorting |
salaryConfidential | boolean | Pay withheld by the employer |
currency | string | NGN when a figure is present |
category | string | Jobberman job category |
postedLabel | string | Posting recency as shown |
isFeatured | boolean | Paid featured placement |
easyApply | boolean | One-click apply available |
country | string | Nigeria |
source | string | Always jobberman |
scrapedAt | string | Run timestamp (ISO 8601) |
Example output
{"jobId": "restaurant-chefcook-j65znr","title": "Restaurant Chef/Cook","jobUrl": "https://www.jobberman.com/listings/restaurant-chefcook-j65znr","companyName": "Kings and Queens Dine","location": "Abuja","employmentType": "Full Time","salaryLabel": "NGN 70,000 - 150,000","salaryFrom": 70000,"salaryConfidential": false,"currency": "NGN","category": "Food Services & Catering","easyApply": true,"country": "Nigeria","source": "jobberman"}
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": "sales","location": "Lagos","withSalaryOnly": true,"maxResults": 1000}
Notes and limits
- Roughly 3 in 4 ads carry a salary figure; the rest say "Confidential". Those rows keep
salaryLabelbut leavesalaryFromasnull, withsalaryConfidentialset totrue. - Some employers post anonymously;
companyNamethen reads "Anonymous Employer" as shown on the site. - Jobberman renders 16 cards per page; the Actor stops when a page returns fewer, meaning the listing is exhausted.
- This Actor exports listing cards, not full descriptions — that is what keeps bulk runs cheap. Open
jobUrlfor the full text. - You are responsible for how you use employer data.
FAQ
Do I need a Jobberman account? No. Listings are public and this Actor needs nothing from you.
Why do some rows have no salary number?
Because the employer marked pay as confidential. salaryConfidential tells you which.
Is the company always real? Some ads are posted anonymously, which the site labels "Anonymous Employer". The field reflects the ad honestly rather than guessing.
Can I filter by state? Yes, use the location input, e.g. "Lagos" or "Abuja".
How am I charged? Pay per result — you pay for the vacancies delivered.