chore(scout): drop Coinbase Ventures getro board

The board never carried Coinbase's own roles — only Getro portfolio companies.
Across ~3 months it surfaced 3 distinct CH-eligible roles, all from Ashby
(recruiting software, ruled out 2026-07-28) and all decided "skip". Since the
Ashby exclusion it has returned 0 jobs on every run, surfacing a false error
line in each report.

Entry replaced with a "Dropped:" note per the file's convention. fetch_getro is
retained (no caller) since it generalises to any Getro collection id.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 10:34:58 +02:00
co-authored by Claude Opus 5
parent 7b45d41ed8
commit c206563b59
+11 -17
View File
@@ -244,19 +244,12 @@ COMPANIES = [
"url": "https://www.bis.org/doclist/vacancies.rss", "url": "https://www.bis.org/doclist/vacancies.rss",
"default_location": "Basel, Switzerland", "default_location": "Basel, Switzerland",
}), }),
# Coinbase Ventures web3 talent network (Getro collection 1625). Aggregates roles # Dropped: Coinbase Ventures web3 talent network (Getro collection 1625) — 2026-08-18.
# across portfolio companies (Notion, Ashby, VALR, World, ...), NOT Coinbase itself — # Never carried Coinbase's own roles, only portfolio companies. Across ~3 months
# see fetch_getro. CH-filtered + eng title-filtered to stay relevant. # it surfaced 3 distinct CH-eligible roles, ALL from Ashby (recruiting software,
("coinbase_ventures", "Coinbase Ventures (web3)", "getro", { # ruled out 2026-07-28) and all decided "skip". With Ashby excluded the board has
"collection": 1625, # returned 0 jobs on every run since, reported as a false error each time.
"locations": ["Switzerland"], # fetch_getro is retained for a future VC talent network worth tracking.
"job_functions": ["Software Engineering", "IT", "Data Science"],
# User preference 2026-07-28: recruiting-software domain is not a target.
# Exclude the underlying employer here without hiding unrelated companies
# carried by the Coinbase Ventures portfolio board.
"_exclude_orgs": ["Ashby"],
"_title_filter": ENG_TITLE_FILTER,
}),
# Bitcoin Suisse (Zug) uses the onlyfy.jobs ATS. No title filter — small crypto # Bitcoin Suisse (Zug) uses the onlyfy.jobs ATS. No title filter — small crypto
# firm, only a handful of CH roles; let scoring rank them (CH filter does the rest). # firm, only a handful of CH roles; let scoring rank them (CH filter does the rest).
("bitcoin_suisse", "Bitcoin Suisse", "onlyfy", {"slug": "bitcoin-suisse"}), ("bitcoin_suisse", "Bitcoin Suisse", "onlyfy", {"slug": "bitcoin-suisse"}),
@@ -689,9 +682,10 @@ def fetch_teamtailor(args):
def fetch_getro(args): def fetch_getro(args):
"""Getro network job-board search API (POST JSON). Powers VC portfolio talent """Getro network job-board search API (POST JSON). Powers VC portfolio talent
networks — here the Coinbase Ventures web3 network (collection 1625). Returns roles networks. NO company in COMPANIES currently uses this adapter — the Coinbase Ventures
across ALL portfolio companies (Notion, Ashby, VALR, World, ...), NOT Coinbase itself; network was dropped 2026-08-18 (see the note there). Kept because it generalises to any
Coinbase doesn't list its own openings on its Ventures board. Server-side filters: Getro collection id. Note such boards list PORTFOLIO companies' roles, never the VC's
own openings, so an org filter is usually needed. Server-side filters:
searchable_locations and job_functions. Org name is folded into the title since this searchable_locations and job_functions. Org name is folded into the title since this
is a multi-company board.""" is a multi-company board."""
collection = args["collection"] collection = args["collection"]
@@ -1834,7 +1828,7 @@ def main():
# pcsx microsoft # pcsx microsoft
# smartrecruiters metgroup, ldc # smartrecruiters metgroup, ldc
# rss bis # rss bis
# getro coinbase_ventures # getro (no company configured — adapter kept for future VC talent networks)
# onlyfy bitcoin_suisse # onlyfy bitcoin_suisse
# lever palantir, quantco # lever palantir, quantco
# taleo nato (dk_no; nato.taleo.net §2 — marketing page is nato.int/vacancies) # taleo nato (dk_no; nato.taleo.net §2 — marketing page is nato.int/vacancies)