Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / HR recruiting / Getro Job Board and Network API
Getro Job Board and Network API logo

Getro Job Board and Network API

Official vendor OpenAPI document · agent-readyHR recruitingRecruiting Atsbearer15 EndpointsREST

For Agents

Search jobs and companies inside a Getro talent network, retrieve contacts with notes, and import contact records for VC and accelerator portfolio platforms.

Use for: Search for engineering jobs in Berlin across our portfolio network, List all companies in network 42 tagged 'fintech', Retrieve details for job 9876 in network 42, Get contact details for contact 1234 in our talent network

Not supported: Does not handle interview scheduling, candidate sourcing inboxes, or in-app messaging - use for talent-network jobs, companies, and contacts only.

Getro powers talent networks and job boards for venture capital firms, accelerators, and ecosystem operators that want to surface jobs from their portfolio companies in one place. The v2 API exposes 15 endpoints covering networks, member companies, job listings including removed-job audit, contact records with notes, and reference data for job functions, locations, and industry tags. It is the integration surface for embedding portfolio job feeds in member sites, exporting talent data for back-office reporting, and syncing contacts into a CRM.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Getro Job Board and Network API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Getro Job Board and Network API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgetro.com%2Fgetro" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgetro.com%2Fgetro" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Getro Job Board and Network API.

Search jobs across a network filtered by job function, location, or company

Retrieve a network's member companies with their metadata and industry tags

List contacts in a network and attach notes to a contact's profile

Import a batch of contacts via POST /contacts/import

Pull removed jobs to audit listings that have been taken down

Look up reference data such as job functions, locations, and industry tags for filter UIs

Use Cases

Patterns agents use Getro Job Board and Network API for, with concrete tasks.

★ VC portfolio job board

Venture firms aggregate every open role across portfolio companies into a single talent destination for their network. The API returns jobs filtered by function, location, and tag, so the firm's website renders a fresh, searchable feed without each company posting manually.

Fetch all jobs in network 42 with job_function 'engineering' and location 'San Francisco' and render them as a paginated list

Talent CRM sync

Operations teams keep their CRM in sync with the talent network's contact database, copying company affiliations and any notes captured during intros. The contacts endpoints support pagination and the import endpoint accepts batches, so the daily sync stays bounded even on large networks.

List contacts in network 42 modified in the last 24 hours and upsert each into the team's HubSpot CRM

Removed-listing compliance audit

Operators run periodic audits of jobs that have been removed to understand churn and ensure no archived role is still surfacing publicly. The /networks/{id}/jobs/removed endpoint returns the audit trail so a compliance report can be generated without manual scraping.

List removed jobs in network 42 between two dates and write a CSV with company, role, and removed_at

AI agent for portfolio talent matching

An AI agent connected through Jentic accepts a candidate's profile, queries Getro for jobs matching their function and location preferences, and returns a ranked shortlist. Jentic injects the bearer token so the agent never directly handles the network credential.

Given candidate skills 'python, ml' and location 'remote', search jobs in network 42 and return the top 10 ranked matches

Key Endpoints

15 endpoints — getro powers talent networks and job boards for venture capital firms, accelerators, and ecosystem operators that want to surface jobs from their portfolio companies in one place.

METHOD

PATH

DESCRIPTION

GET

/networks

List talent networks

GET

/networks/{id}/companies

List companies in a network

GET

/networks/{id}/jobs

Search jobs in a network

GET

/networks/{id}/jobs/removed

Audit removed job listings

GET

/networks/{id}/contacts

Search contacts

POST

/contacts/import

Import contacts in batch

POST

/networks/{network_id}/contacts/notes

Create a contact note

GET

/networks

List talent networks

GET

/networks/{id}/companies

List companies in a network

GET

/networks/{id}/jobs

Search jobs in a network

GET

/networks/{id}/jobs/removed

Audit removed job listings

GET

/networks/{id}/contacts

Search contacts

POST

/contacts/import

Import contacts in batch

POST

/networks/{network_id}/contacts/notes

Create a contact note

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Getro by hand means setting its bearer auth, threading the network id through the jobs, companies, and contacts paths, and paging over talent-network data yourself. Through Jentic you install once, import the Getro Job Board and Network API from the API Directory, store the token once, and your agent calls it.

Permission scoping

Permission scoping

Getro puts the network id in the URL path (/networks/{id}/jobs), so a rule can pin your agent to one network: it reads jobs, companies, and contacts there and touches no other network. You choose the operations it may call, so importing contacts or adding a note is not included unless you add it.

Credential management

Credential isolation

Your Getro token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'search portfolio jobs in a network' or 'list network companies', and Jentic returns the matching Getro operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Greenhouse API

→

Full-featured ATS for in-house hiring rather than a portfolio-wide job board

Choose Greenhouse when the user is hiring for one company through structured interview pipelines

Alternative

Lever API

→

Modern ATS with strong CRM-style sourcing features

Choose Lever for sourcing-driven recruiting rather than aggregating jobs across a portfolio

Complementary

Ashby API

→

ATS for individual portfolio companies whose jobs may flow up into a Getro network

Use Ashby per company and Getro as the network-level aggregator across the portfolio

FAQs

Specific to using Getro Job Board and Network API through Jentic.

What authentication does the Getro API use?

Getro uses bearer-token authentication: send the token issued by your Getro account in the Authorization header. Through Jentic the token is vaulted and injected per request, so the raw bearer never enters agent context.

Can I search jobs across a network through the API?

Yes. GET /networks/{id}/jobs accepts filter parameters for function, location, and company so you can build a faceted job feed. The companion /networks/{id}/jobs/removed endpoint returns jobs that have been taken down for audit purposes.

What are the rate limits for the Getro API?

The OpenAPI spec does not declare explicit rate limits. Practical guidance is to paginate large lists, cache reference data such as job functions and industry tags, and back off on any 429 response rather than retrying immediately.

How do I import a batch of contacts through Jentic?

Search Jentic for 'import getro contacts', load the POST /contacts/import schema, then execute with your contact array. Jentic handles the bearer-token injection and surfaces any per-row import errors in the response.

Can I attach a note to a contact?

Yes. POST /networks/{network_id}/contacts/notes creates a note tied to a contact, useful for logging intros, follow-ups, or feedback after a portfolio meeting.

Is the Getro API free?

API access is included with paid Getro plans and is not metered separately. Higher-volume integrations and more network-level features unlock at higher tiers - check getro.com for current plan details.

Can I limit what my agent is allowed to do with the Getro API?

Yes. Jentic One runs self-hosted, so your own rules decide which Getro operations and credentials the agent may use. Because Getro carries the network id in the path (GET /networks/{id}/jobs), you can pin the agent to a single network and let it read only jobs, companies, and contacts there. Write operations such as POST /contacts/import and POST /networks/{network_id}/contacts/notes stay off unless you explicitly grant them.

GET STARTED

Start building with Getro Job Board and Network API

Explore with Jentic One
View OpenAPI Document