# Find jobs in Lagos on Jobberman

**Use case:** 

Scrape job listings in Lagos from Jobberman. Structured Nigerian job data. No subscription, pay per result.

## Input

```json
{
  "keyword": "accountant",
  "location": "Lagos",
  "maxItems": 5,
  "daysOld": 0,
  "skipReposts": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "occupationalCategory": {
    "label": "Category",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "qualifications": {
    "label": "Qualifications",
    "format": "text"
  },
  "experienceMonths": {
    "label": "Exp. (months)",
    "format": "number"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "date"
  },
  "directApply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobberman.com Scraper](https://apify.com/unfenced-group/jobberman-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jobberman-com-scraper) to learn more, explore other use cases, and run it yourself.