# Head of AI jobs in London across platforms

**Use case:** 

Search Head of AI listings in London across job boards and compare results in one normalized dataset for UK hiring analysis.

## Input

```json
{
  "max_results": 100,
  "keyword": "Head of AI",
  "country": "United Kingdom",
  "location": "London",
  "platforms": [
    "LinkedIn",
    "Indeed",
    "Naukri.com",
    "ZipRecruiter",
    "Jooble",
    "France Travail",
    "Bundesagentur für Arbeit",
    "Glassdoor",
    "Jobstreet",
    "Saramin",
    "doda",
    "SAP",
    "JobKorea",
    "Mynavi Tenshoku",
    "Pracuj.pl",
    "HelloWork",
    "Stepstone",
    "InfoJobs",
    "Talent.com",
    "USAJOBS",
    "Baitoru",
    "Kariyer.net",
    "foundit",
    "Jobs2Careers",
    "OnlineJobs.ph",
    "Catho",
    "Arbetsförmedlingen",
    "Glints",
    "Totaljobs",
    "OCC",
    "Freelancer.com",
    "Jobright",
    "Job Bank",
    "jobs.ch",
    "Bayt.com",
    "Reed.co.uk",
    "CV-Library",
    "VDAB",
    "Kyujin Box"
  ]
}
```

## Output

```json
{
  "company_logo": {
    "label": "Company Logo",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "job_function": {
    "label": "Job Function",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote Work",
    "format": "boolean"
  },
  "work_from_home": {
    "label": "Work From Home",
    "format": "string"
  },
  "job_type": {
    "label": "Job Type",
    "format": "string"
  },
  "job_level": {
    "label": "Job Level",
    "format": "string"
  },
  "experience_range": {
    "label": "Experience Range",
    "format": "string"
  },
  "skills": {
    "label": "Required Skills",
    "format": "string"
  },
  "salary_minimum": {
    "label": "Minimum Salary",
    "format": "number"
  },
  "salary_maximum": {
    "label": "Maximum Salary",
    "format": "number"
  },
  "salary_currency": {
    "label": "Salary Currency",
    "format": "string"
  },
  "salary_period": {
    "label": "Salary Period",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "string"
  },
  "applicant_count": {
    "label": "Applicant Count",
    "format": "integer"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "vacancy_count": {
    "label": "Vacancy Count",
    "format": "integer"
  },
  "platform_url": {
    "label": "Platform URL",
    "format": "string"
  },
  "official_url": {
    "label": "Official URL",
    "format": "string"
  },
  "company_rating": {
    "label": "Company Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "string"
  },
  "company_industry": {
    "label": "Company Industry",
    "format": "string"
  },
  "company_type": {
    "label": "Company Type",
    "format": "string"
  },
  "company_founded": {
    "label": "Year Founded",
    "format": "integer"
  },
  "company_revenue": {
    "label": "Company Revenue",
    "format": "string"
  },
  "company_url": {
    "label": "Company URL",
    "format": "string"
  },
  "company_website": {
    "label": "Company Website",
    "format": "string"
  },
  "company_addresses": {
    "label": "Company Addresses",
    "format": "string"
  },
  "company_description": {
    "label": "Company Description",
    "format": "string"
  },
  "emails": {
    "label": "Contact Emails",
    "format": "array"
  },
  "phones": {
    "label": "Contact Phones",
    "format": "array"
  },
  "social_links": {
    "label": "Social Media Links",
    "format": "object"
  },
  "listing_type": {
    "label": "Listing Type",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

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