Overview
Linkup is powered by a proprietary, AI-native web index, which provides swift and relevant retrieval of web results. This is a fundamentally different approach than SerpAPI’s, which scrapes Google’s results page.Quick start
Get your API key
Get your API key
Create a Linkup account for free to get your API key.
Install the SDK
Replace your API calls
SerpAPIParameter mapping
| SerpAPI parameter | Linkup parameter | Notes |
|---|---|---|
q | query | Required parameter |
engine | N/A | Linkup uses its own AI-native search engine |
num | maxResults | Total number of results returned. Default: 10 |
tbs (time-based) | fromDate, toDate | Use ISO 8601 date format (YYYY-MM-DD) |
as_dt, as_eq | includeDomains, excludeDomains | Use arrays of domain strings |
| N/A | depth | Choose "fast" (beta), "standard", or "deep" |
| N/A | outputType | Choose "searchResults", "sourcedAnswer", or "structured" |
| N/A | structuredOutputSchema | Define custom JSON schema for structured data extraction |
Response format differences
SerpAPI response structure"searchResults")
"sourcedAnswer")
"structured")
Examples
Fresh content search
SerpAPIDomain-specific search
SerpAPIExcluding domains
SerpAPINeed help?
- Check our Quickstart Guide
- Read about Prompting Best Practices
- Join our Discord Community
- Explore the API Reference
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.