Source · Recooty

Recooty Jobs API.

Recooty doesn't publish a developer API - just branded careers pages and a job widget. JobsPipe indexes every public Recooty tenant and returns the data in the same JSON shape as Workday, Greenhouse, and 30+ other sources.

Public Recooty career sites and embedded widgets
24h refresh
12 months retention

Why people are confused about the Recooty API

Recooty is an AI-first ATS aimed at SMBs - the product is built around a branded careers page builder and a plug-and-play job widget that customers embed on their own marketing sites. There is no public developer portal, no /v1/jobs endpoint, and no documented JSON feed. The only programmatic surfaces are the customer-side WordPress plugin and the embed widget, both designed to render on one tenant's site, not to be consumed by third parties.

Every Recooty customer's postings live in two places: the hosted Recooty careers page (one per tenant) and the widget HTML they paste onto their own domain. JobsPipe indexes both, deduplicates the same posting across the hosted page and the embedded widget, and returns one normalized record per job - in the same JSON schema as 30+ other sources.

Option 1
Scrape each tenant's hosted careers page

Doable, but you need to discover every Recooty tenant first - and the HTML structure differs slightly between widget-embedded pages and the hosted careers page itself.

Option 2
Pull each tenant's embed widget HTML

The widget renders client-side and is keyed to one customer. There's no aggregator path - you'd need to find and parse the widget on every Recooty customer's site individually.

Option 3
Use JobsPipe

Every public Recooty career site and widget, one endpoint, normalized JSON. Free tier covers 5,000 requests/month, no credit card.

Recooty API documentation

There is no public Recooty developer portal. The product's integration surface is built around customer-facing tools: a branded careers page builder, a job widget embed, and a WordPress plugin - all scoped to one customer's account. JobsPipe sidesteps the missing-API problem by indexing every public Recooty tenant's hosted careers page and embedded widget, and serves the normalized data alongside 30+ other ATSs in the same JSON shape documented at /docs.

Recooty integration without an API

If you're building one company's careers site, Recooty's widget and WordPress plugin are the right path - they render that one tenant's openings server-side or client-side onto your domain. If you're aggregating postings across many Recooty customers, the widget and plugin are dead ends because each one is keyed to a single account. JobsPipe is the cross-tenant layer: every public Recooty posting in one normalized feed, no per-customer onboarding.

Sample request

curl "https://api.jobspipe.dev/v1/jobs?source=recooty" \
     -H "Authorization: Bearer $JOBSPIPE_KEY" \
     -H "Accept: application/json"

Sample response

{
  "id": "rc_NDk3MjE4MDQ0",
  "source": "recooty",
  "tenant": "acme-cloud",
  "title": "Customer Success Manager",
  "company": "Acme Cloud",
  "location": {
    "city": "Bangalore",
    "region": "KA",
    "country": "IN",
    "remote": false
  },
  "salary": null,
  "employment_type": "full_time",
  "remote": "hybrid",
  "department": "Customer Success",
  "posted_at": "2026-05-12T07:14:00Z",
  "expires_at": null,
  "apply_url": "https://recooty.com/jobs/acme-cloud/customer-success-manager",
  "description": "Acme Cloud is hiring a Customer Success Manager to own onboarding and renewal for our mid-market accounts in APAC ..."
}

Every Recooty job record is returned in the same JSON shape as every other JobsPipe source. The full schema is documented in the docs.

Fields in every Recooty job record

idsourcetenanttitlecompanylocationsalaryemployment_typeremoteposted_atexpires_atapply_urldescription

FAQ

Does Recooty have a public jobs API?+

No. Recooty's public-facing integration points are the hosted careers page and the embed widget. There is no documented JSON API for third-party developers to read postings across customers.

How fresh is Recooty data on JobsPipe?+

Public Recooty career sites and widgets are re-crawled at least every 24 hours.

What if a Recooty customer uses the widget on their own domain?+

JobsPipe indexes the widget regardless of where it's embedded and deduplicates against the hosted careers page so you get one record per posting.

Does JobsPipe include applicant or candidate data?+

No. JobsPipe is jobs-only. Applicant data lives inside each Recooty customer's account and is not exposed publicly.

Try Recooty data free - 5,000 requests/month, no credit card.

Get a free API key