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

Indeed Jobs API

Public Indeed job cards, then one job.

  • 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 Indeed Jobs API reads, and the response it returns for the same query.

q

software engineer

location

New York, NY

Try it live

https://www.indeed.com/jobs?q=software+engineer&l=New+York%2C+NY

Jobs source page
{
  "engine": "indeed",
  "family": "jobs",
  "query": {
    "q": "software engineer",
    "location": "New York, NY",
    "job_type": null,
    "remote": false,
    "posted": null,
    "page": 1
  },
  "count": 1,
  "next_cursor": "2",
  "results": [
    {
      "position": 1,
      "id": "e6489bd83820f079",
      "title": "Software Engineer, Early Career, Campus",
      "company": "Google",
      "location": "New York, NY",
      "workplace_type": null,
      "remote": false,
      "salary_text": "$123,000 - $174,000 a year",
      "salary": {
        "min": 123000,
        "max": 174000,
        "median": null,
        "currency": "USD",
        "period": "year",
        "source": "employer"
      },
      "job_type": "Full-time",
      "posted_age": "30+ days ago",
      "posted_at": "2026-08-07T05:00:00.000Z",
      "snippet": "We're looking for engineers who bring fresh ideas from all areas, including information retrieval, distributed computing, large-scale system design, networking",
      "benefits": [
        "Paid holidays",
        "Dental insurance",
        "Health insurance",
        "401(k) matching",
        "Paid time off"
      ],
      "company_rating": 4.3,
      "company_reviews_count": 6269,
      "company_url": "https://www.indeed.com/cmp/Google",
      "easy_apply": false,
      "urgently_hiring": false,
      "sponsored": false,
      "url": "https://www.indeed.com/viewjob?jk=e6489bd83820f079"
    }
  ]
}

Source page captured separately from the recorded response, so live values can differ.

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=indeed&q=software+engineer&location=New+York%2C+NY" \
  -H "Authorization: Bearer YOUR_API_KEY"

Reference

Query and response fields

q is required. location maps to Indeed's l parameter. One page per search: narrow with location, job_type, remote, or posted.

GET /v1/search?engine=indeed

Authorization

header · stringrequired

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

stringrequired

Must be indeed.
q

stringrequired

Job title or keyword.
location

string

City, region, or country. Mapped to Indeed's l.
job_type

string

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

string

true or false. Adds Indeed's remote filter.
posted

string

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

string

Only 1. Indeed shows later pages to signed-in visitors only.

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

8,500

Requests / month

Overage
$0.0059 per extra request
Rate limit
5/sec
Stops at
42,500 requests
Subscribe

Most popular

Ultra

$149/mo

34,000

Requests / month

Overage
$0.0044 per extra request
Rate limit
10/sec
Stops at
102,000 requests
Subscribe

Mega

$399/mo

113,800

Requests / month

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

Pay as you go

No monthly fee

$0.0088

Per request

Overage
None
Rate limit
5/sec
Stops at
42,500 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 Indeed Jobs API return?+

Search reads one Indeed results page (US indeed.com). Job reads that card's posting. Mosaic JSON is the live salary/date source. Indeed shows later pages to signed-in visitors only, so a search is one page of every card Indeed serves (about 45); next_cursor is always null. Hybrid is inferred from location text.

Which endpoints does a subscription include?+

All of them: Jobs, Job. 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 Indeed Jobs API.

Glassdoor API

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

View API →

Greenhouse Jobs API

Jobs published on a company's Greenhouse board.

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