Jobberman Scraper — Nigeria Jobs, Salary & Employers avatar

Jobberman Scraper — Nigeria Jobs, Salary & Employers

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Jobberman Scraper — Nigeria Jobs, Salary & Employers

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 days ago

Last modified

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 salaryConfidential flag 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?

FieldTypeDescription
jobIdstringJobberman listing slug
titlestringJob title
jobUrlstringPublic ad page
companyNamestringHiring company (or "Anonymous Employer")
locationstringCity or state
employmentTypestringFull Time, Contract, Internship …
salaryLabelstringSalary exactly as advertised
salaryFromnumberNumeric floor for sorting
salaryConfidentialbooleanPay withheld by the employer
currencystringNGN when a figure is present
categorystringJobberman job category
postedLabelstringPosting recency as shown
isFeaturedbooleanPaid featured placement
easyApplybooleanOne-click apply available
countrystringNigeria
sourcestringAlways jobberman
scrapedAtstringRun 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

  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": "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 salaryLabel but leave salaryFrom as null, with salaryConfidential set to true.
  • Some employers post anonymously; companyName then 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 jobUrl for 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.