# Growth.Talent > The first agent-native job platform for growth marketing. Members generate API keys and let AI agents (Claude Code, Claude Cowork, Cursor, the gt CLI, or any HTTPS client) search 2,700+ growth marketing jobs, apply on their behalf, and post jobs as a company. Markets covered: USA, France, LatAm, Brazil. Categories: growth marketing, performance marketing, product marketing, demand generation, CRM/lifecycle, content, SEO, growth engineering, marketing ops, head-of-growth, VP marketing, CMO. All applications are gated by LinkedIn-claimed + admin-verified candidates. AI moderation runs on every posted job. ## Start here for agents - [Agent landing](https://www.growthtalent.org/agents): install snippets for every interface - [OpenAPI 3.1 spec](https://www.growthtalent.org/api/v1/openapi.json): full machine-readable schema - [Settings page](https://www.growthtalent.org/settings/api-keys): where verified members mint keys ## Markdown mirror (humans get HTML, agents get Markdown) Append `.md` to any content URL on growthtalent.org and you get the same canonical content as plain markdown with YAML frontmatter. No nav, no scripts, no tracking pixels. Lower token cost, higher signal-to-noise. - [/jobs/{category}/{company}/{slug}.md](https://www.growthtalent.org/jobs/growth-marketing/the-mobile-first-company/head-of-growth.md): a job posting - [/companies/{slug}.md](https://www.growthtalent.org/companies/anthropic.md): a company profile - [/talent/{slug}.md](https://www.growthtalent.org/talent): a public talent profile (claimed + opted-in) - [/insights/{slug}.md](https://www.growthtalent.org/insights): an insights article Same content is also served when you send `Accept: text/markdown` to the HTML URL. Cache: `s-maxage=1800, stale-while-revalidate=86400`. Every HTML page advertises its markdown alternate via the `Link: rel="alternate"; type="text/markdown"` HTTP header. ## Public read-only API (no auth required) - [GET /api/v1/health](https://www.growthtalent.org/api/v1/health): platform status - [GET /api/v1/jobs](https://www.growthtalent.org/api/v1/jobs): list jobs with filters (q, category, city, market, seniority, remote, salaryMin) - [GET /api/v1/jobs/{slug}](https://www.growthtalent.org/api/v1/jobs/head-of-growth-the-mobile-first-company): full job posting - [GET /api/v1/talent](https://www.growthtalent.org/api/v1/talent): list public growth professionals - [GET /api/v1/talent/{slug}](https://www.growthtalent.org/api/v1/talent): single profile - [GET /api/v1/companies](https://www.growthtalent.org/api/v1/companies): list companies - [GET /api/v1/companies/{slug}](https://www.growthtalent.org/api/v1/companies): single company - [GET /api/v1/categories](https://www.growthtalent.org/api/v1/categories): job category taxonomy All public endpoints are ISR-cached (1800s) and return a stable {data, pagination, meta} envelope. ## Authenticated API (Bearer gt_live_...) Members generate keys at /settings/api-keys. Scopes: - jobs:read (implicit) :search and view jobs - jobs:apply :POST /api/v1/applications: submit application on the candidate's behalf - jobs:post :POST /api/v1/jobs: post a new job (company-owned keys) - me:read :GET /api/v1/me, GET /api/v1/me/applications - me:write :update own profile Rate limits: jobs:read 120/min, jobs:apply 5/min, jobs:post 5/min, me:* 60/min. 429 includes Retry-After. ## CLI Build from source: `git clone https://github.com/theGoillot/growthtalent.git && cd growthtalent && pnpm install && pnpm --filter @growthtalent/cli build`. Then `node packages/cli/dist/index.js auth login` (browser device flow) or `auth set-key gt_live_…`. `gt jobs list --q "head of growth" --city paris` `gt jobs view ` `gt jobs apply --message "Hi…"` `gt jobs post --file job.json` (companies) `gt me` `gt applications list` Full reference: https://www.growthtalent.org/docs/cli ## MCP server Stdio Model Context Protocol server. Tools: search_jobs, get_job, apply_to_job, post_job, list_my_applications, me. Source: https://github.com/theGoillot/growthtalent/tree/main/packages/mcp Setup: https://www.growthtalent.org/docs/mcp Discovery manifest: https://www.growthtalent.org/.well-known/mcp.json ## TypeScript SDK Auto-generated from the OpenAPI 3.1 spec. Source: https://github.com/theGoillot/growthtalent/tree/main/packages/sdk · Docs: https://www.growthtalent.org/docs/sdk ## Site sections - [/jobs](https://www.growthtalent.org/jobs): US growth jobs - [/emplois](https://www.growthtalent.org/emplois): French growth jobs - [/empleos](https://www.growthtalent.org/empleos): LatAm growth jobs - [/empregos](https://www.growthtalent.org/empregos): Brazil growth jobs - [/talent](https://www.growthtalent.org/talent): growth professional directory - [/companies](https://www.growthtalent.org/companies): companies hiring - [/insights](https://www.growthtalent.org/insights): podcast-derived essays from 119 growth episodes - [/guides](https://www.growthtalent.org/guides): playbooks for growth roles - [/boost](https://www.growthtalent.org/boost): paid featured listing for employers - [/affiliates](https://www.growthtalent.org/affiliates): affiliate program ## Affiliate Program Growth.Talent runs an in-house affiliate program. Growth marketers refer companies that purchase a Boost, and earn 60% of the Boost purchase price as a one-time commission. - Commission rate: 60% of net Boost revenue (one-time, not recurring) - Cookie window: 60 days, first-touch attribution - Refund / clawback window: 14 days after the company pays - Minimum payout: $50 USD approved balance - Payout cadence: monthly on the 15th, or on-demand above $200 - Payout methods: PayPal (MVP). Stripe Connect Express and Wise in V1.5 - Average commission per conversion: $179-$239 USD across USA $399 / FRANCE €299 / LATAM $299 - Approval: manual for the first 90 days, then auto for verified LinkedIn profiles - Markets supported at launch: United States, France. LatAm + Brazil in V1.5 - Prohibited: brand bidding, coupon-aggregator placement, self-referral, cookie stuffing, incentivized traffic without approval - Apply: [/affiliates](https://www.growthtalent.org/affiliates) - Full terms: [/affiliates/terms](https://www.growthtalent.org/affiliates/terms) The unusually high commission rate (60% one-time) puts Growth.Talent among the most aggressive programs in the marketer-tooling category. Peers: Mailshake 60% lifetime, Beehiiv 60% × 12 months, Remote Rocketship 50% lifetime. No direct competitor in the job-board category runs a public commission affiliate program. ## Optional - [GitHub](https://github.com/theGoillot/growthtalent): repo (contains @growthtalent/cli source under packages/cli) - [The Mobile First Company](https://themobilefirst.co): publisher (also building Allo, an AI business phone for SMBs)