# Scrape mobile accounting jobs on Geebo

**Use case:** 

Extract remote and mobile accounting job listings from Geebo with employer, location, and posting dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://geebo.com/jobs-online/list/mobile//type/1-accounting-/page/1/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "salary": {
    "label": "Salary"
  },
  "experience": {
    "label": "Experience"
  },
  "duration": {
    "label": "Duration"
  },
  "hours": {
    "label": "Hours"
  },
  "education": {
    "label": "Education"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "jobId": {
    "label": "Job id"
  },
  "category": {
    "label": "Category"
  },
  "directApply": {
    "label": "Direct apply"
  },
  "applyUrl": {
    "label": "Apply url"
  },
  "description": {
    "label": "Description"
  }
}
```

## About this Actor

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