NewSearch millions of jobs from your AI agent with MCP

Changelog

What we shipped.

Engineering notes for every release. Subscribe to the blog to get changelog entries by email.

v1.7Aug 6, 2026Improvement

The meter now counts jobs, and previews are free

  • ·Per-job metering is live in the API, not just in the pricing table. A response carrying twenty-five postings now costs twenty-five credits.
  • ·A search that matches nothing costs nothing. No rows, no charge.
  • ·New blur_company_data flag: employer name, domain, links and description come back masked while titles, locations, salary and total_results stay readable, and the call consumes no credits. Size a search before you pay for it.
  • ·Endpoints that do not return jobs (tech-stack scan, insights, companies) still cost 1 credit per call.
v1.6Aug 4, 2026Improvement

300,000 jobs is the self-serve ceiling

  • ·Volume is no longer a list price. Above 300,000 jobs a month we quote against your actual volume and scope, so the published ladder is Free, Builder $49 and Scale $349.
  • ·Scale stays the best published rate at $1.16 per 1,000 jobs, against $1.50 at TheirStack's top tier.
  • ·Nobody was subscribed to Volume, so no plan changed underneath a customer.
v1.5Aug 3, 2026Improvement

The rate per 1,000 now falls at every tier

  • ·Scale moves to $349 for 300,000 jobs and Volume to $999 for 1,000,000, so the rate runs $1.96, $1.16, $1.00 per 1,000 as volume grows.
  • ·Volume previously cost $1,200 for 1,000,000, which worked out dearer per job than Scale. Four Scale plans bought more jobs for less money, so the tier no one should have bought was the one we were selling.
  • ·Existing Builder plans are unchanged at $49 for 25,000 jobs.
v1.4Aug 3, 2026Improvement

Credits are now denominated in jobs

  • ·1 credit = 1 job returned, replacing 1 credit = 1 API request. A response carrying twenty-five postings costs twenty-five credits.
  • ·Free is 1,000 jobs/month, Builder $49 for 25,000 and Scale $349 for 300,000, which works out at $1.16 per 1,000 on Scale.
  • ·Every jobs API in this market bills per job, so the change makes our rate directly comparable to theirs rather than requiring arithmetic.
v1.3Jul 3, 2026Improvement

Credit-based plans

  • ·All plans are now metered in credits: 1 API request = 1 credit.
  • ·Free tier includes 100 credits/month, Builder 100,000, Scale 1M. Balances reset each billing cycle.
  • ·Live LinkedIn searches from the dashboard cost 5 credits per run.
v1.2Jun 25, 2026Feature

Tech-stack scanner

  • ·Vendored the tech-stack scanner and exposed it through the API, wired to the /stack pages.
  • ·POST /v1/stack/scan documented as a public API-key endpoint.
  • ·Scan results stored in ClickHouse append-on-change, with a Redis freshness cache.
v1.1Jun 24, 2026Feature

MCP server

  • ·Added the JobsPipe MCP server so agent clients can call the API as native tools.
  • ·Authenticates with the same API key as REST, so quota and rate limits apply to your account.
  • ·Connects over streamable HTTP with nothing to run locally.
v1.0Jun 21, 2026Feature

Typed jobs schema

  • ·Job search now queries a typed ClickHouse schema and filters to active postings.
  • ·Y Combinator added as a source, with full posting lifecycle tracking.
  • ·OpenAPI 3.1 spec published at /openapi.yaml.