返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Space Jobs

在 Zero G Talent(zerogtalent.com)上搜索航天行业职位。适用于用户询问航空航天/航天工作、职业机会,例如 SpaceX 等公司。

person作者: mishafyihubclawhub

Zero G Talent Job Search

Search 5,000+ space industry jobs from 50+ aerospace companies.

API

GET https://zerogtalent.com/api/jobs/search

No authentication required.

Parameters:

| Param | Type | Description | |-------|------|-------------| | q | string | Keyword search (full-text + fuzzy) | | company | string | Company slug (e.g., spacex, blue-origin) | | location | string | Location slug (e.g., california, remote, texas) | | employmentType | string | full-time, internship, part-time, contract | | remote | true/false | Remote jobs filter | | limit | number | Results per page (1-50, default 20) | | offset | number | Pagination offset (default 0) |

Examples:

# Software engineering jobs
curl "https://zerogtalent.com/api/jobs/search?q=software+engineer&limit=5"

# SpaceX jobs
curl "https://zerogtalent.com/api/jobs/search?company=spacex&limit=10"

# Remote internships
curl "https://zerogtalent.com/api/jobs/search?employmentType=internship&remote=true&limit=5"

# Combine: Python jobs at NASA
curl "https://zerogtalent.com/api/jobs/search?q=python&company=nasa&limit=5"

Response shape:

{
  "jobs": [{
    "title": "Software Engineer, Starlink",
    "slug": "software-engineer-starlink",
    "location": "Redmond, WA",
    "remote": false,
    "employmentType": "Full-time",
    "category": "Software Engineering",
    "isActive": true,
    "salaryMin": 120000,
    "salaryMax": 180000,
    "salaryCurrency": "USD",
    "salaryInterval": "YEAR",
    "company": { "name": "SpaceX", "slug": "spacex", "logoUrl": "..." }
  }],
  "total": 342,
  "hasMore": true,
  "pagination": { "offset": 0, "limit": 5, "total": 342 }
}

Company Slugs

spacex, nasa, blue-origin, rocket-lab, boeing, northrop-grumman, lockheed-martin, relativity-space, united-launch-alliance, l3harris, astranis, planet, ball-aerospace, bae-systems, rtx, leidos

Formatting Results

Link to job details: https://zerogtalent.com/space-jobs/{company-slug}/{job-slug}

Present each result as:

{Title} at {Company} {Location} | {Salary if available} Apply