# Find graduate software development jobs in London

**Use case:** 

Discover early-career software development graduate roles in London on Bright Network. Extract structured job listings with titles, employers, locations, and de

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.brightnetwork.co.uk/search/?s=project+management"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "query": "software development",
  "contentType": "jobs",
  "location": [
    "london"
  ],
  "jobTypes": [
    "Graduate job"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "deadline": {
    "label": "Deadline"
  },
  "jobType": {
    "label": "Job type"
  },
  "sectors": {
    "label": "Sectors"
  },
  "locations": {
    "label": "Locations"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "salary": {
    "label": "Salary"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyUrl": {
    "label": "Company url"
  },
  "companyLogoUrl": {
    "label": "Company logo url"
  },
  "companyDescription": {
    "label": "Company description"
  },
  "description": {
    "label": "Description"
  }
}
```

## About this Actor

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