Skip to main content

Overview

Switch from Tavily’s Search and Extract to Linkup’s Search and Fetch in a line of code. Search is Linkup’s synchronous web search endpoint, optimized for AI consumption. Given a natural-language query, the /search route returns ranked sources, optionally bundled with a cited natural-language answer or with structured output matching a JSON schema. Fetch is Linkup’s real-time page content extractor. Given a URL, the /fetch route returns a clean markdown rendering of the page, optimized for LLM consumption.

Quick start

Get your API key

Get your API key

Create a Linkup account for free to get your API key.

Install the SDK

Migrate your search calls

Replace your API calls

Tavily
Linkup

Parameter mapping

Response format differences

Tavily response structure
Linkup response structure ("searchResults")
Linkup response structure ("sourcedAnswer") — replaces Tavily include_answer
Linkup response structure ("structured")

Examples

Tavily
Linkup
Tavily
Linkup

Excluding domains

Tavily
Linkup

Migrate your extraction calls

Tavily Extract pulls content from one or more URLs. Linkup Fetch extracts clean markdown from a single public URL (HTML or PDF), with optional JavaScript rendering.
Fetch accepts one url per request. If you currently pass an array of URLs to Tavily Extract, call Linkup Fetch once per URL (or in parallel). For batch workloads, submit your Fetch calls through Tasks — up to 100 per submission, with exactly the same parameters and pricing as direct /fetch calls.

Replace your API calls

Tavily
Linkup

Response format differences

Tavily response structure
Linkup response structure
rawHtml is present only when includeRawHtml is true. images is present only when extractImages is true. markdown is always returned.

Examples

JavaScript-rendered pages

Tavily
Linkup

Extract images with content

Tavily
Linkup

Need help?

Your Linkup account starts with $20 of free credit when you sign up with a professional email address. You can monitor usage and add more credit in the Billing section.