All use cases

Browser Extension API

Add real-time job data to your Chrome or Firefox extension

Browser extensions that surface job market context — salary ranges while browsing LinkedIn, open roles at the company you're researching, job alerts on pages you visit — need an API that's fast, lightweight, and reliable. CleanJobData is built for exactly that: sub-second responses, lightweight JSON payloads sized for extension use, and data sourced directly from employer ATS systems so what you surface is accurate. Free tier lets you develop and test without committing to a plan.

Benefits

Features

Frequently Asked Questions

How fast is the API response time?

Response times vary by query complexity, but most list queries return in under 300ms. For extensions where perceived speed matters, cache responses locally and refresh on a reasonable TTL.

Can I show salary data for a specific role while the user browses a company's LinkedIn page?

Yes — query by company name and role title to pull current salary ranges. Combine with the seniority filter to show ranges relevant to the specific seniority level the user is viewing.

Is there a free tier for building and testing?

Yes — 50 list and 100 detail requests per month, no credit card required. The free tier is designed to be enough to build a working prototype and verify the data quality for your use case.

What's the rate limit on the API?

Per-second rate limits apply on all plans to prevent abuse. The limits are generous for extension use — a user interaction that triggers one or two API calls won't hit them. Batch processing or high-volume syncs should use pagination and respect the limits.