# Scrape filtered browse from Adecco Jobs

**Use case:** 

Extract structured jobs listings for market research using Adecco Jobs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://example.com/filter"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "jobId": {
    "label": "Job id"
  },
  "name": {
    "label": "Name"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "cityName": {
    "label": "City name"
  },
  "stateName": {
    "label": "State name"
  },
  "countryId": {
    "label": "Country id"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "contract": {
    "label": "Contract"
  },
  "contractTypeTitle": {
    "label": "Contract type title"
  },
  "employmentTypeTitle": {
    "label": "Employment type title"
  },
  "jobCategoryTitle": {
    "label": "Job category title"
  },
  "jobSubCategoryTitle": {
    "label": "Job sub category title"
  },
  "salary": {
    "label": "Salary"
  },
  "numberOfPositions": {
    "label": "Number of positions"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "postingEndDate": {
    "label": "Posting end date"
  },
  "startDate": {
    "label": "Start date"
  },
  "recruiterName": {
    "label": "Recruiter name"
  },
  "recruiterEmail": {
    "label": "Recruiter email"
  },
  "branchCode": {
    "label": "Branch code"
  },
  "jobStatusId": {
    "label": "Job status id"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "descriptionHtml": {
    "label": "Description html"
  },
  "detailUrl": {
    "label": "Detail url"
  },
  "cisJobId": {
    "label": "Cis job id"
  },
  "externalReference": {
    "label": "External reference"
  }
}
```

## About this Actor

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