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
-
Get your API key at app.linkup.so
-
Set your API key:
export LINKUP_API_KEY="your-api-key"
- Search:
linkup search "What is the capital of France?"
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 |
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" --results
# 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.2.0.tar.gz
(3.7 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.2.0.tar.gz.
File metadata
- Download URL: linkup_cli-0.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b0e0df2cf1657afd57b2a127c05ab9e2ac676777918dffdd6b784537fc30586
|
|
| MD5 |
d9d8e57cedbfeb9d2d7ec90830397f2a
|
|
| BLAKE2b-256 |
9f31e42bb69849d920b3eb80b098ec1bce09b43c626fb07e71adbfed95ef83f5
|
File details
Details for the file linkup_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: linkup_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
9b64232a08a4b89484a15636e9ea11459dcd6272d9e61f920ab0bd7b6f3f9fe6
|
|
| MD5 |
ba6b0192ea365aaf12d4046526f7a1b2
|
|
| BLAKE2b-256 |
a77f007e808733b4180f4438dc158491b59b6a6681b104f18c1538772c701564
|