Engineering Software Manager
Sensor Systems · Sarasota, FL · onsite
Excellent communication and mentoring skills, with the ability to work effectively with both technical and non-technical stakeholders.
Public Glassdoor jobs, company ratings and reviews, and salaries by job title.
Data samples
The page the Glassdoor API reads, and the response it returns for the same query.
https://www.glassdoor.com/Job/software-engineer-jobs-SRCH_KO0,17.htm
Engineering Software Manager
Sensor Systems · Sarasota, FL · onsite
Excellent communication and mentoring skills, with the ability to work effectively with both technical and non-technical stakeholders.
{
"engine": "glassdoor",
"family": "jobs",
"query": {
"q": "software engineer",
"location": null,
"workplace_type": null,
"job_type": null,
"posted": null,
"page": 1
},
"count": 1,
"next_cursor": "2",
"results": [
{
"position": 1,
"id": "1010244333225",
"title": "Engineering Software Manager",
"company": "Sensor Systems",
"location": "Sarasota, FL",
"workplace_type": "onsite",
"job_type": "Full-time",
"salary_text": "$110K - $160K (Employer provided)",
"salary": {
"min": 110000,
"max": 160000,
"median": 135000,
"currency": "USD",
"period": "year",
"source": "employer"
},
"rating": 3.5,
"posted_age": "25d",
"snippet": "Excellent communication and mentoring skills, with the ability to work effectively with both technical and non-technical stakeholders.",
"skills": [
"Project engineering",
"Embedded software",
"Mentoring",
"Software testing",
"Communication skills"
],
"employer_id": "1409512",
"company_logo": "https://media.glassdoor.com/sql/1409512/sensor-systems-squarelogo-1513260461606.png",
"easy_apply": true,
"url": "https://www.glassdoor.com/job-listing/engineering-software-manager-sensor-systems-JV_IC1154350_KO0,28_KE29,43.htm?jl=1010244333225",
"apply_url": "https://www.glassdoor.com/partner/jobListing.htm?jobListingId=1010244333225"
}
]
}Code
One host, one Bearer key for every Clair API. Each call returns JSON with the same envelope, so a second API is a new path, not a new client.
curl -G "https://api.clair.im/v1/search?engine=glassdoor&q=software+engineer&page=1" \ -H "Authorization: Bearer YOUR_API_KEY"
Reference
Public job cards only. job_type, workplace_type, pay band, and skills come from Glassdoor’s embedded listing data. location uses locKeyword, not Glassdoor’s IL/IC slug.
GET /v1/search?engine=glassdoor
Authorizationheader · stringrequired
enginestringrequired
qstringrequired
locationstring
workplace_typestring
job_typestring
postedstring
pagestring
Pricing
This API is its own subscription with its own quota. Unused requests expire at renewal. Need a custom volume? Email contact@serinlabs.com.
$0/mo
200
Requests / month
$49.99/mo
9,600
Requests / month
Most popular
$149/mo
38,400
Requests / month
$399/mo
128,600
Requests / month
No monthly fee
$0.0078
Per request
Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.
Scrapes Glassdoor’s public pages (browser, bot-walled); not Glassdoor’s private API. Search and Job read job listings. Company search finds an employer’s employer_id and slug; Company returns its ratings, rating distribution, CEO approval, and newest reviews; Salaries returns base and total pay percentiles by job title. Pages behind Glassdoor’s login (full review history, interviews) are not offered. Each page is one request. next_cursor is the next page number; do not send cursor.
All of them: Search, Job, Company search, Company, Salaries. They share this API's monthly quota.
Each call is one request, and each extra page is a new call. A malformed request (400) is not counted, and a request that fails on our side (5xx) is refunded.
Yes. Every Clair API has its own free tier: 200 requests a month, with no card. It resets monthly, and the API stops when the month's requests run out.
On a paid tier, extra calls are billed at the tier's overage rate until its ceiling, then the API returns 429 until the next period. The free tier returns 429 as soon as its requests are used.
No. Each API is its own subscription, and one key works with all of them. A call to an API the account does not subscribe to returns 403 not_subscribed.
Related
APIs teams often combine with the Glassdoor API.
Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.