# UK Python Developer Job Listings

**Use case:** 

Get the latest Python developer job listings from LinkedIn in the UK, posted within the last 24 hours. This task returns key details including job title, location, company information, and more, specific to Python developer roles. Ideal for tracking current opportunities and enriching your job search data.

## Input

```json
{
  "search_queries": [
    "python developer"
  ],
  "location": "UK",
  "job_type": "",
  "experience_level": "",
  "workplace_type": "",
  "date_posted": "24h",
  "salary_range": "",
  "sort_by": "relevance",
  "enrich_company": true,
  "enrich_poster": true,
  "auto_split": true,
  "split_by": "",
  "max_results": 5,
  "max_concurrency": 10,
  "max_requests_per_minute": 120,
  "cache_provider": "memory",
  "request_delay": 0
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplace_type": {
    "label": "Workplace",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment",
    "format": "text"
  },
  "seniority_level": {
    "label": "Seniority",
    "format": "text"
  },
  "job_function": {
    "label": "Job function"
  },
  "industries": {
    "label": "Industries"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "salary_currency": {
    "label": "Salary currency"
  },
  "salary_period": {
    "label": "Salary period"
  },
  "applicants_count": {
    "label": "Applicants",
    "format": "number"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "posted_at": {
    "label": "Posted",
    "format": "date"
  },
  "apply_url": {
    "label": "Apply url"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "company_url": {
    "label": "Company url"
  },
  "company_website": {
    "label": "Company website"
  },
  "company_size": {
    "label": "Company size"
  },
  "company_industry": {
    "label": "Company industry"
  },
  "company_type": {
    "label": "Company type"
  },
  "company_headquarters": {
    "label": "Company headquarters"
  },
  "company_founded": {
    "label": "Company founded"
  },
  "company_description": {
    "label": "Company description"
  },
  "company_logo_url": {
    "label": "Company logo url"
  },
  "poster_name": {
    "label": "Poster name"
  },
  "poster_title": {
    "label": "Poster title"
  },
  "poster_profile_url": {
    "label": "Poster profile url"
  },
  "description_text": {
    "label": "Description text"
  },
  "job_id": {
    "label": "Job id"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/herus13/linkedin-jobs-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
