Clair API
SERP & Search API→Results from Google Search, News, and Maps.News & Media API→Live publisher pages, fetched when you call.Jobs & Hiring API→Live job listings from Glassdoor, Indeed, and Greenhouse.E-commerce API→Live listings from public marketplaces.Company Data & Reviews API→Public company profiles, reviews, ratings, and product launches.Contact & Lead Data API→Emails, phones, and social URLs from public sites.
Browse the full catalog →Missing a data surface? Ask for one →

Explore resources

Use casesWays to build with Clair data.ComparisonsClair against other APIs, sourced.GlossaryWeb data terms, with real fields.

Use cases

View all →
Amazon price monitoring→Prices, Buy Box sellers, and stock per ASIN.Google rank tracking→Daily positions for your keywords, with SERP features.Lead enrichment from company websites→Emails, phones, and socials a domain publishes.Trustpilot review monitoring→New reviews, TrustScore, and replies per company.Product Hunt launch tracking→Daily launches, makers, and websites by topic.
PricingDocs
Dashboard
APIs/Jobs & Hiring

Glassdoor API

Public Glassdoor jobs, company ratings and reviews, and salaries by job title.

  • Free tier, 200 requests a month
  • No credit card
  • Structured JSON
  • Live pages, fetched per call
Start freeView documentation
  • Data samples
  • Code
  • Reference
  • Pricing
  • FAQ
Start free

Data samples

From the page to JSON

The page the Glassdoor API reads, and the response it returns for the same query.

q

software engineer

page

1

Try it live

https://www.glassdoor.com/Job/software-engineer-jobs-SRCH_KO0,17.htm

1 returnedengine · glassdoorfamily · jobscount · 1has next page

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.

Project engineeringEmbedded softwareMentoringSoftware testingCommunication skills
{
  "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

Integrate in minutes

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.

Get an API keyRead the docs
curl -G "https://api.clair.im/v1/search?engine=glassdoor&q=software+engineer&page=1" \
  -H "Authorization: Bearer YOUR_API_KEY"

Reference

Query and response fields

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

Authorization

header · stringrequired

Bearer <api_key>. Create keys under API keys.
engine

stringrequired

Must be glassdoor.
q

stringrequired

Keyword Glassdoor searches over job titles.
location

string

City or region. Mapped to locKeyword.
workplace_type

string

remote, hybrid, or onsite. remote adds Glassdoor’s remote filter.
job_type

string

full_time, part_time, contract, internship, or temporary.
posted

string

1d, 3d, 7d, or 14d.
page

string

1-based results page. Default 1, max 10. Do not send limit or cursor.

Pricing

Simple plans, free to start

This API is its own subscription with its own quota. Unused requests expire at renewal. Need a custom volume? Email contact@serinlabs.com.

Free

$0/mo

200

Requests / month

Overage
Hard limit
Rate limit
10/min
Card
Not needed
Start for free

Pro

$49.99/mo

9,600

Requests / month

Overage
$0.0052 per extra request
Rate limit
5/sec
Stops at
48,000 requests
Subscribe

Most popular

Ultra

$149/mo

38,400

Requests / month

Overage
$0.0039 per extra request
Rate limit
10/sec
Stops at
115,200 requests
Subscribe

Mega

$399/mo

128,600

Requests / month

Overage
$0.0032 per extra request
Rate limit
20/sec
Stops at
321,500 requests
Subscribe

Pay as you go

No monthly fee

$0.0078

Per request

Overage
None
Rate limit
5/sec
Stops at
48,000 requests
Subscribe

Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.

FAQ

Common questions

Anything else? Email contact@serinlabs.com.

What does the Glassdoor API return?+

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.

Which endpoints does a subscription include?+

All of them: Search, Job, Company search, Company, Salaries. They share this API's monthly quota.

How is a request counted?+

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.

Is there a free tier?+

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.

What happens when I use up my plan's requests?+

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.

Does this subscription cover other Clair APIs?+

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

Related APIs

APIs teams often combine with the Glassdoor API.

Greenhouse Jobs API

Jobs published on a company's Greenhouse board.

View API →

Indeed Jobs API

Public Indeed job cards, then one job.

View API →

Subscribe to the API you need.

Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.

Get API Key →Compare plans
Clair API

Developer APIs for public search, editorial news, active job postings, website contacts, reviews, and product launches—with provenance, freshness, and coverage boundaries kept visible.

contact@serinlabs.com@clair_api

Products

SERP & Search APINews & Media APIJobs & Hiring APIE-commerce APICompany Data & Reviews APIContact & Lead Data API

Documentation

OverviewQuickstartGoogle Search APIGoogle News APIGlassdoor APIContacts APITrustpilot APIProduct Hunt APIPricing

Resources

Resource catalogUse casesComparisonsGlossary

Legal

TermsPrivacy
© 2026 Serin Technologies, LLC