GET /jobs/:id
GET
/jobs/:idGet full job details by ID (description, qualifications, skills, benefits, visa/security, and more).
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Public DataStorm job ID (for example: meta-123456) |
Example
curl https://api.datastormai.com/api/v1/jobs/meta-123456 \ -H "x-api-key: YOUR_API_KEY"
Example Response
{
"data": {
"id": "meta-123456",
"title": "Senior Software Engineer",
"company": "Meta",
"company_logo": "https://logo.clearbit.com/meta.com",
"url": "https://careers.meta.com/jobs/123456",
"posted_at": "2026-02-14T00:00:00.000Z",
"location": {
"city": ["Menlo Park"],
"state": ["California"],
"country": ["United States"],
"full": "Menlo Park, California, United States"
},
"work_arrangement": "hybrid",
"employment_type": "full-time",
"experience_level": "senior",
"salary": {
"min": 180000,
"max": 250000,
"currency": "USD",
"period": "annual"
},
"summary": "Build and scale backend services for global products.",
"description": "We are looking for a senior engineer to design and ship platform services...",
"description_raw": "<p>We are looking for...</p>",
"responsibilities": [
"Design distributed systems",
"Own service reliability and performance"
],
"required_qualifications": [
"5+ years of software engineering experience",
"Strong systems design fundamentals"
],
"preferred_qualifications": [
"Experience with large-scale data platforms"
],
"skills": ["Python", "Distributed Systems", "SQL"],
"tools": ["Python", "PostgreSQL", "Kafka"],
"soft_skills": ["Communication", "Collaboration"],
"technical_skills": ["System Design", "API Design"],
"benefits": ["Health Insurance", "401(k)", "Paid Time Off"],
"education": ["Bachelor's Degree"],
"education_levels": ["bachelor"],
"education_majors": ["computer science"],
"certifications": ["AWS Certified Developer"],
"visa_sponsorship": ["h1b"],
"visa_requirements": ["h1b"],
"security_clearances": null,
"clearance_status": null,
"travel_percent": 10,
"source": "meta",
"category": {
"field": "software engineering",
"role": "backend engineer",
"specialization": "platform"
}
}
}