Discover/jobs.vodafone.com API
live

jobs.vodafone.com APIjobs.vodafone.com

Search Vodafone job listings, get total counts, find similar positions, and retrieve role insights including skills and experience data via 4 REST endpoints.

Endpoints
4
Updated
3mo ago
Try it
Keyword to search for in job titles and descriptions.
Pagination offset in multiples of 10 (0, 10, 20, ...).
Sort order. Accepted values: 'timestamp', 'relevance'.
Location to search for (city, country, etc.).
api.parse.bot/scraper/f6305d3a-9a8c-48b7-aeac-e7a81293e2b2/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f6305d3a-9a8c-48b7-aeac-e7a81293e2b2/search_jobs?query=Engineering&start=0&sort_by=timestamp&location=London' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for job openings on Vodafone Careers by keyword and location. Returns paginated results sorted by timestamp or relevance.

Input
ParamTypeDescription
querystringKeyword to search for in job titles and descriptions.
startintegerPagination offset in multiples of 10 (0, 10, 20, ...).
sort_bystringSort order. Accepted values: 'timestamp', 'relevance'.
locationstringLocation to search for (city, country, etc.).
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of matching positions",
    "positions": "array of job position objects with id, name, location, department, displayJobId, postedTs, workLocationOption, positionUrl"
  },
  "sample": {
    "data": {
      "count": 11,
      "positions": [
        {
          "id": 563018696500628,
          "name": "Platform Technical Lead",
          "location": "London, United Kingdom",
          "postedTs": 1778592713,
          "locations": [
            "London, United Kingdom"
          ],
          "department": "MVNx Value Stream Engineering",
          "positionUrl": "/careers/job/563018696500628",
          "displayJobId": "281717",
          "workLocationOption": "onsite"
        }
      ]
    },
    "status": "success"
  }
}

About the jobs.vodafone.com API

The Vodafone Careers API provides 4 endpoints for querying active job openings on jobs.vodafone.com, including the Eightfold-powered search_jobs endpoint that returns paginated position results with fields like department, location, work location option, and a direct position URL. You can also retrieve total job counts, surface roles similar to a given position, and pull per-job insight data covering relevant skills and comparable titles.

What the API Covers

The API exposes four endpoints against Vodafone's careers site. search_jobs accepts a query string, a location filter, a sort_by parameter (timestamp or relevance), and a start offset for pagination in increments of 10. Each result in the positions array includes the position id, name, location, department, displayJobId, postedTs timestamp, workLocationOption (remote/hybrid/on-site indicator), and a positionUrl for direct linking. The count field in the response reflects the total number of matches for the query, not just the current page.

Count and Discovery Endpoints

get_total_job_count accepts the same query and location parameters as search and returns a single total_count integer. This is useful for building dashboards or monitoring headcount signals without fetching full position lists. get_similar_positions takes a job_id sourced from search_jobs results and returns up to 10 related position objects sharing the same field structure as search results, minus the positionUrl.

Job Insights

get_job_insights accepts a job_id and returns an insights object with three keys: skills (a mapping of skill names to relevance scores), experienceYears (expected experience for the role), and titles (a mapping of comparable job title strings to frequency values). This data is useful for benchmarking role requirements, identifying skill clusters in Vodafone's hiring patterns, and comparing against external labor market data.

Common use cases
  • Monitor the total count of open Vodafone roles by location to track regional hiring trends over time using get_total_job_count.
  • Build a Vodafone job alert system that queries search_jobs by keyword and emails new postings based on postedTs values.
  • Aggregate skill relevance scores from get_job_insights across multiple job IDs to map Vodafone's most in-demand technical skills.
  • Use get_similar_positions to surface related roles when a candidate views a specific position, reducing dead-end job searches.
  • Extract workLocationOption values from search_jobs results to filter and display only remote or hybrid Vodafone openings.
  • Pull department and location distributions from paginated search_jobs results to analyze Vodafone's hiring focus by business unit.
  • Compare experienceYears and titles data from get_job_insights across roles to model career progression paths within Vodafone.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Vodafone provide an official public developer API for its careers site?+
Vodafone does not publish an official public API for jobs.vodafone.com. The careers site runs on the Eightfold AI platform, which does not expose a documented public API for third-party developers.
What does search_jobs return beyond the job title and location?+
Each position object in the search_jobs response includes id, name, location, department, displayJobId, postedTs (posted timestamp), workLocationOption (indicating remote, hybrid, or on-site availability), and positionUrl for a direct link to the listing. The top-level count field gives the total number of matches across all pages, not just the current page.
How does pagination work in search_jobs?+
The start parameter controls the pagination offset and must be supplied in multiples of 10 (0, 10, 20, etc.). There is no page-size parameter — each call returns one page of results. The count field in the response tells you the total number of matching positions so you can calculate how many pages to iterate.
Does the API return full job descriptions or application form data?+
Not currently. The API returns position metadata (title, location, department, timestamps, work location option) and insights data (skills, experience, titles), but does not include the full job description text or any application form fields. You can fork this API on Parse and revise it to add an endpoint that retrieves full job description content for a given job ID.
Can I filter search_jobs results by department or work location type?+
The search_jobs endpoint currently accepts query, location, sort_by, and start as filters. Direct filtering by department or workLocationOption is not supported as an input parameter — those fields appear in the response but cannot be used as query filters. You can fork this API on Parse and revise it to add department or work-type filter parameters.
Page content last updated . Spec covers 4 endpoints from jobs.vodafone.com.
Related APIs in JobsSee all →
nvidia.com API
nvidia.com API
devex.com API
Search and explore global development opportunities including tenders, grants, job postings, news, organizations, and events all in one place. Find funding details, discover career opportunities, and stay updated on international development initiatives through a single integrated platform.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
amazon.jobs API
Search and browse Amazon job openings by keywords, location, and category, then view detailed information about specific positions. Filter results across multiple job categories and locations with easy pagination.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
airtasker.com API
Search and browse Airtasker tasks by location, category, price, and keywords, then access detailed task information and user profiles. Get location suggestions and category recommendations to discover available work and service opportunities in your area.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
naukri.com API
naukri.com API