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
TavilyParameter mapping
Response format differences
Tavily response structure"searchResults")
"sourcedAnswer") — replaces Tavily include_answer
"structured")
Examples
Fresh content search
TavilyDomain-specific search
TavilyExcluding domains
TavilyMigrate 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
TavilyResponse format differences
Tavily response structurerawHtml is present only when includeRawHtml is true. images is present only when extractImages is true. markdown is always returned.
Examples
JavaScript-rendered pages
TavilyExtract images with content
TavilyNeed help?
- Check our Quickstart Guide
- Read Search best practices and Fetch best practices
- Join our Discord Community
- Explore the Search and Fetch API references
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.