# Scrape developer jobs in London

**Use case:** 

Extract developer job listings in London from Totaljobs. Structured UK job data with titles, companies, and locations. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "London",
  "fetchDetails": false,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workSchedule": {
    "label": "Schedule",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "text"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "contentHash": {
    "label": "Hash",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Totaljobs Job Scraper — Search & Extract UK Job Listings](https://apify.com/unfenced-group/totaljobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/totaljobs-scraper) to learn more, explore other use cases, and run it yourself.