Linkup
Source-backed web search and research.
SearchAPI key9 endpoints
Runtime credentials
Connecting Linkup via OAuth or your own API key requires the following secret slots in your workspace:
- LINKUP_API_KEY
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
search Ground GTM research, account qualification, or agent answers with Linkup web search. docs ↗ | POST /v1/search | paid_provider | 5-30s | 10/s | 1.5-1.5 credits |
fetch Extract LLM-ready markdown from a known page for account research, source-list scraping, or enrichment context. docs ↗ | POST /v1/fetch | paid_provider | 1-5s | 10/s | 0.25-0.25 credits |
research_create Launch a deeper asynchronous Linkup research job for multi-source synthesis or precise sourced answers. docs ↗ | POST /v1/research | paid_provider | async-poll | — | 62.5-62.5 credits |
research_list Inspect previously created Linkup Research tasks before polling specific task ids. docs ↗ | GET /v1/research | none | <1s | — | no bill |
research_get Poll or inspect a Linkup Research task by id. docs ↗ | GET /v1/research/{id} | none | <1s | — | no bill |
tasks_create Submit a bounded asynchronous batch of Linkup Search, Fetch, and Research tasks. docs ↗ | POST /v1/tasks | paid_provider | async-poll | — | 1.5-1.5 credits |
tasks_list Inspect Linkup async task history and quota before polling specific tasks. docs ↗ | GET /v1/tasks | none | <1s | — | no bill |
tasks_get Poll or inspect a Linkup batch task by id. docs ↗ | GET /v1/tasks/{id} | none | <1s | — | no bill |
credits_balance Check Linkup credit balance before live paid provider calls. docs ↗ | GET /v1/credits/balance | none | <1s | — | no bill |