Overview
Add Linkup to any ModuleX agent or workflow. Web search for AI agents — retrieve up-to-date information from across the web with source attribution, via the Linkup REST API (api.linkup.so/v1).
Categories: Web Search & Scraping · Data · Search · Auth: API Key · Actions: 1
Authentication
API Key Authentication
Authenticate using your Linkup API keyStep 1
Go to https://app.linkup.so and sign up or log in
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Linkup API Key | Your Linkup API key from app.linkup.so | Yes | - |
Available Actions
search — Search the web for information using Linkup.
search — Search the web for information using Linkup.
Parameters
The search query (e.g., “latest AI research papers 2024”)
Search depth: “standard” for quick results, “deep” for comprehensive search (also supports “fast”) (Default:
standard)Output format: “sourcedAnswer” for an AI-generated answer with citations, “searchResults” for raw results, or “structured” (Default:
sourcedAnswer)Whether to include images in search results
Add inline citations to answers (only applies when output_type is “sourcedAnswer”)
Include sources in the response
Start date for filtering results (YYYY-MM-DD format)
End date for filtering results (YYYY-MM-DD format)
Comma-separated list of domain names to restrict search results to
Comma-separated list of domain names to exclude from search results
Response
Limits & Quotas
- Rate limit: ~60 requests/min.
- Depth tiers:
standardqueries are cheaper and faster;deepqueries cost more and take longer. - Error model: non-2xx responses and timeouts are caught and
returned as
success=False+errorrather than raising. Plan for retries on the agent side based on the error string.