find_winnable_lanes
Rank CPV sector "lanes" by winnability from the full corpus of 592,000 real EU awards: median bidders, single-bidder share, bid-rate, median value, beachhead score. Answers "where can I win right now". Returns the top-ranked lanes only (see "limit"); the total count is in coverage.lanes_ranked. Data/research tool over TED (Tenders Electronic Daily, CC BY 4.0). Not legal advice, no guarantee of award.
Parameters2
| min_n | integer | optional | Drop lanes thinner than this (honest: small n = noise) |
| limit | integer | optional | How many top-ranked lanes to return (sorted by beachhead_score) |
Raw schema
{
"type": "object",
"properties": {
"min_n": {
"type": "integer",
"minimum": 1,
"maximum": 500,
"default": 20,
"description": "Drop lanes thinner than this (honest: small n = noise)"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"default": 25,
"description": "How many top-ranked lanes to return (sorted by beachhead_score)"
}
}
}