Discover/nvidia.wd5.myworkdayjobs.com API
live

nvidia.wd5.myworkdayjobs.com APInvidia.wd5.myworkdayjobs.com

Search NVIDIA job postings by keyword, location, and department. Retrieve full job details including description, requirements, and application URLs.

Endpoints
2
Updated
3mo ago
Try it
Search keyword (e.g. 'software engineer', 'data scientist')
Pagination offset (0-based, increments of 10)
Job category filter (e.g. 'engineering', 'sales', 'marketing')
Location filter (e.g. 'Santa Clara', 'California')
Work location type filter: 'onsite', 'remote', or 'remote_local'
api.parse.bot/scraper/e5cfae17-8775-4522-bedd-f18bbf73036a/<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/e5cfae17-8775-4522-bedd-f18bbf73036a/search_jobs?query=data+scientist&start=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search NVIDIA job listings by keyword, location, and filters. Returns paginated results with 10 jobs per page.

Input
ParamTypeDescription
querystringSearch keyword (e.g. 'software engineer', 'data scientist')
startintegerPagination offset (0-based, increments of 10)
categorystringJob category filter (e.g. 'engineering', 'sales', 'marketing')
locationstringLocation filter (e.g. 'Santa Clara', 'California')
location_typestringWork location type filter: 'onsite', 'remote', or 'remote_local'
Response
{
  "type": "object",
  "fields": {
    "jobs": "array of job listing summaries with id, job_id, title, locations, department, posted_date, work_location_option, and url",
    "count": "number of jobs returned on this page",
    "start": "current pagination offset",
    "total": "total number of matching jobs"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "id": 893394059912,
          "url": "https://jobs.nvidia.com/careers/job/893394059912",
          "title": "Validation Data Scientist, Verification and Validation - Autonomous Vehicles",
          "job_id": "JR2014513",
          "locations": [
            "China, Shanghai",
            "China, Beijing",
            "China, Shenzhen"
          ],
          "department": "Engineer, Sys SW",
          "posted_date": 1773619200,
          "work_location_option": "onsite"
        }
      ],
      "count": 10,
      "start": 0,
      "total": 207
    },
    "status": "success"
  }
}

About the nvidia.wd5.myworkdayjobs.com API

This API provides access to NVIDIA's current job listings through 2 endpoints, returning up to 10 results per page with fields like title, department, locations, and work_location_option. The search_jobs endpoint accepts keyword queries, location filters, and category filters to narrow results across NVIDIA's full open-role catalog, while get_job_details returns the complete posting for a specific position including its apply_url and job_family.

Searching NVIDIA Job Listings

The search_jobs endpoint accepts five optional parameters: query for keyword matching (e.g. 'machine learning', 'systems engineer'), location to filter by city or state, location_type to restrict results to onsite, remote, or remote_local roles, category to target a functional area like engineering or marketing, and start for pagination in increments of 10. Each response includes a total count of matching jobs alongside the current page's count and start offset, making it straightforward to walk through large result sets. Each job in the jobs array carries a numeric id, a human-readable job_id (e.g. JR2010588), title, locations array, department, posted_date, work_location_option, and a direct url to the public posting.

Retrieving Full Job Details

The get_job_details endpoint takes the position_id (the numeric id from search results) and returns the complete posting record. Beyond the summary fields, this includes a full job description, time_type (e.g. Full time), job_family categories, primary location string, and an apply_url that points directly to the application form. This is the endpoint to call when you need to render a full job page or extract the detailed requirements text.

Pagination and Filtering Notes

Results are returned in pages of 10. To retrieve the next page, increment start by 10. The total field in the search_jobs response tells you how many matching jobs exist across all pages. Combining query with location and location_type produces more targeted result sets; omitting all parameters returns the full open-role feed sorted by recency.

Common use cases
  • Build a job board widget that surfaces NVIDIA openings filtered by location and work_location_option for remote-first candidates.
  • Track new NVIDIA engineering roles by polling search_jobs with a category filter and comparing posted_date against previous results.
  • Aggregate NVIDIA job counts by department field to analyze hiring trends across business units.
  • Enrich a recruiting CRM by pulling full job descriptions via get_job_details for positions that match a sourcing keyword list.
  • Alert hiring managers when NVIDIA posts roles in a specific job_family by monitoring search_jobs results.
  • Generate a structured dataset of NVIDIA job titles, locations, and time_type values for labor market analysis.
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 NVIDIA have an official public developer API for its job listings?+
NVIDIA does not publish a public developer API for its careers site. The site runs on Workday's recruiting platform (nvidia.wd5.myworkdayjobs.com), which does not offer a documented public API for external developers.
What does get_job_details return beyond what search_jobs includes?+
search_jobs returns summary fields: id, job_id, title, locations, department, posted_date, work_location_option, and url. get_job_details adds the full job description text, apply_url, time_type, and job_family arrays. If you need the requirements body or the direct application link, you need to call get_job_details with the position's numeric id.
Can I retrieve salary or compensation data for NVIDIA job postings?+
Not currently. The API covers job titles, descriptions, locations, departments, job families, and application URLs, but does not expose salary ranges or compensation bands. You can fork this API on Parse and revise it to add a salary field if NVIDIA begins publishing that data in its postings.
How does pagination work in search_jobs?+
Results come back 10 at a time. The response includes a total field indicating how many matching jobs exist. To fetch the next page, pass start=10, then start=20, and so on. If total is 47, you will need five calls to retrieve all results.
Does the API cover NVIDIA job postings in all countries, or only US roles?+
The API sources from NVIDIA's main external career site, which includes global postings. You can filter by location string (e.g. 'Germany', 'Taiwan') to narrow results. However, region-specific Workday portals that NVIDIA may operate separately are not currently covered. You can fork the API on Parse and revise it to point at an alternate regional career site endpoint.
Page content last updated . Spec covers 2 endpoints from nvidia.wd5.myworkdayjobs.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