# Jobsite Search URL Jobs Scraper

**Use case:** 

Scrape any Jobsite search URL and export structured job listings for monitoring, lead generation, and analytics.

## Input

```json
{
  "keywords": [],
  "location": "",
  "radiusMiles": 20,
  "postedWithinDays": 7,
  "sortBy": "relevance",
  "startUrls": [
    {
      "url": "https://www.jobsite.co.uk/jobs/data-engineer/in-bristol?radius=20&postedwithin=7"
    }
  ],
  "maxItems": 100,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "workFromHome": {
    "label": "Remote / hybrid"
  },
  "postedAt": {
    "label": "Posted"
  },
  "expiresAt": {
    "label": "Expires"
  },
  "descriptionSnippet": {
    "label": "Description snippet"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobsite UK Jobs Scraper](https://apify.com/automation-lab/jobsite-uk-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/jobsite-uk-jobs-scraper) to learn more, explore other use cases, and run it yourself.