Official CLI for Linkup - AI-powered web search
Project description
Linkup CLI
Official command-line interface for Linkup - AI-powered web search.
Installation
pip install linkup-cli
Quick Start
# Install
pip install linkup-cli
# Setup (opens browser to get API key)
linkup setup
# Search
linkup search "What is the capital of France?"
That's it! The setup wizard will guide you through getting your API key.
Usage
Search
# Basic search (standard depth, sourced answer)
linkup search "your query"
# Deep search (more thorough, better for complex queries)
linkup search "complex research topic" --depth deep
# Get raw search results instead of AI answer
linkup search "python tutorials" --output searchResults
# Combine options
linkup search "latest AI research" --depth deep --output searchResults
# Short form
linkup s "your query" -d deep -o searchResults
Fetch
Extract content from any URL:
linkup fetch "https://example.com"
Configuration
Check your configuration:
linkup config
Options
| Flag | Short | Values | Description |
|---|---|---|---|
--depth |
-d |
fast, standard, deep |
Search depth (default: standard) |
--output |
-o |
sourcedAnswer, searchResults |
Output type (default: sourcedAnswer) |
--version |
-V |
Show version | |
--help |
-h |
Show help |
Environment Variables
| Variable | Description |
|---|---|
LINKUP_API_KEY |
Your Linkup API key (required) |
Examples
# Quick facts
linkup search "population of tokyo"
# Research
linkup search "latest developments in quantum computing" --deep
# Get sources
linkup search "best python web frameworks" --output searchResults
# Extract article content
linkup fetch "https://example.com/article"
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linkup_cli-0.4.1.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkup_cli-0.4.1.tar.gz.
File metadata
- Download URL: linkup_cli-0.4.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d1c019a66072c87016a90ca39eff73b9f8194c2dde4b67d5bd9ff7b0bb89df9
|
|
| MD5 |
36be99531a37dbae59671c20280c97ac
|
|
| BLAKE2b-256 |
928ebdefb3bc5728afc5df1deab0f63bbf822e27c89d7a26b2136e05ac7321aa
|
File details
Details for the file linkup_cli-0.4.1-py3-none-any.whl.
File metadata
- Download URL: linkup_cli-0.4.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5109a140544e4d44b4408ccccb7d9ccc25e1f0f569460c572bb969539654bfb1
|
|
| MD5 |
29c871a9dc5fca43d6e08e4cde079023
|
|
| BLAKE2b-256 |
ffc07241dc907fb2a723e2d0dd3d88256c2f9354541c7d72e81fc9838aa7e95a
|